drivers: watchdog: Add Ambiq wdt driver

This commits add watchdog driver for Apollo4 SoCs

Signed-off-by: Mateusz Sierszulski <msierszulski@antmicro.com>
This commit is contained in:
Mateusz Sierszulski 2023-08-11 13:57:38 +02:00 committed by Carles Cufí
commit 171285140c
7 changed files with 207 additions and 1 deletions

View file

@ -25,4 +25,9 @@ config AMBIQ_HAL_USE_TIMER
help
Use the TIMER driver from Ambiq HAL
config AMBIQ_HAL_USE_WDT
bool
help
Use the WDT driver from Ambiq HAL
endif # AMBIQ_HAL