Commit 36f10006 authored by Tatsuroh Hayashi's avatar Tatsuroh Hayashi Committed by Maureen Helm
Browse files

dts: arm: st: f1: STM32F1RTC support



Add RTC support of STM32F1 family.

Signed-off-by: default avatarTatsuroh Hayashi <tatzu884@gmail.com>
parent cc434a9f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -284,6 +284,15 @@
			};
		};

		rtc: rtc@40002800 {
			compatible = "st,stm32-rtc";
			reg = <0x40002800 0x400>;
			interrupts = <41 0>;
			clocks = <&rcc STM32_CLOCK_BUS_APB1 0x10000000>;
			prescaler = <32768>;
			status = "disabled";
		};

		adc1: adc@40012400 {
			compatible = "st,stm32-adc";
			reg = <0x40012400 0x400>;