spi_oc_tiny.txt 462 B

123456789101112
  1. OpenCores tiny SPI
  2. Required properties:
  3. - compatible : should be "opencores,tiny-spi-rtlsvn2".
  4. - gpios : should specify GPIOs used for chipselect.
  5. Optional properties:
  6. - clock-frequency : input clock frequency to the core.
  7. - baud-width: width, in bits, of the programmable divider used to scale
  8. the input clock to SCLK.
  9. The clock-frequency and baud-width properties are needed only if the divider
  10. is programmable. They are not needed if the divider is fixed.