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&pcie0 {
20	smbus0: smbus0 {
21		compatible = "intel,pch-smbus";
22		#address-cells = <1>;
23		#size-cells = <0>;
24		vendor-id = <0x8086>;
25		device-id = <0x2930>;
26		interrupts = <PCIE_IRQ_DETECT IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
27		interrupt-parent = <&intc>;
28
29		status = "okay";
30	};
31};
32
33&cpu {
34	compatible = "intel,x86_64";
35};
36