Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git...
[cascardo/linux.git] / Documentation / devicetree / bindings / arm / marvell / armada-39x.txt
1 Marvell Armada 39x Platforms Device Tree Bindings
2 -------------------------------------------------
3
4 Boards with a SoC of the Marvell Armada 39x family shall have the
5 following property:
6
7 Required root node property:
8
9  - compatible: must contain "marvell,armada390"
10
11 In addition, boards using the Marvell Armada 395 SoC shall have the
12 following property before the common "marvell,armada390" one:
13
14 Required root node property:
15
16 compatible: must contain "marvell,armada395"
17
18 Example:
19
20 compatible = "marvell,a395-gp", "marvell,armada395", "marvell,armada390";
21
22 Boards using the Marvell Armada 398 SoC shall have the following
23 property before the common "marvell,armada390" one:
24
25 Required root node property:
26
27 compatible: must contain "marvell,armada398"
28
29 Example:
30
31 compatible = "marvell,a398-db", "marvell,armada398", "marvell,armada390";