aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lippert/frontrunner/devicetree.cb
blob: 239f1f902d6e37265e921ff6c12c937a553d6b6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
chip northbridge/amd/gx2
	device cpu_cluster 0 on
		chip cpu/amd/geode_gx2
			device lapic 0 on end
		end
	end

	device domain 0 on
		device pci 0.0 on
			chip southbridge/amd/cs5535
				register "setupflash" = "0"
				device pci 12.0 on end
				device pci 12.1 off end		# SMI
				device pci 12.2 on end		# IDE
				device pci 12.3 off end		# Audio
				device pci 12.4 off end		# VGA
			end
		end
	end
end