]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - arch/x86/dts/qemu-x86_q35.dts
02a483cd37aa2d02f4edec07e6e83a8140017b5e
[karo-tx-uboot.git] / arch / x86 / dts / qemu-x86_q35.dts
1 /*
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 / {
13         model = "QEMU x86 (Q35)";
14         compatible = "qemu,x86";
15
16         config {
17                 silent_console = <0>;
18                 u-boot,no-apm-finalize;
19         };
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 };