diff options
author | Jamie Lentin <jm@lentin.co.uk> | 2016-05-19 17:36:29 -0400 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-09-14 10:24:38 -0400 |
commit | 96b5a5452859ede1e19b1118d2dcaea3e2366cae (patch) | |
tree | 3e23c5fbb4d777b290f62d96756d2f63e400ab73 | |
parent | 220ece397c45f7cbcf6ebed7df5aa52e2506ac26 (diff) |
dt-bindings: arm: add DT binding for Marvell Orion5x SoC family
Copy the format for kirkwood/dove to orion5x
[gregory.clement@free-electrons.com: fix commit title]
Signed-off-by: Jamie Lentin <jm@lentin.co.uk>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
-rw-r--r-- | Documentation/devicetree/bindings/arm/marvell/marvell,orion5x.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/marvell/marvell,orion5x.txt b/Documentation/devicetree/bindings/arm/marvell/marvell,orion5x.txt new file mode 100644 index 000000000000..a88801141fca --- /dev/null +++ b/Documentation/devicetree/bindings/arm/marvell/marvell,orion5x.txt | |||
@@ -0,0 +1,23 @@ | |||
1 | Marvell Orion SoC Family Device Tree Bindings | ||
2 | --------------------------------------------- | ||
3 | |||
4 | Boards with a SoC of the Marvell Orion family, eg 88f5181 | ||
5 | |||
6 | * Required root node properties: | ||
7 | compatible: must contain "marvell,orion5x" | ||
8 | |||
9 | In addition, the above compatible shall be extended with the specific | ||
10 | SoC. Currently known SoC compatibles are: | ||
11 | |||
12 | "marvell,orion5x-88f5182" | ||
13 | |||
14 | And in addition, the compatible shall be extended with the specific | ||
15 | board. Currently known boards are: | ||
16 | |||
17 | "buffalo,lsgl" | ||
18 | "buffalo,lswsgl" | ||
19 | "buffalo,lswtgl" | ||
20 | "lacie,ethernet-disk-mini-v2" | ||
21 | "lacie,d2-network" | ||
22 | "marvell,rd-88f5182-nas" | ||
23 | "maxtor,shared-storage-2" | ||