pmu.txt 415 B

1234567891011121314151617
  1. Rockchip 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 : = "rockchip,rk3066-pmu";
  7. - reg : physical base address and the size of the registers window
  8. Example:
  9. pmu@20004000 {
  10. compatible = "rockchip,rk3066-pmu";
  11. reg = <0x20004000 0x100>;
  12. };