omap-spi.txt 542 B

12345678910111213141516171819202122
  1. OMAP2+ McSPI device
  2. Required properties:
  3. - compatible :
  4. - "ti,omap2-spi" for OMAP2 & OMAP3.
  5. - "ti,omap4-spi" for OMAP4+.
  6. - ti,spi-num-cs : Number of chipselect supported by the instance.
  7. - ti,hwmods: Name of the hwmod associated to the McSPI
  8. - ti,pindir-d0-out-d1-in: Select the D0 pin as output and D1 as
  9. input. The default is D0 as input and
  10. D1 as output.
  11. Example:
  12. mcspi1: mcspi@1 {
  13. #address-cells = <1>;
  14. #size-cells = <0>;
  15. compatible = "ti,omap4-mcspi";
  16. ti,hwmods = "mcspi1";
  17. ti,spi-num-cs = <4>;
  18. };