Commit 5d730f85 authored by Zhangfei Gao's avatar Zhangfei Gao Committed by Wei Xu

ARM: dts: hix5hd2: add wdg node

Signed-off-by: default avatarJiancheng Xue <xuejiancheng@huawei.com>
Signed-off-by: default avatarZhangfei Gao <zhangfei.gao@linaro.org>
Signed-off-by: default avatarWei Xu <xuwei5@hisilicon.com>
parent 57d43465
...@@ -365,6 +365,15 @@ gpio17: gpio@b31000 { ...@@ -365,6 +365,15 @@ gpio17: gpio@b31000 {
#interrupt-cells = <2>; #interrupt-cells = <2>;
status = "disabled"; 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 { local_timer@00a00600 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment