blob: b95afab7cb1df8bb7175a5497b4ba2ae7291ad47 [file] [log] [blame]
Piotr Król83b4fb92017-11-29 16:34:44 +01001#
2# This file is part of the coreboot project.
3#
4# Copyright (C) 2013 Advanced Micro Devices, Inc.
5#
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; version 2 of the License.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
15chip northbridge/amd/pi/00730F01/root_complex
16 device cpu_cluster 0 on
17 chip cpu/amd/pi/00730F01
18 device lapic 0 on end
19 end
20 end
21
22 device domain 0 on
23 subsystemid 0x1022 0x1410 inherit
24 chip northbridge/amd/pi/00730F01 # CPU side of HT root complex
25
26 chip northbridge/amd/pi/00730F01 # PCI side of HT root complex
27 device pci 0.0 on end # Root Complex
Piotr Król694d18a2018-05-04 17:40:11 +020028 device pci 0.2 on end # IOMMU
Piotr Król83b4fb92017-11-29 16:34:44 +010029 device pci 1.0 off end # Internal Graphics P2P bridge 0x9804
30 device pci 1.1 off end # Internal Multimedia
31 device pci 2.0 on end # PCIe Host Bridge
32 device pci 2.1 on end # LAN1
33 device pci 2.2 on end # LAN2
34 device pci 2.3 on end # LAN3
35 device pci 2.4 on end # LAN4
36 device pci 2.5 on end # mPCIe slot 1
37 device pci 8.0 on end # Platform Security Processor
38 end #chip northbridge/amd/pi/00730F01
39
40 chip southbridge/amd/pi/hudson # it is under NB/SB Link, but on the same pci bus
41 device pci 10.0 on end # XHCI HC0 muxed with EHCI 2
42 device pci 11.0 on end # SATA
43 device pci 12.0 on end # USB EHCI0 usb[0:3] is connected
44 device pci 13.0 on end # USB EHCI1 usb[4:7]
45 device pci 14.0 on end # SM
46 device pci 14.3 on # LPC 0x439d
47 chip superio/nuvoton/nct5104d # SIO NCT5104D
48 register "irq_trigger_type" = "0"
49 device pnp 2e.0 off end
50 device pnp 2e.2 on
51 io 0x60 = 0x3f8
52 irq 0x70 = 4
53 end
54 device pnp 2e.3 on
55 io 0x60 = 0x2f8
56 irq 0x70 = 3
57 end
58 device pnp 2e.10 on
59 # UART C is conditionally turned on
60 io 0x60 = 0x3e8
61 irq 0x70 = 4
62 end
63 device pnp 2e.11 on
64 # UART D is conditionally turned on
65 io 0x60 = 0x2e8
66 irq 0x70 = 3
67 end
68 device pnp 2e.8 off end
69 device pnp 2e.f off end
70 # GPIO0 and GPIO1 are conditionally turned on
71 device pnp 2e.007 on end
72 device pnp 2e.107 on end
73 device pnp 2e.607 off end
74 device pnp 2e.e off end
75 end # SIO NCT5104D
76 end # LPC 0x439d
77
78 device pci 14.7 on end # SD
79 device pci 16.0 on end # USB EHCI2 usb[8:7] - muxed with XHCI
80 end #chip southbridge/amd/pi/hudson
81
82 device pci 18.0 on end
83 device pci 18.1 on end
84 device pci 18.2 on end
85 device pci 18.3 on end
86 device pci 18.4 on end
87 device pci 18.5 on end
88
89 end #chip northbridge/amd/pi/00730F01 # CPU side of HT root complex
90 end #domain
91end #northbridge/amd/pi/00730F01/root_complex