]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: renesas: r9a09g087: Add WDT nodes
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Thu, 21 Aug 2025 16:19:42 +0000 (17:19 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 12 Sep 2025 09:14:59 +0000 (11:14 +0200)
Add WDT0-5 nodes to RZ/N2H (R9A09G087) SoC DTSI.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/20250821161946.1096033-3-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r9a09g087.dtsi

index ecbb7b93aed2cc3e53a5b0630f40ca67538b8428..b669c1a506d39472082772a4dbdcbbf176c165aa 100644 (file)
                        status = "disabled";
                };
 
+               wdt0: watchdog@80082000 {
+                       compatible = "renesas,r9a09g087-wdt", "renesas,r9a09g077-wdt";
+                       reg = <0 0x80082000 0 0x400>,
+                             <0 0x81295100 0 0x04>;
+                       clocks = <&cpg CPG_CORE R9A09G087_CLK_PCLKL>;
+                       clock-names = "pclk";
+                       power-domains = <&cpg>;
+                       status = "disabled";
+               };
+
+               wdt1: watchdog@80082400 {
+                       compatible = "renesas,r9a09g087-wdt", "renesas,r9a09g077-wdt";
+                       reg = <0 0x80082400 0 0x400>,
+                             <0 0x81295104 0 0x04>;
+                       clocks = <&cpg CPG_CORE R9A09G087_CLK_PCLKL>;
+                       clock-names = "pclk";
+                       power-domains = <&cpg>;
+                       status = "disabled";
+               };
+
+               wdt2: watchdog@80082800 {
+                       compatible = "renesas,r9a09g087-wdt", "renesas,r9a09g077-wdt";
+                       reg = <0 0x80082800 0 0x400>,
+                             <0 0x81295108 0 0x04>;
+                       clocks = <&cpg CPG_CORE R9A09G087_CLK_PCLKL>;
+                       clock-names = "pclk";
+                       power-domains = <&cpg>;
+                       status = "disabled";
+               };
+
+               wdt3: watchdog@80082c00 {
+                       compatible = "renesas,r9a09g087-wdt", "renesas,r9a09g077-wdt";
+                       reg = <0 0x80082c00 0 0x400>,
+                             <0 0x8129510c 0 0x04>;
+                       clocks = <&cpg CPG_CORE R9A09G087_CLK_PCLKL>;
+                       clock-names = "pclk";
+                       power-domains = <&cpg>;
+                       status = "disabled";
+               };
+
+               wdt4: watchdog@80083000 {
+                       compatible = "renesas,r9a09g087-wdt", "renesas,r9a09g077-wdt";
+                       reg = <0 0x80083000 0 0x400>,
+                             <0 0x81295110 0 0x04>;
+                       clocks = <&cpg CPG_CORE R9A09G087_CLK_PCLKL>;
+                       clock-names = "pclk";
+                       power-domains = <&cpg>;
+                       status = "disabled";
+               };
+
+               wdt5: watchdog@80083400 {
+                       compatible = "renesas,r9a09g087-wdt", "renesas,r9a09g077-wdt";
+                       reg = <0 0x80083400 0 0x400>,
+                             <0 0x81295114 0 0x04>;
+                       clocks = <&cpg CPG_CORE R9A09G087_CLK_PCLKL>;
+                       clock-names = "pclk";
+                       power-domains = <&cpg>;
+                       status = "disabled";
+               };
+
                i2c0: i2c@80088000 {
                        compatible = "renesas,riic-r9a09g087", "renesas,riic-r9a09g077";
                        reg = <0 0x80088000 0 0x400>;