Skip to content

Commit

Permalink
ARM: dts: hix5hd2: add wdg node
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Zhangfei Gao authored and Wei Xu committed Sep 16, 2014
1 parent 6868feb commit 610bd87
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm/boot/dts/hisi-x5hd2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 610bd87

Please sign in to comment.