2019-07-23 06:49:25 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2019 Intel Corp.
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "qemu_x86.dts"
|
2022-11-21 18:36:23 +08:00
|
|
|
|
|
|
|
&pcie0 {
|
|
|
|
smbus0: smbus0 {
|
|
|
|
compatible = "intel,pch-smbus";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
vendor-id = <0x8086>;
|
|
|
|
device-id = <0x2930>;
|
|
|
|
interrupts = <PCIE_IRQ_DETECT IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
|
|
|
|
interrupt-parent = <&intc>;
|
|
|
|
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
};
|