19 lines
240 B
Plaintext
19 lines
240 B
Plaintext
|
/*
|
||
|
* Copyright 2023 NXP
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
zephyr,console = &uart0;
|
||
|
zephyr,shell-uart = &uart0;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&uart0 {
|
||
|
pinctrl-0 = <&uart0_default>;
|
||
|
pinctrl-names = "default";
|
||
|
status = "okay";
|
||
|
};
|