-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Acked-by: Jason Cooper <jason@lakedaemon.net> Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@googlemail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
- Loading branch information
Andrew Lunn
authored and
Mark Brown
committed
Jul 23, 2012
1 parent
24ab327
commit f814f9a
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Marvell Orion SPI device | ||
|
||
Required properties: | ||
- compatible : should be "marvell,orion-spi". | ||
- reg : offset and length of the register set for the device | ||
- cell-index : Which of multiple SPI controllers is this. | ||
Optional properties: | ||
- interrupts : Is currently not used. | ||
|
||
Example: | ||
spi@10600 { | ||
compatible = "marvell,orion-spi"; | ||
#address-cells = <1>; | ||
#size-cells = <0>; | ||
cell-index = <0>; | ||
reg = <0x10600 0x28>; | ||
interrupts = <23>; | ||
status = "disabled"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters