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:
parent
ddc1d8706e
commit
35aae8b5c1
5 changed files with 42 additions and 3 deletions
|
@ -91,6 +91,10 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&wdt0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gpio0_31 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -9,6 +9,7 @@ toolchain:
|
|||
- gnuarmemb
|
||||
supported:
|
||||
- uart
|
||||
- watchdog
|
||||
- gpio
|
||||
testing:
|
||||
ignore_tags:
|
||||
|
|
|
@ -91,6 +91,10 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&wdt0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gpio0_31 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -9,6 +9,7 @@ toolchain:
|
|||
- gnuarmemb
|
||||
supported:
|
||||
- uart
|
||||
- watchdog
|
||||
- gpio
|
||||
testing:
|
||||
ignore_tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue