ARM: dts: stm32: enable RTC on stm32h743i-eval
authorAmelie Delaunay <amelie.delaunay@st.com>
Fri, 16 Feb 2018 13:16:00 +0000 (14:16 +0100)
committerAlexandre Torgue <alexandre.torgue@st.com>
Tue, 27 Feb 2018 14:54:03 +0000 (15:54 +0100)
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>
arch/arm/boot/dts/stm32h743i-eval.dts

index 1c615f68c774f8424a4163c7bfe6fa0d0d1e08d2..c7187e18ea16986853b8b2776f0d734e05970d6b 100644 (file)
        clock-frequency = <25000000>;
 };
 
+&rtc {
+       status = "okay";
+};
+
 &usart1 {
        pinctrl-0 = <&usart1_pins>;
        pinctrl-names = "default";