1
0
Fork 0

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

This patch enables RTC on stm32f769-disco.

Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
hifive-unleashed-5.1
Amelie Delaunay 2018-02-16 14:47:00 +01:00 committed by Alexandre Torgue
parent 851d54f06c
commit 4a884163a3
1 changed files with 4 additions and 0 deletions

View File

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