1Marvell Armada 37xx Platforms Device Tree Bindings 2-------------------------------------------------- 3 4Boards using a SoC of the Marvell Armada 37xx family must carry the 5following root node property: 6 7 - compatible: must contain "marvell,armada3710" 8 9In addition, boards using the Marvell Armada 3720 SoC shall have the 10following property before the previous one: 11 12 - compatible: must contain "marvell,armada3720" 13 14Example: 15 16compatible = "marvell,armada-3720-db", "marvell,armada3720", "marvell,armada3710"; 17