1Rockchip power-management-unit:
2-------------------------------
3
4The pmu is used to turn off and on different power domains of the SoCs
5This includes the power to the CPU cores.
6
7Required node properties:
8- compatible value : = "rockchip,rk3066-pmu";
9- reg : physical base address and the size of the registers window
10
11Example:
12
13	pmu@20004000 {
14		compatible = "rockchip,rk3066-pmu";
15		reg = <0x20004000 0x100>;
16	};
17