pmu.txt 528 B

123456789101112131415161718
  1. Amlogic Meson8 and Meson8b power-management-unit:
  2. -------------------------------------------------
  3. The pmu is used to turn off and on different power domains of the SoCs
  4. This includes the power to the CPU cores.
  5. Required node properties:
  6. - compatible value : depending on the SoC this should be one of:
  7. "amlogic,meson8-pmu"
  8. "amlogic,meson8b-pmu"
  9. - reg : physical base address and the size of the registers window
  10. Example:
  11. pmu@c81000e4 {
  12. compatible = "amlogic,meson8b-pmu", "syscon";
  13. reg = <0xc81000e0 0x18>;
  14. };