aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-x86/devicetree.cb
blob: 745ff189d1b858e2544fb31c9d095b58baaf71e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
chip cpu/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

#		register "com1" = "{1}"
#		register "com1" = "{1, 0, 0x3f8, 4}"
	end
end