1/*
2 * Copyright 2024 NXP
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6/*
7 * Except testing with "nxp,loopback"
8 * frdm_mcxa153 : Short J5.3(P3_14) and J5.4(P3_15)
9 */
10
11dut: &lpuart2 {
12 status = "okay";
13 current-speed = <115200>;
14 nxp,loopback;
15};
16