2015-05-07 13:34:08 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
2015-06-03 01:20:06 +00:00
|
|
|
#include <dt-bindings/interrupt-router/intel-irq.h>
|
|
|
|
|
2015-05-07 13:34:08 +00:00
|
|
|
/include/ "skeleton.dtsi"
|
|
|
|
/include/ "serial.dtsi"
|
2015-11-12 13:33:06 +00:00
|
|
|
/include/ "keyboard.dtsi"
|
2015-07-15 08:23:39 +00:00
|
|
|
/include/ "rtc.dtsi"
|
2015-11-13 08:11:22 +00:00
|
|
|
/include/ "tsc_timer.dtsi"
|
2015-05-07 13:34:08 +00:00
|
|
|
|
|
|
|
/ {
|
2015-06-03 01:20:04 +00:00
|
|
|
model = "QEMU x86 (I440FX)";
|
2015-05-07 13:34:08 +00:00
|
|
|
compatible = "qemu,x86";
|
|
|
|
|
|
|
|
config {
|
|
|
|
silent_console = <0>;
|
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
stdout-path = "/serial";
|
|
|
|
};
|
|
|
|
|
2015-07-22 08:21:13 +00:00
|
|
|
cpus {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
|
|
|
cpu@0 {
|
|
|
|
device_type = "cpu";
|
2016-01-07 09:32:01 +00:00
|
|
|
compatible = "cpu-qemu";
|
2015-07-22 08:21:13 +00:00
|
|
|
reg = <0>;
|
|
|
|
intel,apic-id = <0>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2015-11-13 08:11:22 +00:00
|
|
|
tsc-timer {
|
|
|
|
clock-frequency = <1000000000>;
|
|
|
|
};
|
|
|
|
|
2015-05-07 13:34:08 +00:00
|
|
|
pci {
|
|
|
|
compatible = "pci-x86";
|
|
|
|
#address-cells = <3>;
|
|
|
|
#size-cells = <2>;
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
ranges = <0x02000000 0x0 0xc0000000 0xc0000000 0 0x10000000
|
|
|
|
0x42000000 0x0 0xd0000000 0xd0000000 0 0x10000000
|
|
|
|
0x01000000 0x0 0x2000 0x2000 0 0xe000>;
|
2015-06-03 01:20:06 +00:00
|
|
|
|
2016-01-19 03:19:21 +00:00
|
|
|
pch@1,0 {
|
2015-06-03 01:20:06 +00:00
|
|
|
reg = <0x00000800 0 0 0 0>;
|
2016-01-19 03:19:21 +00:00
|
|
|
compatible = "intel,pch7";
|
|
|
|
|
|
|
|
irq-router {
|
|
|
|
compatible = "intel,irq-router";
|
|
|
|
intel,pirq-config = "pci";
|
|
|
|
intel,pirq-link = <0x60 4>;
|
|
|
|
intel,pirq-mask = <0x0e40>;
|
|
|
|
intel,pirq-routing = <
|
|
|
|
/* PIIX UHCI */
|
|
|
|
PCI_BDF(0, 1, 2) INTD PIRQD
|
|
|
|
/* e1000 NIC */
|
|
|
|
PCI_BDF(0, 3, 0) INTA PIRQC
|
|
|
|
>;
|
|
|
|
};
|
2015-06-03 01:20:06 +00:00
|
|
|
};
|
2015-05-07 13:34:08 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
};
|