drivers: watchdog: Add support for Apollo3 SoCs watchdog

This commit adds support for the watchdog which
can be found in Apollo3 SoCs

Signed-off-by: Hao Luo <hluo@ambiq.com>
This commit is contained in:
Hao Luo 2023-12-21 16:17:19 +08:00 committed by Anas Nashif
commit 35aae8b5c1
5 changed files with 42 additions and 3 deletions

View file

@ -91,6 +91,10 @@
status = "okay";
};
&wdt0 {
status = "okay";
};
&gpio0_31 {
status = "okay";
};

View file

@ -9,6 +9,7 @@ toolchain:
- gnuarmemb
supported:
- uart
- watchdog
- gpio
testing:
ignore_tags:

View file

@ -91,6 +91,10 @@
status = "okay";
};
&wdt0 {
status = "okay";
};
&gpio0_31 {
status = "okay";
};

View file

@ -9,6 +9,7 @@ toolchain:
- gnuarmemb
supported:
- uart
- watchdog
- gpio
testing:
ignore_tags: