boards: silabs: Added support for Counter and Watchdog

Added the support for counter and watchdog in efr32xg24_dk2601b board.

Signed-off-by: Sateesh Kotapati <sateesh.kotapati@silabs.com>
This commit is contained in:
Sateesh Kotapati 2024-04-08 17:46:41 +05:30 committed by Carles Cufí
commit f4c067c6bc
3 changed files with 8 additions and 1 deletions

View file

@ -27,6 +27,7 @@
led2 = &blue_led;
sw0 = &button0;
sw1 = &button1;
watchdog0 = &wdog0;
};
leds {
@ -172,3 +173,7 @@
&adc0 {
status = "okay";
};
&stimer0 {
status = "okay";
};

View file

@ -8,8 +8,10 @@ toolchain:
- zephyr
- gnuarmemb
supported:
- counter
- gpio
- uart
- watchdog
testing:
ignore_tags:
- net

View file

@ -219,7 +219,7 @@ manifest:
groups:
- hal
- name: hal_silabs
revision: 442d0fb1d02cc4b2bb159fbff378029998b89049
revision: 0c39ee28be31c59a98ed490c3811f68caa1fcbd3
path: modules/hal/silabs
groups:
- hal