1ZTE platforms device tree bindings
2---------------------------------------
3
4-  ZX296702 board:
5    Required root node properties:
6      - compatible = "zte,zx296702-ad1", "zte,zx296702"
7
8System management required properties:
9      - compatible = "zte,sysctrl"
10
11Low power management required properties:
12      - compatible = "zte,zx296702-pcu"
13
14Bus 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
23ZX296718 EVB board:
24      - "zte,zx296718-evb"
25
26System management required properties:
27      - compatible = "zte,zx296718-aon-sysctrl"
28      - compatible = "zte,zx296718-sysctrl"
29
30Example:
31aon_sysctrl: aon-sysctrl@116000 {
32	compatible = "zte,zx296718-aon-sysctrl", "syscon";
33	reg = <0x116000 0x1000>;
34};
35
36sysctrl: sysctrl@1463000 {
37	compatible = "zte,zx296718-sysctrl", "syscon";
38	reg = <0x1463000 0x1000>;
39};
40