blob: cfb4bd87ed396797a7483d3000d390a79d2bdada [file] [log] [blame]
Piotr Króldcd2f172016-05-27 12:04:13 +02001#
2# This file is part of the coreboot project.
3#
Piotr Króldcd2f172016-05-27 12:04:13 +02004#
Patrick Georgic49d7a32020-05-08 22:50:46 +02005# SPDX-License-Identifier: GPL-2.0-only
6
Piotr Króldcd2f172016-05-27 12:04:13 +02007chip northbridge/amd/pi/00730F01/root_complex
8 device cpu_cluster 0 on
9 chip cpu/amd/pi/00730F01
10 device lapic 0 on end
11 end
12 end
13
14 device domain 0 on
15 subsystemid 0x1022 0x1410 inherit
Piotr Króldcd2f172016-05-27 12:04:13 +020016
Kyösti Mälkki4dba4972019-02-07 13:25:51 +020017 chip northbridge/amd/pi/00730F01 # PCI side of HT root complex
18 device pci 0.0 on end # Root Complex
19 device pci 0.2 on end # IOMMU
20 device pci 1.0 off end # Internal Graphics P2P bridge 0x9804
21 device pci 1.1 off end # Internal Multimedia
22 device pci 2.0 on end # PCIe Host Bridge
23 device pci 2.1 on end # mPCIe slot 2 (on GFX lane)
24 device pci 2.2 on end # LAN3
25 device pci 2.3 on end # LAN2
26 device pci 2.4 on end # LAN1
27 device pci 2.5 on end # mPCIe slot 1
28 device pci 8.0 on end # Platform Security Processor
29 end #chip northbridge/amd/pi/00730F01
Piotr Króldcd2f172016-05-27 12:04:13 +020030
Kyösti Mälkki4dba4972019-02-07 13:25:51 +020031 chip southbridge/amd/pi/hudson # it is under NB/SB Link, but on the same pci bus
32 device pci 10.0 on end # XHCI HC0 muxed with EHCI 2
33 device pci 11.0 on end # SATA
34 device pci 12.0 on end # USB EHCI0 usb[0:3] is connected
35 device pci 13.0 on end # USB EHCI1 usb[4:7]
36 device pci 14.0 on end # SM
37 device pci 14.3 on # LPC 0x439d
38 chip superio/nuvoton/nct5104d # SIO NCT5104D
39 register "irq_trigger_type" = "0"
40 device pnp 2e.0 off end
41 device pnp 2e.2 on
42 io 0x60 = 0x3f8
43 irq 0x70 = 4
44 end
45 device pnp 2e.3 on
46 io 0x60 = 0x2f8
47 irq 0x70 = 3
48 end
49 device pnp 2e.10 on
50 # UART C is conditionally turned on
51 io 0x60 = 0x3e8
52 irq 0x70 = 4
53 end
54 device pnp 2e.11 on
55 # UART D is conditionally turned on
56 io 0x60 = 0x2e8
57 irq 0x70 = 3
58 end
Piotr Kleinschmidt302951d2020-01-08 16:09:59 +010059 device pnp 2e.008 off end
60 device pnp 2e.108 off end
Kyösti Mälkki4dba4972019-02-07 13:25:51 +020061 device pnp 2e.f off end
62 device pnp 2e.007 off end
63 device pnp 2e.107 off end
64 device pnp 2e.607 off end
Kyösti Mälkki4dba4972019-02-07 13:25:51 +020065 end # SIO NCT5104D
66 chip drivers/pc80/tpm
67 device pnp 0c31.0 on end
68 end # LPC TPM
69 end # LPC 0x439d
Piotr Króldcd2f172016-05-27 12:04:13 +020070
Kyösti Mälkki4dba4972019-02-07 13:25:51 +020071 device pci 14.7 off end # SD
72 device pci 16.0 on end # USB EHCI2 usb[8:7] - muxed with XHCI
73 end #chip southbridge/amd/pi/hudson
Piotr Króldcd2f172016-05-27 12:04:13 +020074
Kyösti Mälkki4dba4972019-02-07 13:25:51 +020075 device pci 18.0 on end
76 device pci 18.1 on end
77 device pci 18.2 on end
78 device pci 18.3 on end
79 device pci 18.4 on end
80 device pci 18.5 on end
Piotr Króldcd2f172016-05-27 12:04:13 +020081
Piotr Króldcd2f172016-05-27 12:04:13 +020082 end #domain
83end #northbridge/amd/pi/00730F01/root_complex