spi-orion.txt 521 B

12345678910111213141516171819
  1. Marvell Orion SPI device
  2. Required properties:
  3. - compatible : should be "marvell,orion-spi".
  4. - reg : offset and length of the register set for the device
  5. - cell-index : Which of multiple SPI controllers is this.
  6. Optional properties:
  7. - interrupts : Is currently not used.
  8. Example:
  9. spi@10600 {
  10. compatible = "marvell,orion-spi";
  11. #address-cells = <1>;
  12. #size-cells = <0>;
  13. cell-index = <0>;
  14. reg = <0x10600 0x28>;
  15. interrupts = <23>;
  16. status = "disabled";
  17. };