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

This patch enables RTC on stm32429i-eval 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 d1b89100fe
commit d99c66406a

View File

@ -157,6 +157,10 @@
};
};
&rtc {
status = "okay";
};
&usart1 {
pinctrl-0 = <&usart1_pins_a>;
pinctrl-names = "default";