0001 Marvell Armada 39x Platforms Device Tree Bindings
0002 -------------------------------------------------
0003
0004 Boards with a SoC of the Marvell Armada 39x family shall have the
0005 following property:
0006
0007 Required root node property:
0008
0009 - compatible: must contain "marvell,armada390"
0010
0011 In addition, boards using the Marvell Armada 395 SoC shall have the
0012 following property before the common "marvell,armada390" one:
0013
0014 Required root node property:
0015
0016 compatible: must contain "marvell,armada395"
0017
0018 Example:
0019
0020 compatible = "marvell,a395-gp", "marvell,armada395", "marvell,armada390";
0021
0022 Boards using the Marvell Armada 398 SoC shall have the following
0023 property before the common "marvell,armada390" one:
0024
0025 Required root node property:
0026
0027 compatible: must contain "marvell,armada398"
0028
0029 Example:
0030
0031 compatible = "marvell,a398-db", "marvell,armada398", "marvell,armada390";