0001 Power Management Service Unit(PMSU)
0002 -----------------------------------
0003 Available on Marvell SOCs: Armada 370, Armada 38x and Armada XP
0004
0005 Required properties:
0006
0007 - compatible: should be one of:
0008 - "marvell,armada-370-pmsu" for Armada 370 or Armada XP
0009 - "marvell,armada-380-pmsu" for Armada 38x
0010 - "marvell,armada-370-xp-pmsu" was used for Armada 370/XP but is now
0011 deprecated and will be removed
0012
0013 - reg: Should contain PMSU registers location and length.
0014
0015 Example:
0016
0017 armada-370-xp-pmsu@22000 {
0018 compatible = "marvell,armada-370-pmsu";
0019 reg = <0x22000 0x1000>;
0020 };
0021