ARM: dts: stm32: enable RTC on stm32f469-disco
authorAmelie Delaunay <amelie.delaunay@st.com>
Mon, 16 Jan 2017 13:29:00 +0000 (14:29 +0100)
committerAlexandre TORGUE <alexandre.torgue@st.com>
Mon, 16 Jan 2017 13:38:00 +0000 (14:38 +0100)
This patch enables RTC on stm32f469-disco with default LSE clock source.

Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32f469-disco.dts

index fda12a4..f52b9f6 100644 (file)
        clock-frequency = <8000000>;
 };
 
+&rtc {
+       status = "okay";
+};
+
 &usart3 {
        pinctrl-0 = <&usart3_pins_a>;
        pinctrl-names = "default";