Skip to content

Commit

Permalink
boards: silabs: Added support for Counter and Watchdog
Browse files Browse the repository at this point in the history
Added the support for counter and watchdog in efr32xg24_dk2601b board.

(cherry picked from commit f4c067c)

Original-Signed-off-by: Sateesh Kotapati <sateesh.kotapati@silabs.com>
GitOrigin-RevId: f4c067c
Change-Id: Id79f34da62d3f78d6b7840016325fe2041fc17a7
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5529561
Tested-by: Ting Shen <phoenixshen@chromium.org>
Commit-Queue: Ting Shen <phoenixshen@chromium.org>
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Reviewed-by: Ting Shen <phoenixshen@chromium.org>
  • Loading branch information
sateeshkotapati authored and Chromeos LUCI committed May 9, 2024
1 parent 9072537 commit 7e8ae72
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions boards/silabs/efr32xg24_dk2601b/efr32xg24_dk2601b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
led2 = &blue_led;
sw0 = &button0;
sw1 = &button1;
watchdog0 = &wdog0;
};

leds {
Expand Down Expand Up @@ -172,3 +173,7 @@
&adc0 {
status = "okay";
};

&stimer0 {
status = "okay";
};
2 changes: 2 additions & 0 deletions boards/silabs/efr32xg24_dk2601b/efr32xg24_dk2601b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ toolchain:
- zephyr
- gnuarmemb
supported:
- counter
- gpio
- uart
- watchdog
testing:
ignore_tags:
- net
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ manifest:
groups:
- hal
- name: hal_silabs
revision: 442d0fb1d02cc4b2bb159fbff378029998b89049
revision: 0c39ee28be31c59a98ed490c3811f68caa1fcbd3
path: modules/hal/silabs
groups:
- hal
Expand Down

0 comments on commit 7e8ae72

Please sign in to comment.