db2dfdce799db91c1b8218deb7488029b07cf25d
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / arm / hisilicon / controller / hisilicon,hip01-sysctrl.txt
1 Hisilicon HiP01 system controller
2
3 Required properties:
4 - compatible : "hisilicon,hip01-sysctrl"
5 - reg : Register address and size
6
7 The HiP01 system controller is mostly compatible with hisilicon
8 system controller,but it has some specific control registers for
9 HIP01 SoC family, such as slave core boot, and also some same
10 registers located at different offset.
11
12 Example:
13
14         /* for hip01-ca9x2 */
15         sysctrl: system-controller@10000000 {
16                 compatible = "hisilicon,hip01-sysctrl", "hisilicon,sysctrl";
17                 reg = <0x10000000 0x1000>;
18                 reboot-offset = <0x4>;
19         };