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