2012-08-02 08:17:51 +00:00
|
|
|
Power Management Service Unit(PMSU)
|
|
|
|
-----------------------------------
|
|
|
|
Available on Marvell SOCs: Armada 370 and Armada XP
|
|
|
|
|
|
|
|
Required properties:
|
|
|
|
|
2014-04-14 13:50:31 +00:00
|
|
|
- compatible: should be "marvell,armada-370-pmsu", whereas
|
|
|
|
"marvell,armada-370-xp-pmsu" is deprecated and will be removed
|
2012-08-02 08:17:51 +00:00
|
|
|
|
2014-04-14 13:50:31 +00:00
|
|
|
- reg: Should contain PMSU registers location and length.
|
2012-08-02 08:17:51 +00:00
|
|
|
|
|
|
|
Example:
|
|
|
|
|
2014-04-14 13:50:31 +00:00
|
|
|
armada-370-xp-pmsu@22000 {
|
|
|
|
compatible = "marvell,armada-370-pmsu";
|
|
|
|
reg = <0x22000 0x1000>;
|
2012-08-02 08:17:51 +00:00
|
|
|
};
|
|
|
|
|