ARM: dts: rk3036: support the watchdog

Change-Id: I2630993b1b9c5f6d3c4e3405303bfb3ebac07e8b
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
Caesar Wang
2017-11-09 13:46:41 +08:00
committed by Tao Huang
parent f53a50d221
commit cd4bc097fe

View File

@@ -541,6 +541,13 @@
clock-names = "timer", "pclk";
};
wdt: watchdog@2004c000 {
compatible = "rockchip,rk3036-wdt", "snps,dw-wdt";
reg = <0x2004c000 0x100>;
clocks = <&cru PCLK_WDT>;
status = "disabled";
};
pwm0: pwm@20050000 {
compatible = "rockchip,rk3036-pwm", "rockchip,rk2928-pwm";
reg = <0x20050000 0x10>;