summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/arm/marvell/armada-37xx.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/arm/marvell/armada-37xx.txt')
-rw-r--r--dts/Bindings/arm/marvell/armada-37xx.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/dts/Bindings/arm/marvell/armada-37xx.txt b/dts/Bindings/arm/marvell/armada-37xx.txt
new file mode 100644
index 0000000000..51336e5fc7
--- /dev/null
+++ b/dts/Bindings/arm/marvell/armada-37xx.txt
@@ -0,0 +1,16 @@
+Marvell Armada 37xx Platforms Device Tree Bindings
+--------------------------------------------------
+
+Boards using a SoC of the Marvell Armada 37xx family must carry the
+following root node property:
+
+ - compatible: must contain "marvell,armada3710"
+
+In addition, boards using the Marvell Armada 3720 SoC shall have the
+following property before the previous one:
+
+ - compatible: must contain "marvell,armada3720"
+
+Example:
+
+compatible = "marvell,armada-3720-db", "marvell,armada3720", "marvell,armada3710";