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>
This commit is contained in:
parent
851d54f06c
commit
4a884163a3
|
@ -104,6 +104,10 @@
|
|||
clock-frequency = <25000000>;
|
||||
};
|
||||
|
||||
&rtc {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usart1 {
|
||||
pinctrl-0 = <&usart1_pins_a>;
|
||||
pinctrl-names = "default";
|
||||
|
|
Loading…
Reference in New Issue