diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2012-06-01 18:33:17 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-07-10 15:47:49 +0200 |
commit | 0d01b7a153561eee6f878238caf76c53bb1dc0d5 (patch) | |
tree | 6d5d0eac03dc17348f38089d7fb8b5279f41063f /Documentation/devicetree/bindings/arm/mvebu-system-controller.txt | |
parent | arm: mach-mvebu: add support for Armada 370 and Armada XP with DT (diff) | |
download | linux-0d01b7a153561eee6f878238caf76c53bb1dc0d5.tar.xz linux-0d01b7a153561eee6f878238caf76c53bb1dc0d5.zip |
arm: mach-mvebu: add documentation for new device tree bindings
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Lior Amsalem <alior@marvell.com>
Tested-by: Yehuda Yitschak <yehuday@marvell.com>
Tested-by: Lior Amsalem <alior@marvell.com>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/mvebu-system-controller.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/mvebu-system-controller.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/mvebu-system-controller.txt b/Documentation/devicetree/bindings/arm/mvebu-system-controller.txt new file mode 100644 index 000000000000..081c6a786c8a --- /dev/null +++ b/Documentation/devicetree/bindings/arm/mvebu-system-controller.txt @@ -0,0 +1,17 @@ +MVEBU System Controller +----------------------- +MVEBU (Marvell SOCs: Armada 370/XP, Dove, mv78xx0, Kirkwood, Orion5x) + +Required properties: + +- compatible: one of: + - "marvell,orion-system-controller" + - "marvell,armada-370-xp-system-controller" +- reg: Should contain system controller registers location and length. + +Example: + + system-controller@d0018200 { + compatible = "marvell,armada-370-xp-system-controller"; + reg = <0xd0018200 0x500>; + }; |