boards: arm: adi: Add WDT instance to MAX32657 boards

Enable WDT0 instance and add WDT into '.yaml' files for MAX32657EVKIT.

Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com>
This commit is contained in:
Furkan Akkiz 2024-06-03 11:35:29 +03:00 committed by Daniel DeGrasse
commit d02aaf1afc
3 changed files with 7 additions and 0 deletions

View file

@ -10,5 +10,6 @@ supported:
- serial - serial
- gpio - gpio
- trng - trng
- watchdog
ram: 256 ram: 256
flash: 960 flash: 960

View file

@ -41,6 +41,7 @@
aliases { aliases {
led0 = &led1; led0 = &led1;
sw0 = &pb1; sw0 = &pb1;
watchdog0 = &wdt0;
}; };
}; };
@ -60,3 +61,7 @@
&gpio0 { &gpio0 {
status = "okay"; status = "okay";
}; };
&wdt0 {
status = "okay";
};

View file

@ -9,5 +9,6 @@ toolchain:
supported: supported:
- serial - serial
- gpio - gpio
- watchdog
ram: 192 ram: 192
flash: 576 flash: 576