xref: /freebsd-src/sys/contrib/device-tree/Bindings/arm/rockchip/pmu.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotRockchip power-management-unit:
2*c66ec88fSEmmanuel Vadot-------------------------------
3*c66ec88fSEmmanuel Vadot
4*c66ec88fSEmmanuel VadotThe pmu is used to turn off and on different power domains of the SoCs
5*c66ec88fSEmmanuel VadotThis includes the power to the CPU cores.
6*c66ec88fSEmmanuel Vadot
7*c66ec88fSEmmanuel VadotRequired node properties:
8*c66ec88fSEmmanuel Vadot- compatible value : = "rockchip,rk3066-pmu";
9*c66ec88fSEmmanuel Vadot- reg : physical base address and the size of the registers window
10*c66ec88fSEmmanuel Vadot
11*c66ec88fSEmmanuel VadotExample:
12*c66ec88fSEmmanuel Vadot
13*c66ec88fSEmmanuel Vadot	pmu@20004000 {
14*c66ec88fSEmmanuel Vadot		compatible = "rockchip,rk3066-pmu";
15*c66ec88fSEmmanuel Vadot		reg = <0x20004000 0x100>;
16*c66ec88fSEmmanuel Vadot	};
17