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