From: Karthikeyan Krishnasamy Date: Thu, 12 Sep 2024 14:24:47 +0000 (+0530) Subject: ARM: dts: rockchip: Add watchdog node for RV1126 X-Git-Tag: v6.13-rc1~140^2~10^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cbad02491459d64522852da07736ddc1f04cbaef;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: rockchip: Add watchdog node for RV1126 Add watchdog node for Rockchip RV1126 Signed-off-by: Karthikeyan Krishnasamy Link: https://lore.kernel.org/r/20240912142451.2952633-3-karthikeyan@linumiz.com Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm/boot/dts/rockchip/rv1126.dtsi b/arch/arm/boot/dts/rockchip/rv1126.dtsi index 434846b85c957..d6e8b63daa420 100644 --- a/arch/arm/boot/dts/rockchip/rv1126.dtsi +++ b/arch/arm/boot/dts/rockchip/rv1126.dtsi @@ -544,6 +544,14 @@ clock-names = "pclk", "timer"; }; + wdt: watchdog@ff680000 { + compatible = "rockchip,rv1126-wdt", "snps,dw-wdt"; + reg = <0xff680000 0x100>; + interrupts = ; + clocks = <&cru PCLK_WDT>; + status = "disabled"; + }; + i2s0: i2s@ff800000 { compatible = "rockchip,rv1126-i2s-tdm"; reg = <0xff800000 0x1000>;