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 (I440FX)"; 14 compatible = "qemu,x86"; 15 16 config { 17 silent_console = <0>; 18 }; 19 20 chosen { 21 stdout-path = "/serial"; 22 }; 23 24 pci { 25 compatible = "pci-x86"; 26 #address-cells = <3>; 27 #size-cells = <2>; 28 u-boot,dm-pre-reloc; 29 ranges = <0x02000000 0x0 0xc0000000 0xc0000000 0 0x10000000 30 0x42000000 0x0 0xd0000000 0xd0000000 0 0x10000000 31 0x01000000 0x0 0x2000 0x2000 0 0xe000>; 32 }; 33 34}; 35