blob: 7a5f8b9d6e02017f69fb4ac74c48228249545318 [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";
};
&uart1 {
status = "okay";
};