watchdog: at91sam9_wdt: Add SAM9X60 support
authorZixun LI <admin@hifiphile.com>
Mon, 28 Apr 2025 09:16:26 +0000 (11:16 +0200)
committerEugen Hristev <eugen.hristev@linaro.org>
Thu, 19 Jun 2025 10:56:41 +0000 (13:56 +0300)
commitac46b48d30c29a8a5f7ade07c666e12f88bfb169
tree80c9ecf6059595a34105d8d8cd72299982adc022
parentc8bf2d686d45ff508e953d81c718e4dfd7d8ce62
watchdog: at91sam9_wdt: Add SAM9X60 support

SAM9X60 has a slightly different watchdog implementation:
- Timer value moved into a new register WLR
- Some MR register fields have their position changed

This patch add SAM9X60 support, also adds a compatible
for SAMA5D4 which is the same as existing SAM9260.

Signed-off-by: Zixun LI <admin@hifiphile.com>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/mach-at91/include/mach/at91_wdt.h
drivers/watchdog/at91sam9_wdt.c