Skip to content

Commit 0a3b601

Browse files
erwangocarlescufi
authored andcommitted
boards: nucleo_wba55cg: Provide sleep configuration to usart1
Useful to achieve minimum consumption in stop mode. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 3f61150 commit 0a3b601

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

boards/arm/nucleo_wba55cg/nucleo_wba55cg.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x00004000>,
9191
<&rcc STM32_SRC_HSI16 USART1_SEL(2)>;
9292
pinctrl-0 = <&usart1_tx_pb12 &usart1_rx_pa8>;
93-
pinctrl-names = "default";
93+
pinctrl-1 = <&analog_pb12 &analog_pa8>;
94+
pinctrl-names = "default", "sleep";
9495
current-speed = <115200>;
9596
status = "okay";
9697
};

0 commit comments

Comments
 (0)