boards: st: Add missing USART status

Add missing USART status for nucleo_n657x0_q
and stm32n6570_dk.

Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <marwa.ibenelhadjmessaoud-ext@st.com>
This commit is contained in:
IBEN EL HADJ MESSAOUD Marwa 2025-04-15 14:53:03 +02:00 committed by Benjamin Cabé
commit ae9f0529c7
2 changed files with 2 additions and 0 deletions

View file

@ -180,6 +180,7 @@
pinctrl-0 = <&usart3_tx_pd8 &usart3_rx_pd9>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};
zephyr_udc0: &usbotg_hs1 {

View file

@ -197,6 +197,7 @@
pinctrl-0 = <&usart2_tx_pd5 &usart2_rx_pf6>;
pinctrl-names = "default";
current-speed = <115200>;
status = "okay";
};
zephyr_udc0: &usbotg_hs1 {