1 Hisilicon Platforms Device Tree Bindings
2 ----------------------------------------------------
5 Required root node properties:
6 - compatible = "hisilicon,hi3620-hi4511";
8 Hisilicon system controller
11 - compatible : "hisilicon,sysctrl"
12 - reg : Register address and size
15 - smp-offset : offset in sysctrl for notifying slave cpu booting
19 If reg value is not zero, cpun exit wfi and go
20 - resume-offset : offset in sysctrl for notifying cpu0 when resume
21 - reboot-offset : offset in sysctrl for system reboot
26 sysctrl: system-controller@fc802000 {
27 compatible = "hisilicon,sysctrl";
28 reg = <0xfc802000 0x1000>;
30 resume-offset = <0x308>;
31 reboot-offset = <0x4>;