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