xref: /freebsd/sys/contrib/device-tree/Bindings/arm/rockchip/pmu.txt (revision 05427f4639bcf2703329a9be9d25ec09bb782742)
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