aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/dmp/vortex86ex/devicetree.cb
blob: 4106bed448f4f8e56195691cd36a9582f9c09a2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
##
## This file is part of the coreboot project.
##
## Copyright (C) 2013 DMP Electronics Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
## GNU General Public License for more details.
##

chip soc/dmp/vortex86ex			# North Bridge
	device domain 0 on
		device pci 0.0 on end		# Host Bridge
		device pci 7.0 on end	# ISA Bridge
		device pci 8.0 on end	# Ethernet
		device pci a.0 on end	# USB 1.1
		device pci a.1 on end	# USB 2.0
		device pci b.0 on end	# USB 1.1
		device pci b.1 on end	# USB 2.0
		device pci c.0 on end	# IDE
	end # pci domain 0
	chip cpu/dmp/vortex86ex end	# CPU
end