Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13b23780 authored by Patrice Chotard's avatar Patrice Chotard Committed by Alexandre TORGUE
Browse files

ARM: dts: stm32: Add usart2_pins on stm32h743



Add usart2 pins definition in order to add usart2 support
dedicated for console output on stm32h743i-disco board.

Signed-off-by: default avatarPatrice Chotard <patrice.chotard@st.com>
Signed-off-by: default avatarAlexandre TORGUE <alexandre.torgue@st.com>
parent d6998234
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -151,6 +151,19 @@
					bias-disable;
				};
			};

			usart2_pins: usart2@0 {
				pins1 {
					pinmux = <STM32H7_PD5_FUNC_USART2_TX>;
					bias-disable;
					drive-push-pull;
					slew-rate = <0>;
				};
				pins2 {
					pinmux = <STM32H7_PD6_FUNC_USART2_RX>;
					bias-disable;
				};
			};
		};
	};
};