Skip to content

Commit ae9f052

Browse files
marwaiehm-stkartben
authored andcommitted
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>
1 parent 6ab7322 commit ae9f052

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

boards/st/nucleo_n657x0_q/nucleo_n657x0_q_common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@
180180
pinctrl-0 = <&usart3_tx_pd8 &usart3_rx_pd9>;
181181
pinctrl-names = "default";
182182
current-speed = <115200>;
183+
status = "okay";
183184
};
184185

185186
zephyr_udc0: &usbotg_hs1 {

boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
pinctrl-0 = <&usart2_tx_pd5 &usart2_rx_pf6>;
198198
pinctrl-names = "default";
199199
current-speed = <115200>;
200+
status = "okay";
200201
};
201202

202203
zephyr_udc0: &usbotg_hs1 {

0 commit comments

Comments
 (0)