tests: drivers: counter: fix esp32s3 overlays

The use of timer3 seems to be some legacy leftover from when the
overlay was specific to esp32s3_devkitm originally (commit cf3b2643).
Using timer0 instead.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2025-07-16 13:46:20 +02:00 committed by Chris Friedt
parent 8d1f7b3bef
commit 55592cfc62
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,14 @@
&timer0 {
status = "okay";
counter {
status = "okay";
};
};
&rtc_timer {
status = "okay";
};
&clock {
slow-clk-src = <ESP32_RTC_SLOW_CLK_SRC_RC_FAST_D256>;
};

View File

@ -1,4 +1,4 @@
&timer3 {
&timer0 {
status = "okay";
counter {
status = "okay";