Hi, I did not receive any feedback for those 2 patches of the v3 of this series, so resending them. The rest of the patches (dt-stuff) have already been queued in renesas/renesas-arm-dt-for-v5.18. cheers, Jean-Jacques Jean-Jacques Hiblot (1): dt-bindings: watchdog: renesas,wdt: Add support for RZ/N1 Phil Edworthy (1): watchdog: Add Renesas RZ/N1 Watchdog driver .../bindings/watchdog/renesas,wdt.yaml | 6 + drivers/watchdog/Kconfig | 8 + drivers/watchdog/Makefile | 1 + drivers/watchdog/rzn1_wdt.c | 206 ++++++++++++++++++ 4 files changed, 221 insertions(+) create mode 100644 drivers/watchdog/rzn1_wdt.c -- 2.25.1