Skip to content

Commit 8e71dfe

Browse files
passgatAlexandre Torgue
authored andcommitted
ARM: dts: stm32: add an extra pin map for USART1 on stm32h743
Add an additional pin map configuration for using the USART1 controller on the stm32h743 MCU. Signed-off-by: Dario Binacchi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Torgue <[email protected]>
1 parent 47d16ab commit 8e71dfe

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

arch/arm/boot/dts/st/stm32h7-pinctrl.dtsi

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,19 @@
237237
};
238238
};
239239

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+
bias-disable;
250+
};
251+
};
252+
240253
usart2_pins_a: usart2-0 {
241254
pins1 {
242255
pinmux = <STM32_PINMUX('D', 5, AF7)>; /* USART2_TX */

0 commit comments

Comments
 (0)