zephyr/tests/drivers/counter/counter_basic_api/socs/esp32c3.overlay
Joel Guittet 05f71f3874 drivers: counter: fix counter node in esp32 timers
Fix counter device tree node of the esp32 timers in the counter sample
and test app.

Signed-off-by: Joel Guittet <joelguittet@gmail.com>
2025-06-02 22:36:03 -04:00

11 lines
133 B
Plaintext

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