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

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

ARM: dts: stm32: enable RTC on stm32429i-eval



This patch enables RTC on stm32429i-eval 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 d1b89100
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -157,6 +157,10 @@
	};
};

&rtc {
	status = "okay";
};

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