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