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:
parent
c95026a9ac
commit
60fae8a0aa
|
@ -13,9 +13,6 @@
|
|||
#include <intel/alder_lake.dtsi>
|
||||
|
||||
/ {
|
||||
model = "Alder Lake";
|
||||
compatible = "intel,alder-lake";
|
||||
|
||||
chosen {
|
||||
zephyr,sram = &dram0;
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue