summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/arm/rockchip/pmu.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/arm/rockchip/pmu.txt')
-rw-r--r--dts/Bindings/arm/rockchip/pmu.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/dts/Bindings/arm/rockchip/pmu.txt b/dts/Bindings/arm/rockchip/pmu.txt
new file mode 100644
index 0000000000..3ee9b428b2
--- /dev/null
+++ b/dts/Bindings/arm/rockchip/pmu.txt
@@ -0,0 +1,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>;
+ };