summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/arm/armada-39x.txt
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-03 14:41:04 (GMT)
committerGregory CLEMENT <gregory.clement@free-electrons.com>2015-03-04 14:35:30 (GMT)
commite9d119a1faa5bb386953283748999dc970bc255d (patch)
tree666fc601ba0ecb5fe640b7a89c05e82991286270 /Documentation/devicetree/bindings/arm/armada-39x.txt
parentc517d838eb7d07bbe9507871fab3931deccff539 (diff)
downloadlinux-e9d119a1faa5bb386953283748999dc970bc255d.tar.xz
devicetree: bindings: add DT binding for the Marvell Armada 39x SoC family
The Marvell Armada 39x is a family of two SoCs: the Armada 390 and the Armada 398, with a slightly different number of interfaces. This commit introduces the Device Tree binding that documents the top-level compatible strings for Armada 39x based platforms. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/armada-39x.txt')
-rw-r--r--Documentation/devicetree/bindings/arm/armada-39x.txt20
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 0000000..53d4ff9
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/armada-39x.txt
@@ -0,0 +1,20 @@
+Marvell Armada 39x Platforms Device Tree Bindings
+-------------------------------------------------
+
+Boards with a SoC of the Marvell Armada 39x family shall have the
+following property:
+
+Required root node property:
+
+ - compatible: must contain "marvell,armada390"
+
+In addition, boards using the Marvell Armada 398 SoC shall have the
+following property before the previous one:
+
+Required root node property:
+
+compatible: must contain "marvell,armada398"
+
+Example:
+
+compatible = "marvell,a398-db", "marvell,armada398", "marvell,armada390";