armada-370-xp-pmsu.txt 567 B

12345678910111213141516171819202122
  1. Power Management Service Unit(PMSU)
  2. -----------------------------------
  3. Available on Marvell SOCs: Armada 370, Armada 38x and Armada XP
  4. Required properties:
  5. - compatible: should be one of:
  6. - "marvell,armada-370-pmsu" for Armada 370 or Armada XP
  7. - "marvell,armada-380-pmsu" for Armada 38x
  8. - "marvell,armada-370-xp-pmsu" was used for Armada 370/XP but is now
  9. deprecated and will be removed
  10. - reg: Should contain PMSU registers location and length.
  11. Example:
  12. armada-370-xp-pmsu@22000 {
  13. compatible = "marvell,armada-370-pmsu";
  14. reg = <0x22000 0x1000>;
  15. };