Skip to content

Commit 47d16ab

Browse files
passgatAlexandre Torgue
authored andcommitted
ARM: dts: stm32: add pin map for UART8 controller on stm32h743
Add a pin map configuration for using the UART8 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 07aa43a commit 47d16ab

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
@@ -211,6 +211,19 @@
211211
};
212212
};
213213

214+
uart8_pins_a: uart8-0 {
215+
pins1 {
216+
pinmux = <STM32_PINMUX('J', 8, AF8)>; /* UART8_TX */
217+
bias-disable;
218+
drive-push-pull;
219+
slew-rate = <0>;
220+
};
221+
pins2 {
222+
pinmux = <STM32_PINMUX('J', 9, AF8)>; /* UART8_RX */
223+
bias-disable;
224+
};
225+
};
226+
214227
usart1_pins_a: usart1-0 {
215228
pins1 {
216229
pinmux = <STM32_PINMUX('B', 14, AF4)>; /* USART1_TX */

0 commit comments

Comments
 (0)