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 <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2021-08-16 15:57:38 +02:00 committed by Christopher Friedt
commit dba4e63c41

View file

@ -95,6 +95,12 @@
status = "okay";
};
&usart2 {
pinctrl-0 = <&usart2_tx_pd5 &usart2_rx_pd6>;
current-speed = <115200>;
status = "okay";
};
&rtc {
status = "okay";
};