]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/arm/armada-38x.txt
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[karo-tx-linux.git] / Documentation / devicetree / bindings / arm / armada-38x.txt
1 Marvell Armada 38x Platforms Device Tree Bindings
2 -------------------------------------------------
3
4 Boards with a SoC of the Marvell Armada 38x family shall have the
5 following property:
6
7 Required root node property:
8
9  - compatible: must contain "marvell,armada380"
10
11 In addition, boards using the Marvell Armada 385 SoC shall have the
12 following property before the previous one:
13
14 Required root node property:
15
16 compatible: must contain "marvell,armada385"
17
18 In addition, boards using the Marvell Armada 388 SoC shall have the
19 following property before the previous one:
20
21 Required root node property:
22
23 compatible: must contain "marvell,armada388"
24
25 Example:
26
27 compatible = "marvell,a385-rd", "marvell,armada385", "marvell,armada380";