xref: /freebsd/sys/contrib/device-tree/Bindings/arm/marvell/armada-39x.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotMarvell Armada 39x Platforms Device Tree Bindings
2*c66ec88fSEmmanuel Vadot-------------------------------------------------
3*c66ec88fSEmmanuel Vadot
4*c66ec88fSEmmanuel VadotBoards with a SoC of the Marvell Armada 39x family shall have the
5*c66ec88fSEmmanuel Vadotfollowing property:
6*c66ec88fSEmmanuel Vadot
7*c66ec88fSEmmanuel VadotRequired root node property:
8*c66ec88fSEmmanuel Vadot
9*c66ec88fSEmmanuel Vadot - compatible: must contain "marvell,armada390"
10*c66ec88fSEmmanuel Vadot
11*c66ec88fSEmmanuel VadotIn addition, boards using the Marvell Armada 395 SoC shall have the
12*c66ec88fSEmmanuel Vadotfollowing property before the common "marvell,armada390" one:
13*c66ec88fSEmmanuel Vadot
14*c66ec88fSEmmanuel VadotRequired root node property:
15*c66ec88fSEmmanuel Vadot
16*c66ec88fSEmmanuel Vadotcompatible: must contain "marvell,armada395"
17*c66ec88fSEmmanuel Vadot
18*c66ec88fSEmmanuel VadotExample:
19*c66ec88fSEmmanuel Vadot
20*c66ec88fSEmmanuel Vadotcompatible = "marvell,a395-gp", "marvell,armada395", "marvell,armada390";
21*c66ec88fSEmmanuel Vadot
22*c66ec88fSEmmanuel VadotBoards using the Marvell Armada 398 SoC shall have the following
23*c66ec88fSEmmanuel Vadotproperty before the common "marvell,armada390" one:
24*c66ec88fSEmmanuel Vadot
25*c66ec88fSEmmanuel VadotRequired root node property:
26*c66ec88fSEmmanuel Vadot
27*c66ec88fSEmmanuel Vadotcompatible: must contain "marvell,armada398"
28*c66ec88fSEmmanuel Vadot
29*c66ec88fSEmmanuel VadotExample:
30*c66ec88fSEmmanuel Vadot
31*c66ec88fSEmmanuel Vadotcompatible = "marvell,a398-db", "marvell,armada398", "marvell,armada390";
32