2023-02-02 22:35:21 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2023 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "intel_adl.dts"
|
|
|
|
|
|
|
|
/ {
|
2023-09-27 16:51:15 +08:00
|
|
|
model = "Intel Alder Lake RVP";
|
|
|
|
compatible = "intel,alder-lake-rvp";
|
|
|
|
|
2023-02-02 22:35:21 +08:00
|
|
|
chosen {
|
|
|
|
zephyr,console = &uart0_legacy;
|
|
|
|
zephyr,shell-uart = &uart0_legacy;
|
|
|
|
};
|
|
|
|
};
|