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>
12 lines
132 B
Plaintext
12 lines
132 B
Plaintext
&timer0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&rtc_timer {
|
|
status = "okay";
|
|
};
|
|
|
|
&rtc {
|
|
slow-clk-src = <ESP32_RTC_SLOW_CLK_SRC_RC_FAST_D256>;
|
|
};
|