drivers: pinmux: stm32: fix PB6 LPUART1 alt function on H7
LPUART1 TX alternate function number for PB6 was not correct in the pinmux settings for H7 series. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
4d778b789a
commit
f2b9e5235f
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
#define STM32H7_PINMUX_FUNC_PB6_USART1_TX \
|
||||
(STM32_PINMUX_ALT_FUNC_7 | STM32_PUSHPULL_PULLUP)
|
||||
#define STM32H7_PINMUX_FUNC_PB6_LPUART1_TX \
|
||||
(STM32_PINMUX_ALT_FUNC_6 | STM32_OPENDRAIN_PULLUP)
|
||||
(STM32_PINMUX_ALT_FUNC_8 | STM32_OPENDRAIN_PULLUP)
|
||||
|
||||
#define STM32H7_PINMUX_FUNC_PB7_USART1_RX \
|
||||
(STM32_PINMUX_ALT_FUNC_7 | STM32_PUSHPULL_NOPULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue