1 Hisilicon Platforms Device Tree Bindings
2 ----------------------------------------------------
5 Required root node properties:
6 - compatible = "hisilicon,hi3620-hi4511";
9 Required root node properties:
10 - compatible = "hisilicon,hip04-d01";
13 Required root node properties:
14 - compatible = "hisilicon,hip01-ca9x2";
17 Hisilicon system controller
20 - compatible : "hisilicon,sysctrl"
21 - reg : Register address and size
24 - smp-offset : offset in sysctrl for notifying slave cpu booting
28 If reg value is not zero, cpun exit wfi and go
29 - resume-offset : offset in sysctrl for notifying cpu0 when resume
30 - reboot-offset : offset in sysctrl for system reboot
35 sysctrl: system-controller@fc802000 {
36 compatible = "hisilicon,sysctrl";
37 reg = <0xfc802000 0x1000>;
39 resume-offset = <0x308>;
40 reboot-offset = <0x4>;
43 -----------------------------------------------------------------------
44 Hisilicon HiP01 system controller
47 - compatible : "hisilicon,hip01-sysctrl"
48 - reg : Register address and size
50 The HiP01 system controller is mostly compatible with hisilicon
51 system controller,but it has some specific control registers for
52 HIP01 SoC family, such as slave core boot, and also some same
53 registers located at different offset.
58 sysctrl: system-controller@10000000 {
59 compatible = "hisilicon,hip01-sysctrl", "hisilicon,sysctrl";
60 reg = <0x10000000 0x1000>;
61 reboot-offset = <0x4>;
64 -----------------------------------------------------------------------
65 Hisilicon CPU controller
68 - compatible : "hisilicon,cpuctrl"
69 - reg : Register address and size
71 The clock registers and power registers of secondary cores are defined
72 in CPU controller, especially in HIX5HD2 SoC.
74 -----------------------------------------------------------------------
75 PCTRL: Peripheral misc control register
78 - compatible: "hisilicon,pctrl"
79 - reg: Address and size of pctrl.
84 pctrl: pctrl@fca09000 {
85 compatible = "hisilicon,pctrl";
86 reg = <0xfca09000 0x1000>;
89 -----------------------------------------------------------------------
93 - compatible: "hisilicon,hip04-fabric";
94 - reg: Address and size of Fabric
96 -----------------------------------------------------------------------
97 Bootwrapper boot method (software protocol on SMP):
100 - compatible: "hisilicon,hip04-bootwrapper";
101 - boot-method: Address and size of boot method.
102 [0]: bootwrapper physical address
103 [1]: bootwrapper size
104 [2]: relocation physical address