]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
watchdog: atcwdt200: Add driver for Andes ATCWDT200
authorCL Wang <cl634@andestech.com>
Thu, 15 Jan 2026 08:14:43 +0000 (16:14 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 10 May 2026 15:31:34 +0000 (08:31 -0700)
commite4e0848ad046da9304e0656a71f74ddfbb316e98
tree77706675a0bca6be963306b783d0684d1a3e28e4
parentfec053e452a5e859cf6e8aa2c9d44d78fed60034
watchdog: atcwdt200: Add driver for Andes ATCWDT200

Add support for the Andes ATCWDT200 watchdog timer. The driver implements
programmable reset and interrupt timers, and includes automatic detection
of the supported IntTime bit-width.

Integrated with the Linux watchdog framework, it supports basic operations
including start, stop, ping, timeout configuration, and system reset via
the restart handler.

Signed-off-by: CL Wang <cl634@andestech.com>
Link: https://lore.kernel.org/r/20260115081444.2452357-3-cl634@andestech.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/atcwdt200_wdt.c [new file with mode: 0644]