blob: 50c3a3de61c1b9c1fe1cce1d4e697875af8392d6 [file] [log] [blame]
Andrew Lunnf814f9a2012-07-23 12:08:09 +02001Marvell Orion SPI device
2
3Required properties:
Greg Ungererdf59fa72014-09-28 23:24:04 +10004- compatible : should be "marvell,orion-spi" or "marvell,armada-370-spi".
Andrew Lunnf814f9a2012-07-23 12:08:09 +02005- reg : offset and length of the register set for the device
6- cell-index : Which of multiple SPI controllers is this.
7Optional properties:
8- interrupts : Is currently not used.
9
10Example:
11 spi@10600 {
12 compatible = "marvell,orion-spi";
13 #address-cells = <1>;
14 #size-cells = <0>;
15 cell-index = <0>;
16 reg = <0x10600 0x28>;
17 interrupts = <23>;
18 status = "disabled";
19 };