1fc94a603SGregory CLEMENTPower Management Service Unit(PMSU)
2fc94a603SGregory CLEMENT-----------------------------------
3fc94a603SGregory CLEMENTAvailable on Marvell SOCs: Armada 370, Armada 38x and Armada XP
4fc94a603SGregory CLEMENT
5fc94a603SGregory CLEMENTRequired properties:
6fc94a603SGregory CLEMENT
7fc94a603SGregory CLEMENT- compatible: should be one of:
8fc94a603SGregory CLEMENT  - "marvell,armada-370-pmsu" for Armada 370 or Armada XP
9fc94a603SGregory CLEMENT  - "marvell,armada-380-pmsu" for Armada 38x
10fc94a603SGregory CLEMENT  - "marvell,armada-370-xp-pmsu" was used for Armada 370/XP but is now
11fc94a603SGregory CLEMENT    deprecated and will be removed
12fc94a603SGregory CLEMENT
13fc94a603SGregory CLEMENT- reg: Should contain PMSU registers location and length.
14fc94a603SGregory CLEMENT
15fc94a603SGregory CLEMENTExample:
16fc94a603SGregory CLEMENT
17fc94a603SGregory CLEMENTarmada-370-xp-pmsu@22000 {
18fc94a603SGregory CLEMENT	compatible = "marvell,armada-370-pmsu";
19fc94a603SGregory CLEMENT	reg = <0x22000 0x1000>;
20fc94a603SGregory CLEMENT};
21fc94a603SGregory CLEMENT
22