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:
parent
6c244cf440
commit
f4c067c6bc
3 changed files with 8 additions and 1 deletions
|
@ -27,6 +27,7 @@
|
||||||
led2 = &blue_led;
|
led2 = &blue_led;
|
||||||
sw0 = &button0;
|
sw0 = &button0;
|
||||||
sw1 = &button1;
|
sw1 = &button1;
|
||||||
|
watchdog0 = &wdog0;
|
||||||
};
|
};
|
||||||
|
|
||||||
leds {
|
leds {
|
||||||
|
@ -172,3 +173,7 @@
|
||||||
&adc0 {
|
&adc0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&stimer0 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
|
@ -8,8 +8,10 @@ toolchain:
|
||||||
- zephyr
|
- zephyr
|
||||||
- gnuarmemb
|
- gnuarmemb
|
||||||
supported:
|
supported:
|
||||||
|
- counter
|
||||||
- gpio
|
- gpio
|
||||||
- uart
|
- uart
|
||||||
|
- watchdog
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
|
|
2
west.yml
2
west.yml
|
@ -219,7 +219,7 @@ manifest:
|
||||||
groups:
|
groups:
|
||||||
- hal
|
- hal
|
||||||
- name: hal_silabs
|
- name: hal_silabs
|
||||||
revision: 442d0fb1d02cc4b2bb159fbff378029998b89049
|
revision: 0c39ee28be31c59a98ed490c3811f68caa1fcbd3
|
||||||
path: modules/hal/silabs
|
path: modules/hal/silabs
|
||||||
groups:
|
groups:
|
||||||
- hal
|
- hal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue