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:
parent
b914c7f1a1
commit
957ef08cc2
@ -22,4 +22,5 @@ supported:
|
||||
- adc
|
||||
- wifi
|
||||
- rtc
|
||||
- counter
|
||||
vendor: silabs
|
||||
|
||||
@ -20,5 +20,6 @@ supported:
|
||||
- pwm
|
||||
- uart
|
||||
- watchdog
|
||||
- counter
|
||||
- wifi
|
||||
vendor: silabs
|
||||
|
||||
@ -0,0 +1,8 @@
|
||||
/*
|
||||
* Copyright (c) 2025 Silicon Laboratories Inc.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
&sysrtc0 {
|
||||
status = "okay";
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user