Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[deliverable/linux.git] / Documentation / devicetree / bindings / arm / armada-370-xp-pmsu.txt
1 Power Management Service Unit(PMSU)
2 -----------------------------------
3 Available on Marvell SOCs: Armada 370, Armada 38x and Armada XP
4
5 Required properties:
6
7 - compatible: should be one of:
8 - "marvell,armada-370-pmsu" for Armada 370 or Armada XP
9 - "marvell,armada-380-pmsu" for Armada 38x
10 - "marvell,armada-370-xp-pmsu" was used for Armada 370/XP but is now
11 deprecated and will be removed
12
13 - reg: Should contain PMSU registers location and length.
14
15 Example:
16
17 armada-370-xp-pmsu@22000 {
18 compatible = "marvell,armada-370-pmsu";
19 reg = <0x22000 0x1000>;
20 };
21
This page took 0.036678 seconds and 5 git commands to generate.