/* * Copyright (c) 2019 Intel Corp. * SPDX-License-Identifier: Apache-2.0 */ #include "qemu_x86.dts" / { cpus { cpu@1 { device_type = "cpu"; compatible = "intel,x86_64"; d-cache-line-size = <64>; reg = <1>; }; }; }; &cpu { compatible = "intel,x86_64"; };