diff options
author | Heiko Stuebner <heiko@sntech.de> | 2014-07-30 12:16:17 +0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2014-07-30 14:14:44 +0400 |
commit | eb2b9d47dd907eba5d766d942723811393454346 (patch) | |
tree | ec13560c687ea829cfa27611c00b3de885ddec6b /arch/arm/boot/dts/rk3xxx.dtsi | |
parent | 23c93bc92ca13094254277816e6b672d4bb4f24c (diff) | |
download | linux-eb2b9d47dd907eba5d766d942723811393454346.tar.xz |
ARM: dts: rockchip: add watchdog node
This adds the Designware compatible watchdog found on RK3xxx Cortex-A9 SoCs.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3xxx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3xxx.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3xxx.dtsi b/arch/arm/boot/dts/rk3xxx.dtsi index c6f05610ed2d..8caf85d83901 100644 --- a/arch/arm/boot/dts/rk3xxx.dtsi +++ b/arch/arm/boot/dts/rk3xxx.dtsi @@ -174,6 +174,14 @@ status = "disabled"; }; + wdt: watchdog@2004c000 { + compatible = "snps,dw-wdt"; + reg = <0x2004c000 0x100>; + clocks = <&cru PCLK_WDT>; + interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>; + status = "disabled"; + }; + pwm2: pwm@20050020 { compatible = "rockchip,rk2928-pwm"; reg = <0x20050020 0x10>; |