omap-spi.txt 417 B

123456789101112131415161718192021
  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. Example:
  9. mcspi1: mcspi@1 {
  10. #address-cells = <1>;
  11. #size-cells = <0>;
  12. compatible = "ti,omap4-mcspi";
  13. ti,hwmods = "mcspi1";
  14. ti,spi-num-cs = <4>;
  15. };