hi3519-sysctrl.txt 371 B

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