]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: stm32: add an extra pin map for USART1 on stm32h743
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Sun, 27 Apr 2025 07:43:26 +0000 (09:43 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Wed, 14 May 2025 08:36:15 +0000 (10:36 +0200)
Add an additional pin map configuration for using the USART1 controller
on the stm32h743 MCU.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Link: https://lore.kernel.org/r/20250427074404.3278732-8-dario.binacchi@amarulasolutions.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/st/stm32h7-pinctrl.dtsi

index 96022afd01680c328c468534e027ae7533ea89ee..8a6db484383d617da95e4dc3b034170ba2dd9143 100644 (file)
                };
        };
 
+       usart1_pins_b: usart1-1 {
+               pins1 {
+                       pinmux = <STM32_PINMUX('A', 9, AF7)>; /* USART1_TX */
+                       bias-disable;
+                       drive-push-pull;
+                       slew-rate = <0>;
+               };
+               pins2 {
+                       pinmux = <STM32_PINMUX('A', 10, AF7)>; /* USART1_RX */
+                       bias-disable;
+               };
+       };
+
        usart2_pins_a: usart2-0 {
                pins1 {
                        pinmux = <STM32_PINMUX('D', 5, AF7)>; /* USART2_TX */