1/*
2 * Copyright (c) 2023 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include "intel_adl.dts"
8
9/ {
10	model = "Intel Alder Lake RVP";
11	compatible = "intel,alder-lake-rvp";
12
13	chosen {
14		zephyr,console = &uart0_legacy;
15		zephyr,shell-uart = &uart0_legacy;
16	};
17};
18