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:
parent
8d1f7b3bef
commit
55592cfc62
@ -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>;
|
||||
};
|
||||
@ -1,4 +1,4 @@
|
||||
&timer3 {
|
||||
&timer0 {
|
||||
status = "okay";
|
||||
counter {
|
||||
status = "okay";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user