Commit 39e0b4bf authored by Francois Ramu's avatar Francois Ramu Committed by Kumar Gala
Browse files

boards: arm: st_stm32: add lptimer to nucleo_l4r5zi boards



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 d0c9234d
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -8,6 +8,15 @@ if BOARD_NUCLEO_L4R5ZI
config BOARD
	default "nucleo_l4r5zi"

if STM32_LPTIM_TIMER

choice STM32_LPTIM_CLOCK
	default STM32_LPTIM_CLOCK_LSI

endchoice

endif #STM32_LPTIM_TIMER

if UART_CONSOLE

config LPUART_1
+4 −0
Original line number Diff line number Diff line
@@ -97,6 +97,10 @@
	status = "okay";
};

&lptim1 {
	status = "okay";
};

&flash0 {
	partitions {
		compatible = "fixed-partitions";