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:
parent
8131d848f2
commit
dba4e63c41
1 changed files with 6 additions and 0 deletions
|
@ -95,6 +95,12 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&usart2 {
|
||||
pinctrl-0 = <&usart2_tx_pd5 &usart2_rx_pd6>;
|
||||
current-speed = <115200>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&rtc {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue