dts: x86: intel: alder_lake: Add second core

Alder Lake have at least 2 cores. Both boards using this SoC
(up_squared_pro_7000 and adl) are configured with
MP_MAX_NUM_CPUS=2, so dts should contain at least one more core.

Signed-off-by: Franciszek Pindel <fpindel@antmicro.com>
This commit is contained in:
Franciszek Pindel 2024-11-14 08:52:25 +01:00 committed by Anas Nashif
parent 1f9baa3ac3
commit eb24920093
1 changed files with 7 additions and 0 deletions

View File

@ -23,6 +23,13 @@
reg = <0>;
};
cpu@1 {
device_type = "cpu";
compatible = "intel,alder-lake";
d-cache-line-size = <64>;
reg = <1>;
};
};
dram0: memory@0 {