aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-x86/devicetree.cb
blob: 4c64d4a1d9e50782883932c6c3d542939b662d0c (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"
		end

	end
end