fc94a603bb
Over the last releases we have added more and more Marvell related binding directly in the arm directory. It's time to have our proper directory inside it, and move all the files in it. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Rob Herring <robh@kernel.org>
22 lines
567 B
Plaintext
22 lines
567 B
Plaintext
Power Management Service Unit(PMSU)
|
|
-----------------------------------
|
|
Available on Marvell SOCs: Armada 370, Armada 38x and Armada XP
|
|
|
|
Required properties:
|
|
|
|
- compatible: should be one of:
|
|
- "marvell,armada-370-pmsu" for Armada 370 or Armada XP
|
|
- "marvell,armada-380-pmsu" for Armada 38x
|
|
- "marvell,armada-370-xp-pmsu" was used for Armada 370/XP but is now
|
|
deprecated and will be removed
|
|
|
|
- reg: Should contain PMSU registers location and length.
|
|
|
|
Example:
|
|
|
|
armada-370-xp-pmsu@22000 {
|
|
compatible = "marvell,armada-370-pmsu";
|
|
reg = <0x22000 0x1000>;
|
|
};
|
|
|