boards: x86: intel_adl: adjust models and compats

Adjust model names and compats for Intel alder-lake boards. Names are now
consistent with names used in other Intel boards.

Signed-off-by: Franciszek Zdobylak <fzdobylak@antmicro.com>
This commit is contained in:
Franciszek Zdobylak 2023-09-27 10:51:15 +02:00 committed by Carles Cufí
parent c95026a9ac
commit 60fae8a0aa
3 changed files with 6 additions and 3 deletions

View File

@ -13,9 +13,6 @@
#include <intel/alder_lake.dtsi>
/ {
model = "Alder Lake";
compatible = "intel,alder-lake";
chosen {
zephyr,sram = &dram0;
};

View File

@ -7,6 +7,9 @@
#include "intel_adl.dts"
/ {
model = "Intel Alder Lake CRB";
compatible = "intel,alder-lake-crb";
chosen {
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;

View File

@ -7,6 +7,9 @@
#include "intel_adl.dts"
/ {
model = "Intel Alder Lake RVP";
compatible = "intel,alder-lake-rvp";
chosen {
zephyr,console = &uart0_legacy;
zephyr,shell-uart = &uart0_legacy;