Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1b89100 authored by Amelie Delaunay's avatar Amelie Delaunay Committed by Alexandre TORGUE
Browse files

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 e1d27cca
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -78,6 +78,10 @@
	clock-frequency = <8000000>;
	clock-frequency = <8000000>;
};
};


&rtc {
	status = "okay";
};

&usart3 {
&usart3 {
	pinctrl-0 = <&usart3_pins_a>;
	pinctrl-0 = <&usart3_pins_a>;
	pinctrl-names = "default";
	pinctrl-names = "default";