tests: counter: siwx91x: counter_basic_api test support

1. Add counter tag in siwx91x board yaml files
2. Enable sysrtc node for siwx917_rb4342a through overlay

Signed-off-by: Sai Santhosh Malae <Santhosh.Malae@silabs.com>
This commit is contained in:
Sai Santhosh Malae 2025-06-09 14:57:07 +05:30 committed by Daniel DeGrasse
parent b914c7f1a1
commit 957ef08cc2
3 changed files with 10 additions and 0 deletions

View File

@ -22,4 +22,5 @@ supported:
- adc
- wifi
- rtc
- counter
vendor: silabs

View File

@ -20,5 +20,6 @@ supported:
- pwm
- uart
- watchdog
- counter
- wifi
vendor: silabs

View File

@ -0,0 +1,8 @@
/*
* Copyright (c) 2025 Silicon Laboratories Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
&sysrtc0 {
status = "okay";
};