spi-orion.txt 872 B

12345678910111213141516171819202122232425
  1. Marvell Orion SPI device
  2. Required properties:
  3. - compatible : should be on of the following:
  4. - "marvell,orion-spi" for the Orion, mv78x00, Kirkwood and Dove SoCs
  5. - "marvell,armada-370-spi", for the Armada 370 SoCs
  6. - "marvell,armada-375-spi", for the Armada 375 SoCs
  7. - "marvell,armada-380-spi", for the Armada 38x SoCs
  8. - "marvell,armada-390-spi", for the Armada 39x SoCs
  9. - "marvell,armada-xp-spi", for the Armada XP SoCs
  10. - reg : offset and length of the register set for the device
  11. - cell-index : Which of multiple SPI controllers is this.
  12. Optional properties:
  13. - interrupts : Is currently not used.
  14. Example:
  15. spi@10600 {
  16. compatible = "marvell,orion-spi";
  17. #address-cells = <1>;
  18. #size-cells = <0>;
  19. cell-index = <0>;
  20. reg = <0x10600 0x28>;
  21. interrupts = <23>;
  22. status = "disabled";
  23. };