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)
commite885d09dd0935c7afdb79ed108943e837414d459
treee3ea4fa7e5f2d0f1ffa7a49a8abf44d5287ada8a
parent33ef09072beb6330eaeae5c3fb039f5af31701ee
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]