Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / Documentation / devicetree / bindings / arm / marvell / armada-37xx.txt
blob35c3c3460d1746ff95e1f5ad96589d1e5c3caa66
1 Marvell Armada 37xx Platforms Device Tree Bindings
2 --------------------------------------------------
4 Boards using a SoC of the Marvell Armada 37xx family must carry the
5 following root node property:
7  - compatible: must contain "marvell,armada3710"
9 In addition, boards using the Marvell Armada 3720 SoC shall have the
10 following property before the previous one:
12  - compatible: must contain "marvell,armada3720"
14 Example:
16 compatible = "marvell,armada-3720-db", "marvell,armada3720", "marvell,armada3710";
19 Power management
20 ----------------
22 For power management (particularly DVFS and AVS), the North Bridge
23 Power Management component is needed:
25 Required properties:
26 - compatible     : should contain "marvell,armada-3700-nb-pm", "syscon";
27 - reg            : the register start and length for the North Bridge
28                     Power Management
30 Example:
32 nb_pm: syscon@14000 {
33         compatible = "marvell,armada-3700-nb-pm", "syscon";
34         reg = <0x14000 0x60>;