Commit 1967a1be authored by Francois Ramu's avatar Francois Ramu Committed by Kumar Gala
Browse files

boards: arm: st_stm32: add lptimer to disco_l475_iot1 board



This patch introduces the support of the LowPower Timer
     for the STM32L4xx from STMicroelectronics.

Signed-off-by: default avatarFrancois Ramu <francois.ramu@st.com>
parent 39e0b4bf
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -8,6 +8,15 @@ if BOARD_DISCO_L475_IOT1
config BOARD
	default "disco_l475_iot1"

if STM32_LPTIM_TIMER

choice STM32_LPTIM_CLOCK
	default STM32_LPTIM_CLOCK_LSE

endchoice

endif #STM32_LPTIM_TIMER

if UART_CONSOLE

config UART_1
+4 −0
Original line number Diff line number Diff line
@@ -192,6 +192,10 @@
	};
};

&lptim1 {
	status = "okay";
};

&rtc {
	status = "okay";
};