armada-370-xp-pmsu.txt 501 B

1234567891011121314151617181920
  1. Power Management Service Unit(PMSU)
  2. -----------------------------------
  3. Available on Marvell SOCs: Armada 370 and Armada XP
  4. Required properties:
  5. - compatible: "marvell,armada-370-xp-pmsu"
  6. - reg: Should contain PMSU registers location and length. First pair
  7. for the per-CPU SW Reset Control registers, second pair for the
  8. Power Management Service Unit.
  9. Example:
  10. armada-370-xp-pmsu@d0022000 {
  11. compatible = "marvell,armada-370-xp-pmsu";
  12. reg = <0xd0022100 0x430>,
  13. <0xd0020800 0x20>;
  14. };