1Marvell Armada 7K/8K Platforms Device Tree Bindings
2---------------------------------------------------
3
4Boards using a SoC of the Marvell Armada 7K or 8K families must carry
5the following root node property:
6
7 - compatible, with one of the following values:
8
9   - "marvell,armada7020", "marvell,armada-ap806-dual", "marvell,armada-ap806"
10      when the SoC being used is the Armada 7020
11
12   - "marvell,armada7040", "marvell,armada-ap806-quad", "marvell,armada-ap806"
13      when the SoC being used is the Armada 7040
14
15   - "marvell,armada8020", "marvell,armada-ap806-dual", "marvell,armada-ap806"
16      when the SoC being used is the Armada 8020
17
18   - "marvell,armada8040", "marvell,armada-ap806-quad", "marvell,armada-ap806"
19      when the SoC being used is the Armada 8040
20
21Example:
22
23compatible = "marvell,armada7040-db", "marvell,armada7040",
24             "marvell,armada-ap806-quad", "marvell,armada-ap806";
25