Hi All, > -----Original Message----- > From: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > Sent: 15 January 2025 10:39 > Subject: [PATCH 5/5] arm64: dts: renesas: r9a09g047e57-smarc: Enable watchdog > > Enable WDT1 watchdog on RZ/G3E SMARC EVK platform. > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > --- > arch/arm64/boot/dts/renesas/r9a09g047e57-smarc.dts | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm64/boot/dts/renesas/r9a09g047e57-smarc.dts > b/arch/arm64/boot/dts/renesas/r9a09g047e57-smarc.dts > index c063d47e2952..33b036b6a93c 100644 > --- a/arch/arm64/boot/dts/renesas/r9a09g047e57-smarc.dts > +++ b/arch/arm64/boot/dts/renesas/r9a09g047e57-smarc.dts > @@ -29,3 +29,7 @@ &scif0 { > pinctrl-0 = <&scif_pins>; > pinctrl-names = "default"; > }; > + > +&wdt1 { > + status = "okay"; > +}; I will move this node to SoM dtsi on the next version, to have consistency with other Renesas RZ/G2L SoM modules. Cheers, Biju