Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / Documentation / devicetree / bindings / arm / rockchip / pmu.txt
1 Rockchip power-management-unit:
2 -------------------------------
3
4 The pmu is used to turn off and on different power domains of the SoCs
5 This includes the power to the CPU cores.
6
7 Required node properties:
8 - compatible value : = "rockchip,rk3066-pmu";
9 - reg : physical base address and the size of the registers window
10
11 Example:
12
13         pmu@20004000 {
14                 compatible = "rockchip,rk3066-pmu";
15                 reg = <0x20004000 0x100>;
16         };