Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69b76795 authored by Jiancheng Xue's avatar Jiancheng Xue Committed by Wei Xu
Browse files

ARM: dt-bindings: add device tree bindings for Hi3519 sysctrl



Add device tree bindings for Hi3519 system controller.

Signed-off-by: default avatarJiancheng Xue <xuejiancheng@huawei.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarWei Xu <xuwei5@hisilicon.com>
parent 1a695a90
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
* Hisilicon Hi3519 System Controller Block

This bindings use the following binding:
Documentation/devicetree/bindings/mfd/syscon.txt

Required properties:
- compatible: "hisilicon,hi3519-sysctrl".
- reg: the register region of this block

Examples:
sysctrl: system-controller@12010000 {
	compatible = "hisilicon,hi3519-sysctrl", "syscon";
	reg = <0x12010000 0x1000>;
};