1* ZTE zx2967 family Power Domains
2
3zx2967 family includes support for multiple power domains which are used
4to gate power to one or more peripherals on the processor.
5
6Required Properties:
7  - compatible: should be one of the following.
8      * zte,zx296718-pcu - for zx296718 power domain.
9  - reg: physical base address of the controller and length of memory mapped
10      region.
11  - #power-domain-cells: Must be 1.
12
13Example:
14
15	pcu_domain: pcu@117000 {
16		compatible = "zte,zx296718-pcu";
17		reg = <0x00117000 0x1000>;
18		#power-domain-cells = <1>;
19	};
20