| /* | |
| * Copyright 2023 NXP | |
| * | |
| * SPDX-License-Identifier: Apache-2.0 | |
| */ | |
| / { | |
| chosen { | |
| zephyr,uart-pipe = &flexcomm0; | |
| }; | |
| }; | |
| &flexcomm0 { | |
| compatible = "nxp,lpc-usart"; | |
| status = "okay"; | |
| current-speed = <115200>; | |
| pinctrl-0 = <&pinmux_flexcomm0_usart>; | |
| pinctrl-names = "default"; | |
| }; |