aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-x86/devicetree.cb
blob: 11b2a419774926a8df6eacc697908c78628fd652 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
chip mainboard/emulation/qemu-x86
	device domain 0 on
		device pci 0.0 on end		# northbridge (i440fx)
		chip southbridge/intel/i82371eb # southbridge
			device pci 01.0 on end	# ISA bridge
			device pci 01.1 on end	# IDE
			device pci 01.3 on end	# ACPI
			register "ide0_enable" = "1"
			register "ide1_enable" = "1"
			register "gpo" = "0x7fffbbff"
		end
	end
end