aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhangfei Gao <zhangfei.gao@linaro.org>2014-08-20 03:38:26 -0400
committerWei Xu <xuwei5@hisilicon.com>2014-11-07 06:29:40 -0500
commit5d730f85fa836f0744951fd58f5f25ae146bd1c6 (patch)
treef9e0d656427f2f5f4b76643249d505c5570bc2b9
parent57d434656fe43d412403f6deb7dac8305b8c457c (diff)
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>
-rw-r--r--arch/arm/boot/dts/hisi-x5hd2.dtsi9
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 7f1a3e0b3715..d07589b657f4 100644
--- a/arch/arm/boot/dts/hisi-x5hd2.dtsi
+++ b/arch/arm/boot/dts/hisi-x5hd2.dtsi
@@ -365,6 +365,15 @@
365 #interrupt-cells = <2>; 365 #interrupt-cells = <2>;
366 status = "disabled"; 366 status = "disabled";
367 }; 367 };
368
369 wdt0: watchdog@a2c000 {
370 compatible = "arm,sp805", "arm,primecell";
371 arm,primecell-periphid = <0x00141805>;
372 reg = <0xa2c000 0x1000>;
373 interrupts = <0 29 4>;
374 clocks = <&clock HIX5HD2_WDG0_RST>;
375 clock-names = "apb_pclk";
376 };
368 }; 377 };
369 378
370 local_timer@00a00600 { 379 local_timer@00a00600 {