ARM: dts: stm32: enable RTC on stm32f469-disco

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>
This commit is contained in:
Amelie Delaunay 2017-01-16 14:29:00 +01:00 committed by Alexandre TORGUE
parent 8cc12f2668
commit 3709e0ce19

View File

@ -78,6 +78,10 @@
clock-frequency = <8000000>;
};
&rtc {
status = "okay";
};
&usart3 {
pinctrl-0 = <&usart3_pins_a>;
pinctrl-names = "default";