zephyr/tests/drivers/counter/counter_basic_api/socs/esp32c2.overlay
Raffael Rostagno 891b946bc6 tests: counter: rtc: Change clock source for precision
Clock source is changed from RC_SLOW to RC_FAST_D256 in order
to improve clock precision and avoid tests failing due to
lower precision of RC clock (around 10%).

Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
2024-10-26 03:57:23 +01:00

12 lines
132 B
Plaintext

&timer0 {
status = "okay";
};
&rtc_timer {
status = "okay";
};
&rtc {
slow-clk-src = <ESP32_RTC_SLOW_CLK_SRC_RC_FAST_D256>;
};