Browse Source

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

This patch enables RTC on stm32h743i-eval.

Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Amelie Delaunay 7 years ago
parent
commit
be36ced8a7
1 changed files with 4 additions and 0 deletions
  1. 4 0
      arch/arm/boot/dts/stm32h743i-eval.dts

+ 4 - 0
arch/arm/boot/dts/stm32h743i-eval.dts

@@ -92,6 +92,10 @@
 	clock-frequency = <25000000>;
 };
 
+&rtc {
+	status = "okay";
+};
+
 &usart1 {
 	pinctrl-0 = <&usart1_pins>;
 	pinctrl-names = "default";