diff options
-rw-r--r-- | Documentation/devicetree/bindings/arm/armada-39x.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/armada-39x.txt b/Documentation/devicetree/bindings/arm/armada-39x.txt new file mode 100644 index 000000000000..53d4ff9ea8ad --- /dev/null +++ b/Documentation/devicetree/bindings/arm/armada-39x.txt | |||
@@ -0,0 +1,20 @@ | |||
1 | Marvell Armada 39x Platforms Device Tree Bindings | ||
2 | ------------------------------------------------- | ||
3 | |||
4 | Boards with a SoC of the Marvell Armada 39x family shall have the | ||
5 | following property: | ||
6 | |||
7 | Required root node property: | ||
8 | |||
9 | - compatible: must contain "marvell,armada390" | ||
10 | |||
11 | In addition, boards using the Marvell Armada 398 SoC shall have the | ||
12 | following property before the previous one: | ||
13 | |||
14 | Required root node property: | ||
15 | |||
16 | compatible: must contain "marvell,armada398" | ||
17 | |||
18 | Example: | ||
19 | |||
20 | compatible = "marvell,a398-db", "marvell,armada398", "marvell,armada390"; | ||