Files
zephyr/boards/v2/intel/intel_adl/intel_adl_rvp.dts
Dmitrii Golovanov 83b133c207 boards: x86: intel_adl: move and convert alder_lake boards to HWMv2
Move and convert intel_adl_crb and intel_adl_rvp boards to HWMv2.

Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
2024-03-01 14:17:14 +00:00

18 lines
280 B
Plaintext

/*
* Copyright (c) 2023 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "intel_adl.dts"
/ {
model = "Intel Alder Lake RVP";
compatible = "intel,alder-lake-rvp";
chosen {
zephyr,console = &uart0_legacy;
zephyr,shell-uart = &uart0_legacy;
};
};