]> git.baikalelectronics.ru Git - uboot.git/commit
wdt: nuvoton: Add support for Nuvoton
authorJim Liu <jim.t90615@gmail.com>
Fri, 1 Apr 2022 09:59:39 +0000 (17:59 +0800)
committerStefan Roese <sr@denx.de>
Fri, 22 Apr 2022 07:02:55 +0000 (09:02 +0200)
commit9857a21f26981c242979b17f8f93f0ff9a45be65
treee3ea4fa7e5f2d0f1ffa7a49a8abf44d5287ada8a
parent7284eb482b8e8a8edfea706b3fe8af7aa53e2a60
wdt: nuvoton: Add support for Nuvoton

Add watchdog controller driver for NPCM7xx/npcm8xx

the wdt design of npcm750 and npcm845 is the same.
so the driver can work on npcm750 and npcm845.
about npcm845 wdt dtsi i will followed kernel dts name
to use nuvoton,npcm750-wdt.

Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/npcm_wdt.c [new file with mode: 0644]