zephyr/boards/qemu/x86/qemu_x86_64_atom_nokpti.dts

18 lines
236 B
Plaintext

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