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 47d16ab commit 8e71dfeCopy full SHA for 8e71dfe
arch/arm/boot/dts/st/stm32h7-pinctrl.dtsi
@@ -237,6 +237,19 @@
237
};
238
239
240
+ usart1_pins_b: usart1-1 {
241
+ pins1 {
242
+ pinmux = <STM32_PINMUX('A', 9, AF7)>; /* USART1_TX */
243
+ bias-disable;
244
+ drive-push-pull;
245
+ slew-rate = <0>;
246
+ };
247
+ pins2 {
248
+ pinmux = <STM32_PINMUX('A', 10, AF7)>; /* USART1_RX */
249
250
251
252
+
253
usart2_pins_a: usart2-0 {
254
pins1 {
255
pinmux = <STM32_PINMUX('D', 5, AF7)>; /* USART2_TX */
0 commit comments