Over the last releases we have added more and more Marvell related binding directly in the arm directory. It's time to have our proper directory inside it, and move all the files in it. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Rob Herring <robh@kernel.org>
21 lines
540 B
Plaintext
21 lines
540 B
Plaintext
Marvell Armada 39x Platforms Device Tree Bindings
|
|
-------------------------------------------------
|
|
|
|
Boards with a SoC of the Marvell Armada 39x family shall have the
|
|
following property:
|
|
|
|
Required root node property:
|
|
|
|
- compatible: must contain "marvell,armada390"
|
|
|
|
In addition, boards using the Marvell Armada 398 SoC shall have the
|
|
following property before the previous one:
|
|
|
|
Required root node property:
|
|
|
|
compatible: must contain "marvell,armada398"
|
|
|
|
Example:
|
|
|
|
compatible = "marvell,a398-db", "marvell,armada398", "marvell,armada390";
|