diff options
author | Frank Wang <frank.wang@rock-chips.com> | 2017-05-17 17:52:26 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-05-17 20:10:10 +0200 |
commit | fa206984331b2fd5c8821f0ca63c8f0eec837f2b (patch) | |
tree | 73b2832fda8074cac536f80b746a958db50053a9 /arch/arm | |
parent | 4e5265c233ccda0ba2ee8ddcd6810c238ed677e6 (diff) |
ARM: dts: rockchip: add watchdog device node on rk322x
Add watchdog device node for rk322x SoC.
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/rk322x.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi index cc6a27dbcc29..1b46bf81932a 100644 --- a/arch/arm/boot/dts/rk322x.dtsi +++ b/arch/arm/boot/dts/rk322x.dtsi @@ -280,6 +280,14 @@ status = "disabled"; }; + wdt: watchdog@110a0000 { + compatible = "snps,dw-wdt"; + reg = <0x110a0000 0x100>; + interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&cru PCLK_CPU>; + status = "disabled"; + }; + pwm0: pwm@110b0000 { compatible = "rockchip,rk3288-pwm"; reg = <0x110b0000 0x10>; |