1/*
2 * Copyright 2023 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	chosen {
9		zephyr,uart-pipe = &flexcomm0;
10	};
11};
12
13&flexcomm0 {
14	compatible = "nxp,lpc-usart";
15	status = "okay";
16	current-speed = <115200>;
17	pinctrl-0 = <&pinmux_flexcomm0_usart>;
18	pinctrl-names = "default";
19};
20