diff options
Diffstat (limited to 'Bindings/arm/armada-38x.txt')
-rw-r--r-- | Bindings/arm/armada-38x.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Bindings/arm/armada-38x.txt b/Bindings/arm/armada-38x.txt new file mode 100644 index 0000000000000..ad9f8ed4d9bd7 --- /dev/null +++ b/Bindings/arm/armada-38x.txt @@ -0,0 +1,20 @@ +Marvell Armada 38x Platforms Device Tree Bindings +------------------------------------------------- + +Boards with a SoC of the Marvell Armada 38x family shall have the +following property: + +Required root node property: + + - compatible: must contain "marvell,armada380" + +In addition, boards using the Marvell Armada 385 SoC shall have the +following property before the previous one: + +Required root node property: + +compatible: must contain "marvell,armada385" + +Example: + +compatible = "marvell,a385-rd", "marvell,armada385", "marvell,armada380"; |