drivers: wdog: add Realtek RTS5912 wdog driver

Port Realtek RTS5912 wdog driver to Zephyr.

Signed-off-by: Titan Chen <titan.chen@realtek.com>
This commit is contained in:
Titan Chen 2025-02-21 11:54:37 +08:00 committed by Benjamin Cabé
commit 865b8aa91d
7 changed files with 324 additions and 0 deletions

View file

@ -239,6 +239,17 @@
140 0 141 0 142 0 143 0>;
};
};
wdog: watchdog@4000c000 {
compatible = "realtek,rts5912-watchdog";
reg = <0x4000c000 0x14>;
interrupt-parent = <&nvic>;
interrupts = <209 0>;
clocks = <&sccon RTS5912_SCCON_PERIPH_GRP2 PERIPH_GRP2_WDT_CLKPWR>;
clock-names = "watchdog";
clk-divider = <33>;
status = "disabled";
};
};
swj_port: swj-port {