Merge branch 'stable/for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / soc / zte / pd-2967xx.txt
1 * ZTE zx2967 family Power Domains
2
3 zx2967 family includes support for multiple power domains which are used
4 to gate power to one or more peripherals on the processor.
5
6 Required 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
13 Example:
14
15         pcu_domain: pcu@117000 {
16                 compatible = "zte,zx296718-pcu";
17                 reg = <0x00117000 0x1000>;
18                 #power-domain-cells = <1>;
19         };