mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ARM: dts: rk3036: support the watchdog
Change-Id: I2630993b1b9c5f6d3c4e3405303bfb3ebac07e8b Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user