From 13b23780cc514c28582edec1736b381465f08085 Mon Sep 17 00:00:00 2001 From: Patrice Chotard Date: Wed, 7 Jun 2017 09:16:00 +0200 Subject: [PATCH] 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: Patrice Chotard Signed-off-by: Alexandre TORGUE --- arch/arm/boot/dts/stm32h743-pinctrl.dtsi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/arch/arm/boot/dts/stm32h743-pinctrl.dtsi b/arch/arm/boot/dts/stm32h743-pinctrl.dtsi index fcc1e0640233..76bbd6575fae 100644 --- a/arch/arm/boot/dts/stm32h743-pinctrl.dtsi +++ b/arch/arm/boot/dts/stm32h743-pinctrl.dtsi @@ -151,6 +151,19 @@ pins2 { bias-disable; }; }; + + usart2_pins: usart2@0 { + pins1 { + pinmux = ; + bias-disable; + drive-push-pull; + slew-rate = <0>; + }; + pins2 { + pinmux = ; + bias-disable; + }; + }; }; }; }; -- 2.45.2