Skip to content

Commit 48877f8

Browse files
danieldegrassedleach02
authored andcommitted
boards: lpcxpresso11u68: change default console to uart0
UART0 is routed to onboard debugger on LPC11u68 EVK. Change the default console from UART4 to UART0 to enable output on the onboard debugger console. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent fed6d6b commit 48877f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/arm/lpcxpresso11u68/lpcxpresso11u68-pinctrl.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022, NXP
2+
* Copyright 2022 NXP
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

boards/arm/lpcxpresso11u68/lpcxpresso11u68.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
chosen {
1717
zephyr,sram = &sram0;
1818
zephyr,flash = &flash0;
19-
zephyr,console = &uart4;
19+
zephyr,console = &uart0;
2020
};
2121

2222
/* These aliases are provided for compatibility with samples. */

0 commit comments

Comments
 (0)