watchdog: ftwdt010: return a previously deleted driver now ported to DM
authorSergei Antonov <saproj@gmail.com>
Wed, 12 Apr 2023 11:01:58 +0000 (14:01 +0300)
committerStefan Roese <sr@denx.de>
Tue, 18 Apr 2023 06:42:43 +0000 (08:42 +0200)
commit6e44bb0c10f684a7cdb66af21ba5bc66410fe5d3
tree0634c3cafeec3bb0b985178d9e0709559ef42b00
parent89c4fecd9bc82edbc4c8524a874e77448f6665dd
watchdog: ftwdt010: return a previously deleted driver now ported to DM

The ftwdt010 watchdog driver was deleted by
commit 11232139e399 ("nds32: Remove the architecture")

Return it to the codebase in a DM compatible form. Enable it in
sandbox_defconfig to test compilability.
Another platform using ftwdt010 will be submitted later.

Signed-off-by: Sergei Antonov <saproj@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
configs/sandbox_defconfig
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/ftwdt010_wdt.c [new file with mode: 0644]
include/faraday/ftwdt010_wdt.h