Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

devicetree: bindings: add DT binding for the Marvell Armada 39x SoC family

The Marvell Armada 39x is a family of two SoCs: the Armada 390 and the
Armada 398, with a slightly different number of interfaces. This
commit introduces the Device Tree binding that documents the top-level
compatible strings for Armada 39x based platforms.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>

authored by

Thomas Petazzoni and committed by
Gregory CLEMENT
e9d119a1 c517d838

+20
+20
Documentation/devicetree/bindings/arm/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 398 SoC shall have the 12 + following property before the previous one: 13 + 14 + Required root node property: 15 + 16 + compatible: must contain "marvell,armada398" 17 + 18 + Example: 19 + 20 + compatible = "marvell,a398-db", "marvell,armada398", "marvell,armada390";