From dba4e63c411b602c4bb7475d8b09b1ef2e56c733 Mon Sep 17 00:00:00 2001 From: Francois Ramu Date: Mon, 16 Aug 2021 15:57:38 +0200 Subject: [PATCH] boards: arm: nucleo_h723zg board enabling usart2 This enables defines the usart2 on PD5, PD6 pins of the nucleo stm32h723zg target board. Pins are available on the CN9 pin6 & 4 of the MB1364 nucleo144 Signed-off-by: Francois Ramu --- boards/arm/nucleo_h723zg/nucleo_h723zg.dts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/boards/arm/nucleo_h723zg/nucleo_h723zg.dts b/boards/arm/nucleo_h723zg/nucleo_h723zg.dts index eaaf8339761..116a34d529c 100644 --- a/boards/arm/nucleo_h723zg/nucleo_h723zg.dts +++ b/boards/arm/nucleo_h723zg/nucleo_h723zg.dts @@ -95,6 +95,12 @@ status = "okay"; }; +&usart2 { + pinctrl-0 = <&usart2_tx_pd5 &usart2_rx_pd6>; + current-speed = <115200>; + status = "okay"; +}; + &rtc { status = "okay"; };