1/* 2 * Copyright (c) 2019 Intel Corp. 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 6#include "qemu_x86.dts" 7 8/ { 9 cpus { 10 cpu@1 { 11 device_type = "cpu"; 12 compatible = "intel,x86_64"; 13 d-cache-line-size = <64>; 14 reg = <1>; 15 }; 16 }; 17}; 18 19&cpu { 20 compatible = "intel,x86_64"; 21}; 22