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

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

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



This patch enables RTC on stm32746g-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 859e2647
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -89,6 +89,10 @@
	clock-frequency = <25000000>;
	clock-frequency = <25000000>;
};
};


&rtc {
	status = "okay";
};

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