]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: rockchip: Add watchdog node for RV1126
authorKarthikeyan Krishnasamy <karthikeyan@linumiz.com>
Thu, 12 Sep 2024 14:24:47 +0000 (19:54 +0530)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 14 Oct 2024 09:35:49 +0000 (11:35 +0200)
Add watchdog node for Rockchip RV1126

Signed-off-by: Karthikeyan Krishnasamy <karthikeyan@linumiz.com>
Link: https://lore.kernel.org/r/20240912142451.2952633-3-karthikeyan@linumiz.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rockchip/rv1126.dtsi

index 434846b85c957faa773e2563bf696249fcce3d5d..d6e8b63daa42072a00b876aae7ee9edec7cfe01b 100644 (file)
                clock-names = "pclk", "timer";
        };
 
+       wdt: watchdog@ff680000 {
+               compatible = "rockchip,rv1126-wdt", "snps,dw-wdt";
+               reg = <0xff680000 0x100>;
+               interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
+               clocks = <&cru PCLK_WDT>;
+               status = "disabled";
+       };
+
        i2s0: i2s@ff800000 {
                compatible = "rockchip,rv1126-i2s-tdm";
                reg = <0xff800000 0x1000>;