Merge remote-tracking branch 'xen-tip/linux-next'
[deliverable/linux.git] / Documentation / devicetree / bindings / arm / marvell / armada-39x.txt
CommitLineData
e9d119a1
TP
1Marvell Armada 39x Platforms Device Tree Bindings
2-------------------------------------------------
3
4Boards with a SoC of the Marvell Armada 39x family shall have the
5following property:
6
7Required root node property:
8
9 - compatible: must contain "marvell,armada390"
10
eebead78
GJ
11In addition, boards using the Marvell Armada 395 SoC shall have the
12following property before the common "marvell,armada390" one:
13
14Required root node property:
15
16compatible: must contain "marvell,armada395"
17
35664512
GJ
18Example:
19
20compatible = "marvell,a395-gp", "marvell,armada395", "marvell,armada390";
21
eebead78
GJ
22Boards using the Marvell Armada 398 SoC shall have the following
23property before the common "marvell,armada390" one:
e9d119a1
TP
24
25Required root node property:
26
27compatible: must contain "marvell,armada398"
28
29Example:
30
31compatible = "marvell,a398-db", "marvell,armada398", "marvell,armada390";
This page took 0.09212 seconds and 5 git commands to generate.