diff options
author | 2014-08-20 15:38:26 +0800 | |
---|---|---|
committer | 2014-09-16 11:00:43 +0800 | |
commit | 610bd8722ef40b649b51f01045c5d1903f41b583 (patch) | |
tree | 8ce36533c42e0a19d99b2473294712c1f64107b6 | |
parent | ARM: dts: hix5hd2: add gpio node (diff) | |
download | wireguard-linux-610bd8722ef40b649b51f01045c5d1903f41b583.tar.xz wireguard-linux-610bd8722ef40b649b51f01045c5d1903f41b583.zip |
ARM: dts: hix5hd2: add wdg node
Signed-off-by: Jiancheng Xue <xuejiancheng@huawei.com>
Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/boot/dts/hisi-x5hd2.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/hisi-x5hd2.dtsi b/arch/arm/boot/dts/hisi-x5hd2.dtsi index 152f3ad1af6b..b3a87d79f1e1 100644 --- a/arch/arm/boot/dts/hisi-x5hd2.dtsi +++ b/arch/arm/boot/dts/hisi-x5hd2.dtsi @@ -365,6 +365,15 @@ #interrupt-cells = <2>; status = "disabled"; }; + + wdt0: watchdog@a2c000 { + compatible = "arm,sp805", "arm,primecell"; + arm,primecell-periphid = <0x00141805>; + reg = <0xa2c000 0x1000>; + interrupts = <0 29 4>; + clocks = <&clock HIX5HD2_WDG0_RST>; + clock-names = "apb_pclk"; + }; }; local_timer@00a00600 { |