1/* Copyright 2022 Carlo Caione <ccaione@baylibre.com>
2 * SPDX-License-Identifier: Apache-2.0
3 */
4
5/ {
6	cpus {
7		cpu@2 {
8			device_type = "cpu";
9			compatible = "intel,x86_64";
10			reg = <2>;
11		};
12
13		cpu@3 {
14			device_type = "cpu";
15			compatible = "intel,x86_64";
16			reg = <3>;
17		};
18	};
19};
20