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 CRB";
11	compatible = "intel,alder-lake-crb";
12
13	chosen {
14		zephyr,console = &uart0;
15		zephyr,shell-uart = &uart0;
16	};
17
18	aliases {
19		rtc = &rtc;
20	};
21};
22
23&uart0 {
24	status = "okay";
25};
26
27&uart1 {
28	status = "okay";
29};
30