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

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

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



This patch enables RTC on stm32f429-disco with LSI as clock source because
X2 crystal for LSE is not fitted by default.

Signed-off-by: default avatarAmelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: default avatarAlexandre TORGUE <alexandre.torgue@st.com>
parent 5e6ec1b5
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -94,6 +94,12 @@
	clock-frequency = <8000000>;
	clock-frequency = <8000000>;
};
};


&rtc {
	assigned-clocks = <&rcc 1 CLK_RTC>;
	assigned-clock-parents = <&rcc 1 CLK_LSI>;
	status = "okay";
};

&usart1 {
&usart1 {
	pinctrl-0 = <&usart1_pins_a>;
	pinctrl-0 = <&usart1_pins_a>;
	pinctrl-names = "default";
	pinctrl-names = "default";