The pins for USART1 have must be changed to other values, to
support the STM32H747 discovery board.

Signed-off-by: Johannes Krottmayer <johan...@krotti42.com>
Cc: Patrick Delaunay <patrick.delau...@foss.st.com>
Cc: Patrice Chotard <patrice.chot...@foss.st.com>
---
 dts/upstream/src/arm/st/stm32h7-pinctrl.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dts/upstream/src/arm/st/stm32h7-pinctrl.dtsi 
b/dts/upstream/src/arm/st/stm32h7-pinctrl.dtsi
index 7f1d234e102..7d7c87aa2fe 100644
--- a/dts/upstream/src/arm/st/stm32h7-pinctrl.dtsi
+++ b/dts/upstream/src/arm/st/stm32h7-pinctrl.dtsi
@@ -213,13 +213,13 @@
 
        usart1_pins: usart1-0 {
                pins1 {
-                       pinmux = <STM32_PINMUX('B', 14, AF4)>; /* USART1_TX */
+                       pinmux = <STM32_PINMUX('A', 9, AF7)>; /* USART1_TX */
                        bias-disable;
                        drive-push-pull;
                        slew-rate = <0>;
                };
                pins2 {
-                       pinmux = <STM32_PINMUX('B', 15, AF4)>; /* USART1_RX */
+                       pinmux = <STM32_PINMUX('A', 10, AF7)>; /* USART1_RX */
                        bias-disable;
                };
        };
-- 
2.39.5


Reply via email to