boards: x86: Update compats

Update compatible strings of Intel CPUs. Always use dash instead of
underscore.

Signed-off-by: Franciszek Zdobylak <fzdobylak@antmicro.com>
This commit is contained in:
Franciszek Zdobylak 2023-09-26 11:42:20 +02:00 committed by Carles Cufí
commit 510bffde45
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@
/ {
model = "Alder Lake";
compatible = "intel,alder_lake";
compatible = "intel,alder-lake";
chosen {
zephyr,sram = &dram0;

View file

@ -36,14 +36,14 @@
cpu@0 {
device_type = "cpu";
compatible = "intel,apollo_lake";
compatible = "intel,apollo-lake";
d-cache-line-size = <64>;
reg = <0>;
};
cpu@1 {
device_type = "cpu";
compatible = "intel,apollo_lake";
compatible = "intel,apollo-lake";
d-cache-line-size = <64>;
reg = <1>;
};