1* Hisilicon Hi3519 System Controller Block 2 3This bindings use the following binding: 4Documentation/devicetree/bindings/mfd/syscon.yaml 5 6Required properties: 7- compatible: "hisilicon,hi3519-sysctrl". 8- reg: the register region of this block 9 10Examples: 11sysctrl: system-controller@12010000 { 12 compatible = "hisilicon,hi3519-sysctrl", "syscon"; 13 reg = <0x12010000 0x1000>; 14}; 15