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 коммит произвёл Alexandre TORGUE
Родитель 3709e0ce19
Коммит a4e6964a78
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

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