We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f61150 commit 0a3b601Copy full SHA for 0a3b601
boards/arm/nucleo_wba55cg/nucleo_wba55cg.dts
@@ -90,7 +90,8 @@
90
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x00004000>,
91
<&rcc STM32_SRC_HSI16 USART1_SEL(2)>;
92
pinctrl-0 = <&usart1_tx_pb12 &usart1_rx_pa8>;
93
- pinctrl-names = "default";
+ pinctrl-1 = <&analog_pb12 &analog_pa8>;
94
+ pinctrl-names = "default", "sleep";
95
current-speed = <115200>;
96
status = "okay";
97
};
0 commit comments