]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: renesas: r8a779h0: Add SWDT node
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Mon, 6 Oct 2025 08:25:26 +0000 (10:25 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 28 Oct 2025 08:23:46 +0000 (09:23 +0100)
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/20251006082520.10570-19-wsa+renesas@sang-engineering.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r8a779h0.dtsi

index b59e6d858d29caf400c2f35b597e3ecc3cf3602b..4dc0e5304f7211d95a249fd5af07f1d9b513fcc1 100644 (file)
                        status = "disabled";
                };
 
+               swdt: watchdog@e6030000 {
+                       compatible = "renesas,r8a779h0-wdt", "renesas,rcar-gen4-wdt";
+                       reg = <0 0xe6030000 0 0x0c>;
+                       interrupts = <GIC_SPI 331 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&cpg CPG_CORE R8A779H0_CLK_OSC>;
+                       power-domains = <&sysc R8A779H0_PD_ALWAYS_ON>;
+                       resets = <&cpg 1128>;
+                       status = "disabled";
+               };
+
                pfc: pinctrl@e6050000 {
                        compatible = "renesas,pfc-r8a779h0";
                        reg = <0 0xe6050000 0 0x16c>, <0 0xe6050800 0 0x16c>,