boards/x86: Give proper board compatible names

These compatible describe the vendor/board, not the cpu/model.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2021-02-12 08:49:52 +01:00 committed by Anas Nashif
commit a890790592
7 changed files with 8 additions and 8 deletions

View file

@ -15,7 +15,7 @@
/ {
model = "ACRN";
compatible = "intel,ia32";
compatible = "acrn";
aliases {
uart-0 = &uart0;

View file

@ -14,7 +14,7 @@
/ {
model = "ehl_crb";
compatible = "intel,elkhart_lake";
compatible = "intel,elkhart_lake_crb";
chosen {
zephyr,sram = &dram0;

View file

@ -22,7 +22,7 @@
/ {
model = "ehl_crb";
compatible = "intel,elkhart_lake";
compatible = "intel,elkhart_lake_crb_sbl";
chosen {
zephyr,sram = &dram0;

View file

@ -10,7 +10,7 @@
/ {
model = "minnowboard";
compatible = "intel,atom";
compatible = "minnowboard,minnowboard";
aliases {
uart-0 = &uart0;

View file

@ -15,8 +15,8 @@
#include <ia32.dtsi>
/ {
model = "QEMU X86";
compatible = "intel,ia32";
model = "QEMU X86 emulator";
compatible = "qemu,x86_emulator";
flash0: flash@500000 {
compatible = "soc-nv-flash";

View file

@ -14,7 +14,7 @@
/ {
model = "up_squared";
compatible = "intel,apollo_lake";
compatible = "up_board,up_squared";
chosen {
zephyr,sram = &dram0;

View file

@ -14,7 +14,7 @@
/ {
model = "up_squared_32";
compatible = "intel,apollo_lake";
compatible = "up_board,up_squared";
chosen {
zephyr,sram = &dram0;