You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
415 B
16 lines
415 B
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>;
|
|
};
|
|
|