blob: c08e5b24e26a66e3cc54964e1f6bd34b7e5ec27b [file] [log] [blame]
Piotr Król83b4fb92017-11-29 16:34:44 +01001#
2# This file is part of the coreboot project.
3#
Piotr Król83b4fb92017-11-29 16:34:44 +01004#
5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; version 2 of the License.
8#
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13#
14chip northbridge/amd/pi/00730F01/root_complex
15 device cpu_cluster 0 on
16 chip cpu/amd/pi/00730F01
17 device lapic 0 on end
18 end
19 end
20
21 device domain 0 on
22 subsystemid 0x1022 0x1410 inherit
Piotr Król83b4fb92017-11-29 16:34:44 +010023
Kyösti Mälkki4dba4972019-02-07 13:25:51 +020024 chip northbridge/amd/pi/00730F01
25 device pci 0.0 on end # Root Complex
26 device pci 0.2 on end # IOMMU
27 device pci 1.0 off end # Internal Graphics P2P bridge 0x9804
28 device pci 1.1 off end # Internal Multimedia
29 device pci 2.0 on end # PCIe Host Bridge
30 device pci 2.1 on end # LAN1
31 device pci 2.2 on end # LAN2
32 device pci 2.3 on end # LAN3
33 device pci 2.4 on end # LAN4
34 device pci 2.5 on end # mPCIe slot 1
35 device pci 8.0 on end # Platform Security Processor
36 end #chip northbridge/amd/pi/00730F01
Piotr Król83b4fb92017-11-29 16:34:44 +010037
Kyösti Mälkki4dba4972019-02-07 13:25:51 +020038 chip southbridge/amd/pi/hudson
39 device pci 10.0 on end # XHCI HC0 muxed with EHCI 2
40 device pci 11.0 on end # SATA
41 device pci 12.0 on end # USB EHCI0 usb[0:3] is connected
42 device pci 13.0 on end # USB EHCI1 usb[4:7]
43 device pci 14.0 on end # SM
44 device pci 14.3 on # LPC 0x439d
45 chip superio/nuvoton/nct5104d # SIO NCT5104D
46 register "irq_trigger_type" = "0"
Michał Żygowski65f05502020-02-12 13:10:23 +010047 register "reset_gpios" = "1"
Kyösti Mälkki4dba4972019-02-07 13:25:51 +020048 device pnp 2e.0 off end
49 device pnp 2e.2 on
50 io 0x60 = 0x3f8
51 irq 0x70 = 4
52 end
53 device pnp 2e.3 on
54 io 0x60 = 0x2f8
55 irq 0x70 = 3
56 end
57 device pnp 2e.10 on
58 # UART C is conditionally turned on
59 io 0x60 = 0x3e8
60 irq 0x70 = 4
61 end
62 device pnp 2e.11 on
63 # UART D is conditionally turned on
64 io 0x60 = 0x2e8
65 irq 0x70 = 3
66 end
Piotr Kleinschmidt302951d2020-01-08 16:09:59 +010067 device pnp 2e.008 off end
68 device pnp 2e.108 on
69 io 0x60 = 0x220
70 end
Kyösti Mälkki4dba4972019-02-07 13:25:51 +020071 # GPIO0 and GPIO1 are conditionally turned on
72 device pnp 2e.007 on end
73 device pnp 2e.107 on end
74 device pnp 2e.607 off end
Piotr Kleinschmidt941c9ac2020-01-08 15:06:26 +010075 device pnp 2e.f on end
Kyösti Mälkki4dba4972019-02-07 13:25:51 +020076 end # SIO NCT5104D
77 end # LPC 0x439d
Piotr Król83b4fb92017-11-29 16:34:44 +010078
Kyösti Mälkki4dba4972019-02-07 13:25:51 +020079 device pci 14.7 on end # SD
80 device pci 16.0 on end # USB EHCI2 usb[8:7] - muxed with XHCI
81 end #chip southbridge/amd/pi/hudson
Piotr Król83b4fb92017-11-29 16:34:44 +010082
Kyösti Mälkki4dba4972019-02-07 13:25:51 +020083 device pci 18.0 on end
84 device pci 18.1 on end
85 device pci 18.2 on end
86 device pci 18.3 on end
87 device pci 18.4 on end
88 device pci 18.5 on end
Piotr Król83b4fb92017-11-29 16:34:44 +010089
Piotr Król83b4fb92017-11-29 16:34:44 +010090 end #domain
91end #northbridge/amd/pi/00730F01/root_complex