Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / Documentation / devicetree / bindings / arm / armada-370-xp-pmsu.txt
CommitLineData
7444dad2
GC
1Power Management Service Unit(PMSU)
2-----------------------------------
b4bca249 3Available on Marvell SOCs: Armada 370, Armada 38x and Armada XP
7444dad2
GC
4
5Required properties:
6
b4bca249
TP
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
7444dad2 12
0c3acc74 13- reg: Should contain PMSU registers location and length.
7444dad2
GC
14
15Example:
16
0c3acc74
GC
17armada-370-xp-pmsu@22000 {
18 compatible = "marvell,armada-370-pmsu";
19 reg = <0x22000 0x1000>;
7444dad2
GC
20};
21
This page took 0.323766 seconds and 5 git commands to generate.