summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/soc/zte/pd-2967xx.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/soc/zte/pd-2967xx.txt')
-rw-r--r--dts/Bindings/soc/zte/pd-2967xx.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/dts/Bindings/soc/zte/pd-2967xx.txt b/dts/Bindings/soc/zte/pd-2967xx.txt
new file mode 100644
index 0000000000..7629de1c2c
--- /dev/null
+++ b/dts/Bindings/soc/zte/pd-2967xx.txt
@@ -0,0 +1,19 @@
+* ZTE zx2967 family Power Domains
+
+zx2967 family includes support for multiple power domains which are used
+to gate power to one or more peripherals on the processor.
+
+Required Properties:
+ - compatible: should be one of the following.
+ * zte,zx296718-pcu - for zx296718 power domain.
+ - reg: physical base address of the controller and length of memory mapped
+ region.
+ - #power-domain-cells: Must be 1.
+
+Example:
+
+ pcu_domain: pcu@117000 {
+ compatible = "zte,zx296718-pcu";
+ reg = <0x00117000 0x1000>;
+ #power-domain-cells = <1>;
+ };