zephyr/tests/drivers/uart/uart_async_api/boards/frdm_k82f.overlay

8 lines
117 B
Plaintext

/* SPDX-License-Identifier: Apache-2.0 */
&lpuart0 {
status = "okay";
current-speed = <115200>;
nxp,loopback;
};