hw/watchdog: Implement SBSA watchdog device

Generic watchdog device model implementation as per ARM SBSA v6.0

Signed-off-by: Shashi Mallela <shashi.mallela@linaro.org>
Message-id: 20201027015927.29495-2-shashi.mallela@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
Shashi Mallela 2020-10-26 21:59:26 -04:00 committed by Peter Maydell
parent 581bb849f7
commit 4204c5f703
5 changed files with 377 additions and 0 deletions

View file

@ -17,3 +17,6 @@ config WDT_DIAG288
config WDT_IMX2
bool
config WDT_SBSA
bool