Commit 3709e0ce authored by Amelie Delaunay's avatar Amelie Delaunay Committed by Alexandre TORGUE

ARM: dts: stm32: enable RTC on stm32f469-disco

This patch enables RTC on stm32f469-disco with default LSE clock source.
Signed-off-by: default avatarAmelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: default avatarAlexandre TORGUE <alexandre.torgue@st.com>
parent 8cc12f26
......@@ -78,6 +78,10 @@ &clk_hse {
clock-frequency = <8000000>;
};
&rtc {
status = "okay";
};
&usart3 {
pinctrl-0 = <&usart3_pins_a>;
pinctrl-names = "default";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment