blob: 202953f1887e6014f2dbc84e145cfb00038ad5c1 [file] [log] [blame]
Thomas Petazzoni9aa30f12014-02-17 15:23:27 +01001Marvell Armada 38x Platforms Device Tree Bindings
2-------------------------------------------------
3
4Boards with a SoC of the Marvell Armada 38x family shall have the
5following property:
6
7Required root node property:
8
Gregory CLEMENT8dbdb8e2014-06-23 16:16:51 +02009 - compatible: must contain "marvell,armada380"
10
11In addition, boards using the Marvell Armada 385 SoC shall have the
12following property before the previous one:
13
14Required root node property:
15
16compatible: must contain "marvell,armada385"
17
Gregory CLEMENT912cdb42015-01-08 18:38:12 +010018In addition, boards using the Marvell Armada 388 SoC shall have the
19following property before the previous one:
20
21Required root node property:
22
23compatible: must contain "marvell,armada388"
24
Gregory CLEMENT8dbdb8e2014-06-23 16:16:51 +020025Example:
26
27compatible = "marvell,a385-rd", "marvell,armada385", "marvell,armada380";