Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra...
[cascardo/linux.git] / Documentation / devicetree / bindings / arm / hisilicon / hi3519-sysctrl.txt
1 * Hisilicon Hi3519 System Controller Block
2
3 This bindings use the following binding:
4 Documentation/devicetree/bindings/mfd/syscon.txt
5
6 Required properties:
7 - compatible: "hisilicon,hi3519-sysctrl".
8 - reg: the register region of this block
9
10 Examples:
11 sysctrl: system-controller@12010000 {
12         compatible = "hisilicon,hi3519-sysctrl", "syscon";
13         reg = <0x12010000 0x1000>;
14 };