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

This patch enables RTC on stm32746g-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-03-23 14:32:21 +01:00 committed by Alexandre TORGUE
parent 859e2647f0
commit 4cc627472c

View File

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