Skip to content

Commit 9da1b3c

Browse files
lucien-nxpjhedberg
authored andcommitted
boards: nxp: frdm_mcxe31b: add zephyr,shell-uart node
Add missing zephyr,shell-uart device tree node to enable shell functionality. Signed-off-by: Lucien Zhao <lucien.zhao@nxp.com>
1 parent d660d38 commit 9da1b3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/nxp/frdm_mcxe31b/frdm_mcxe31b.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
zephyr,flash = &program_flash;
3131
zephyr,flash-controller = &flash;
3232
zephyr,console = &lpuart_5;
33+
zephyr,shell-uart = &lpuart_5;
3334
};
3435

3536
leds {

0 commit comments

Comments
 (0)