diff options
author | Andy Yan <andy.yan@rock-chips.com> | 2017-08-11 11:45:33 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-08-13 14:14:27 +0200 |
commit | 5584b967da664661f9f6f2adef817aaffa324041 (patch) | |
tree | 7c691246cfe6870b4f18bffc9b56b5a0dc3c7ef6 /arch/arm/boot/dts/rv1108.dtsi | |
parent | 32cb77a204f90e1f00195a8302123c70e8b521d5 (diff) | |
download | blackbird-obmc-linux-5584b967da664661f9f6f2adef817aaffa324041.tar.gz blackbird-obmc-linux-5584b967da664661f9f6f2adef817aaffa324041.zip |
ARM: dts: rockchip: add watchdog dt node for rv1108
Add watchdog device tree node for rv1108
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rv1108.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rv1108.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rv1108.dtsi b/arch/arm/boot/dts/rv1108.dtsi index 34bdd1956149..991b35d87c52 100644 --- a/arch/arm/boot/dts/rv1108.dtsi +++ b/arch/arm/boot/dts/rv1108.dtsi @@ -205,6 +205,15 @@ reg = <0x10300000 0x1000>; }; + watchdog: wdt@10360000 { + compatible = "snps,dw-wdt"; + reg = <0x10360000 0x100>; + interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&cru PCLK_WDT>; + clock-names = "pclk_wdt"; + status = "disabled"; + }; + i2c0: i2c@20000000 { compatible = "rockchip,rv1108-i2c"; reg = <0x20000000 0x1000>; |