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:
parent
6ab7322688
commit
ae9f0529c7
2 changed files with 2 additions and 0 deletions
|
@ -180,6 +180,7 @@
|
|||
pinctrl-0 = <&usart3_tx_pd8 &usart3_rx_pd9>;
|
||||
pinctrl-names = "default";
|
||||
current-speed = <115200>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
zephyr_udc0: &usbotg_hs1 {
|
||||
|
|
|
@ -197,6 +197,7 @@
|
|||
pinctrl-0 = <&usart2_tx_pd5 &usart2_rx_pf6>;
|
||||
pinctrl-names = "default";
|
||||
current-speed = <115200>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
zephyr_udc0: &usbotg_hs1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue