mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
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>
This commit is contained in:
parent
4e5265c233
commit
fa20698433
@ -280,6 +280,14 @@ i2c3: i2c@11080000 {
|
||||
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>;
|
||||
|
Loading…
Reference in New Issue
Block a user