aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/cezanne/chipset.cb
blob: 42c711a27682c21e4392fecd174fa471f241ff88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
chip soc/amd/cezanne
	device cpu_cluster 0 on
		device lapic 0 on end
	end
	device domain 0 on
		device pci 00.0 alias gnb on end
		device pci 14.0 on end # SMBus, primary FCH function
		device pci 18.0 on end # Data fabric [0-7]
		device pci 18.1 on end
		device pci 18.2 on end
		device pci 18.3 on end
		device pci 18.4 on end
		device pci 18.5 on end
		device pci 18.6 on end
		device pci 18.7 on end
	end
end