Commit 0a3b601a authored by Erwan Gouriou's avatar Erwan Gouriou Committed by Carles Cufi
Browse files

boards: nucleo_wba55cg: Provide sleep configuration to usart1



Useful to achieve minimum consumption in stop mode.

Signed-off-by: default avatarErwan Gouriou <erwan.gouriou@st.com>
parent 3f61150d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -90,7 +90,8 @@
	clocks = <&rcc STM32_CLOCK_BUS_APB2 0x00004000>,
		 <&rcc STM32_SRC_HSI16 USART1_SEL(2)>;
	pinctrl-0 = <&usart1_tx_pb12 &usart1_rx_pa8>;
	pinctrl-names = "default";
	pinctrl-1 = <&analog_pb12 &analog_pa8>;
	pinctrl-names = "default", "sleep";
	current-speed = <115200>;
	status = "okay";
};