dt-bindings: arm: hisilicon: add binding for SD5203 SoC
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / arm / hisilicon / controller / hisilicon,hi6220-sysctrl.txt
1 Hisilicon Hi6220 system controller
2
3 Required properties:
4 - compatible : "hisilicon,hi6220-sysctrl"
5 - reg : Register address and size
6 - #clock-cells: should be set to 1, many clock registers are defined
7   under this controller and this property must be present.
8
9 Hisilicon designs this controller as one of the system controllers,
10 its main functions are the same as Hisilicon system controller, but
11 the register offset of some core modules are different.
12
13 Example:
14         /*for Hi6220*/
15         sys_ctrl: sys_ctrl@f7030000 {
16                 compatible = "hisilicon,hi6220-sysctrl", "syscon";
17                 reg = <0x0 0xf7030000 0x0 0x2000>;
18                 #clock-cells = <1>;
19         };