9aa30f1c13
This commit adds the basic support for the Armada 380 and Armada 385 SOCs. These SoCs share most of their IP with the Armada 370/XP SoCs. The main difference is the use of a Cortex A9 CPU instead of the PJ4B CPU. The Armada 380 is a single core Cortex-A9, while the Armada 385 is a dual-core Cortex-A9. The support is introduced in board-v7.c, together with Armada 370/XP, but a separate DT structure is added, because Armada 38x will need a different set of SMP operations when the SMP support is introduced. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
11 lines
347 B
Plaintext
11 lines
347 B
Plaintext
Marvell Armada 38x Platforms Device Tree Bindings
|
|
-------------------------------------------------
|
|
|
|
Boards with a SoC of the Marvell Armada 38x family shall have the
|
|
following property:
|
|
|
|
Required root node property:
|
|
|
|
- compatible: must contain either "marvell,armada380" or
|
|
"marvell,armada385" depending on the variant of the SoC being used.
|