Ver Fonte

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

This patch enables RTC on stm32f469-disco with default LSE clock source.

Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
Amelie Delaunay há 8 anos atrás
pai
commit
3709e0ce19
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      arch/arm/boot/dts/stm32f469-disco.dts

+ 4 - 0
arch/arm/boot/dts/stm32f469-disco.dts

@@ -78,6 +78,10 @@
 	clock-frequency = <8000000>;
 	clock-frequency = <8000000>;
 };
 };
 
 
+&rtc {
+	status = "okay";
+};
+
 &usart3 {
 &usart3 {
 	pinctrl-0 = <&usart3_pins_a>;
 	pinctrl-0 = <&usart3_pins_a>;
 	pinctrl-names = "default";
 	pinctrl-names = "default";