blob: 02a483cd37aa2d02f4edec07e6e83a8140017b5e [file] [log] [blame]
Bin Menga65b25d2015-05-07 21:34:08 +08001/*
2 * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7/dts-v1/;
8
9/include/ "skeleton.dtsi"
10/include/ "serial.dtsi"
11
12/ {
Bin Meng683b09d2015-06-03 09:20:04 +080013 model = "QEMU x86 (Q35)";
Bin Menga65b25d2015-05-07 21:34:08 +080014 compatible = "qemu,x86";
15
16 config {
17 silent_console = <0>;
Bin Mengf2653e82015-06-03 09:20:05 +080018 u-boot,no-apm-finalize;
Bin Menga65b25d2015-05-07 21:34:08 +080019 };
20
21 chosen {
22 stdout-path = "/serial";
23 };
24
25 pci {
26 compatible = "pci-x86";
27 #address-cells = <3>;
28 #size-cells = <2>;
29 u-boot,dm-pre-reloc;
30 ranges = <0x02000000 0x0 0xc0000000 0xc0000000 0 0x10000000
31 0x42000000 0x0 0xd0000000 0xd0000000 0 0x10000000
32 0x01000000 0x0 0x2000 0x2000 0 0xe000>;
33 };
34
35};