1
0
Fork 0

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>
hifive-unleashed-5.1
Frank Wang 2017-05-17 17:52:26 +08:00 committed by Heiko Stuebner
parent 4e5265c233
commit fa20698433
1 changed files with 8 additions and 0 deletions

View File

@ -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>;