diff --git a/boards/x86/acrn/acrn.dts b/boards/x86/acrn/acrn.dts index 17ba8992a4..4e9b5dceeb 100644 --- a/boards/x86/acrn/acrn.dts +++ b/boards/x86/acrn/acrn.dts @@ -11,7 +11,7 @@ #define DT_DRAM_SIZE DT_SIZE_K(8192) #define DT_DRAM_BASE 0 -#include +#include / { model = "ACRN"; diff --git a/boards/x86/ehl_crb/ehl_crb.dts b/boards/x86/ehl_crb/ehl_crb.dts index a3e4c9d4c7..e836201615 100644 --- a/boards/x86/ehl_crb/ehl_crb.dts +++ b/boards/x86/ehl_crb/ehl_crb.dts @@ -10,7 +10,7 @@ #define DT_DRAM_SIZE DT_SIZE_M(2048) -#include +#include / { model = "ehl_crb"; diff --git a/boards/x86/ehl_crb/ehl_crb_sbl.dts b/boards/x86/ehl_crb/ehl_crb_sbl.dts index 5d2f6fa106..6eaccad9dc 100644 --- a/boards/x86/ehl_crb/ehl_crb_sbl.dts +++ b/boards/x86/ehl_crb/ehl_crb_sbl.dts @@ -10,7 +10,7 @@ #define DT_DRAM_SIZE DT_SIZE_M(2048) -#include +#include &uart2 { status = "disabled"; diff --git a/boards/x86/qemu_x86/qemu_x86.dts b/boards/x86/qemu_x86/qemu_x86.dts index 875d099147..946b4fab0c 100644 --- a/boards/x86/qemu_x86/qemu_x86.dts +++ b/boards/x86/qemu_x86/qemu_x86.dts @@ -12,7 +12,7 @@ #endif #define DT_FLASH_SIZE DT_SIZE_K(4096) -#include +#include / { model = "QEMU X86 emulator"; diff --git a/boards/x86/qemu_x86/qemu_x86_lakemont.dts b/boards/x86/qemu_x86/qemu_x86_lakemont.dts index 373e33f7b7..261da2284f 100644 --- a/boards/x86/qemu_x86/qemu_x86_lakemont.dts +++ b/boards/x86/qemu_x86/qemu_x86_lakemont.dts @@ -15,7 +15,7 @@ #define DT_DRAM_SIZE DT_SIZE_K(4096) #endif -#include +#include / { model = "QEMU X86 (Lakemont) emulator"; diff --git a/boards/x86/up_squared/up_squared.dts b/boards/x86/up_squared/up_squared.dts index 58bd24471a..a0bd5ef097 100644 --- a/boards/x86/up_squared/up_squared.dts +++ b/boards/x86/up_squared/up_squared.dts @@ -10,7 +10,7 @@ #define DT_DRAM_SIZE DT_SIZE_M(2048) -#include +#include / { model = "up_squared"; diff --git a/dts/x86/apollo_lake.dtsi b/dts/x86/intel/apollo_lake.dtsi similarity index 100% rename from dts/x86/apollo_lake.dtsi rename to dts/x86/intel/apollo_lake.dtsi diff --git a/dts/x86/atom.dtsi b/dts/x86/intel/atom.dtsi similarity index 100% rename from dts/x86/atom.dtsi rename to dts/x86/intel/atom.dtsi diff --git a/dts/x86/elkhart_lake.dtsi b/dts/x86/intel/elkhart_lake.dtsi similarity index 100% rename from dts/x86/elkhart_lake.dtsi rename to dts/x86/intel/elkhart_lake.dtsi diff --git a/dts/x86/ia32.dtsi b/dts/x86/intel/ia32.dtsi similarity index 100% rename from dts/x86/ia32.dtsi rename to dts/x86/intel/ia32.dtsi diff --git a/dts/x86/lakemont.dtsi b/dts/x86/intel/lakemont.dtsi similarity index 100% rename from dts/x86/lakemont.dtsi rename to dts/x86/intel/lakemont.dtsi