Fix counter device tree node of the esp32 timers in the counter sample and test app. Signed-off-by: Joel Guittet <joelguittet@gmail.com>
15 lines
168 B
Plaintext
15 lines
168 B
Plaintext
&timer3 {
|
|
status = "okay";
|
|
counter {
|
|
status = "okay";
|
|
};
|
|
};
|
|
|
|
&rtc_timer {
|
|
status = "okay";
|
|
};
|
|
|
|
&clock {
|
|
slow-clk-src = <ESP32_RTC_SLOW_CLK_SRC_RC_FAST_D256>;
|
|
};
|