diff options
| author | Jonas Karlman <jonas@kwiboo.se> | 2026-05-06 12:28:04 +0300 |
|---|---|---|
| committer | Heiko Stuebner <heiko@sntech.de> | 2026-05-07 14:27:53 +0300 |
| commit | eb24b60553e0692cbbec2863ca31d2a56bff098d (patch) | |
| tree | 78970e54813412eb6562049204096959c9a708dd | |
| parent | 5052c99cf05271b91fe2b4e6540f7a7d9b6db62f (diff) | |
| download | linux-eb24b60553e0692cbbec2863ca31d2a56bff098d.tar.xz | |
arm64: dts: rockchip: Add watchdog node for RK3528
Add the node describing the watchdog on the RK3528 SoC.
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patch.msgid.link/20260506092804.3320931-1-heiko@sntech.de
| -rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3528.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3528.dtsi b/arch/arm64/boot/dts/rockchip/rk3528.dtsi index 806b8109f67d..77d314716b43 100644 --- a/arch/arm64/boot/dts/rockchip/rk3528.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3528.dtsi @@ -983,6 +983,14 @@ status = "disabled"; }; + wdt: watchdog@ffac0000 { + compatible = "rockchip,rk3528-wdt", "snps,dw-wdt"; + reg = <0x0 0xffac0000 0x0 0x100>; + clocks = <&cru TCLK_WDT_NS>, <&cru PCLK_WDT_NS>; + clock-names = "tclk", "pclk"; + interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>; + }; + saradc: adc@ffae0000 { compatible = "rockchip,rk3528-saradc"; reg = <0x0 0xffae0000 0x0 0x10000>; |
