Merge tag 'gfs2-4.11.addendum' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / arm / zte.txt
1 ZTE platforms device tree bindings
2 ---------------------------------------
3
4 -  ZX296702 board:
5     Required root node properties:
6       - compatible = "zte,zx296702-ad1", "zte,zx296702"
7
8 System management required properties:
9       - compatible = "zte,sysctrl"
10
11 Low power management required properties:
12       - compatible = "zte,zx296702-pcu"
13
14 Bus matrix required properties:
15       - compatible = "zte,zx-bus-matrix"
16
17
18 ---------------------------------------
19 -  ZX296718 SoC:
20     Required root node properties:
21       - compatible = "zte,zx296718"
22
23 ZX296718 EVB board:
24       - "zte,zx296718-evb"
25
26 System management required properties:
27       - compatible = "zte,zx296718-aon-sysctrl"
28       - compatible = "zte,zx296718-sysctrl"
29
30 Example:
31 aon_sysctrl: aon-sysctrl@116000 {
32         compatible = "zte,zx296718-aon-sysctrl", "syscon";
33         reg = <0x116000 0x1000>;
34 };
35
36 sysctrl: sysctrl@1463000 {
37         compatible = "zte,zx296718-sysctrl", "syscon";
38         reg = <0x1463000 0x1000>;
39 };