1/*
2 * Copyright (c) 2025 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8 chosen {
9 zephyr,console = &uart0;
10 zephyr,shell-uart = &uart0;
11 };
12};
13
14&uart1 {
15 status = "okay";
16};
17
18&uart1_dma {
19 status = "okay";
20};
21