blob: e78b92aff4d95b08c47b143cf2326eaaa95d6294 [file] [log] [blame]
/*
* Copyright (c) 2023 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "intel_adl.dts"
/ {
model = "Intel Alder Lake CRB";
compatible = "intel,alder-lake-crb";
chosen {
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
};
aliases {
rtc = &rtc;
};
};
&uart0 {
status = "okay";
};