Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / arm / marvell / armada-7k-8k.txt
1 Marvell Armada 7K/8K Platforms Device Tree Bindings
2 ---------------------------------------------------
3
4 Boards using a SoC of the Marvell Armada 7K or 8K families must carry
5 the 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
21 Example:
22
23 compatible = "marvell,armada7040-db", "marvell,armada7040",
24              "marvell,armada-ap806-quad", "marvell,armada-ap806";