aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-x86/devicetree.cb
blob: 50f4b1191796032387efa2d901826d090162ff93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
chip mainboard/emulation/qemu-x86
	device pci_domain 0 on
		device pci 0.0 on end

		chip southbridge/intel/i82371eb # southbridge
			device pci 01.0 on end
			device pci 01.1 on end
			register "ide0_enable" = "1"
			register "ide1_enable" = "1"
			register "gpo" = "0x7fffbbff"
		end
	end
end