]> git.dujemihanovic.xyz Git - u-boot.git/commit
drivers: watchdog: add andes atcwdt200 support
authorRandolph <randolph@andestech.com>
Wed, 24 Jan 2024 06:21:32 +0000 (14:21 +0800)
committerStefan Roese <sr@denx.de>
Thu, 1 Feb 2024 08:08:44 +0000 (09:08 +0100)
commit4350e999370812d6532bab60876aa0606bf9fd49
treef59c2332ed97be8a1d10e6aa71e1e234cd49f06e
parentb6d8969bcb94321dfed1399f2eaa8768ba42caaa
drivers: watchdog: add andes atcwdt200 support

This patch adds an implementation of the Andes watchdog ATCWDT200 driver.

Signed-off-by: CL Wang <cl634@andestech.com>
Signed-off-by: Randolph <randolph@andestech.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/atcwdt200_wdt.c [new file with mode: 0644]