blob: 486f42fb5c528548128113522b70694b54bcd8f9 [file] [log] [blame]
Felix Held3c44c622022-01-10 20:57:29 +01001# TODO: Check if this is still correct
2
3chip soc/amd/sabrina
4 device cpu_cluster 0 on
5 end
6 device domain 0 on
7 device pci 00.0 alias gnb on end
8 device pci 00.2 alias iommu off end
9
10 device pci 01.0 on end # Dummy Host Bridge, do not disable
11 device pci 01.1 alias gpp_gfx_bridge_0 off end
12 device pci 01.2 alias gpp_gfx_bridge_1 off end
13 device pci 01.3 alias gpp_gfx_bridge_2 off end
14
15 device pci 02.0 on end # Dummy Host Bridge, do not disable
16 device pci 02.1 alias gpp_bridge_0 off end
17 device pci 02.2 alias gpp_bridge_1 off end
18 device pci 02.3 alias gpp_bridge_2 off end
19 device pci 02.4 alias gpp_bridge_3 off end
20 device pci 02.5 alias gpp_bridge_4 off end
21 device pci 02.6 alias gpp_bridge_5 off end
22 device pci 02.7 alias gpp_bridge_6 off end
23
24 device pci 08.0 on end # Dummy Host Bridge, do not disable
25 device pci 08.1 alias gpp_bridge_a off # Internal GPP Bridge 0 to Bus A
26 device pci 0.0 alias gfx off end # Internal GPU (GFX)
27 device pci 0.1 alias gfx_hda off end # Display HD Audio Controller (GFXAZ)
28 device pci 0.2 alias crypto off end # Crypto Coprocessor
29 device pci 0.3 alias xhci_0 off
30 chip drivers/usb/acpi
31 register "type" = "UPC_TYPE_HUB"
32 device usb 0.0 alias xhci_0_root_hub off
33 chip drivers/usb/acpi
34 device usb 3.0 alias usb3_port0 off end
35 end
36 chip drivers/usb/acpi
37 device usb 3.1 alias usb3_port1 off end
38 end
39 chip drivers/usb/acpi
40 device usb 2.0 alias usb2_port0 off end
41 end
42 chip drivers/usb/acpi
43 device usb 2.1 alias usb2_port1 off end
44 end
45 chip drivers/usb/acpi
46 device usb 2.2 alias usb2_port2 off end
47 end
48 chip drivers/usb/acpi
49 device usb 2.3 alias usb2_port3 off end
50 end
51 end
52 end
53 end
54 device pci 0.4 alias xhci_1 off
55 chip drivers/usb/acpi
56 register "type" = "UPC_TYPE_HUB"
57 device usb 0.0 alias xhci_1_root_hub off
58 chip drivers/usb/acpi
59 device usb 3.0 alias usb3_port4 off end
60 end
61 chip drivers/usb/acpi
62 device usb 3.1 alias usb3_port5 off end
63 end
64 chip drivers/usb/acpi
65 device usb 2.0 alias usb2_port4 off end
66 end
67 chip drivers/usb/acpi
68 device usb 2.1 alias usb2_port5 off end
69 end
70 chip drivers/usb/acpi
71 device usb 2.2 alias usb2_port6 off end
72 end
73 chip drivers/usb/acpi
74 device usb 2.3 alias usb2_port7 off end
75 end
76 end
77 end
78 end
79 device pci 0.5 alias acp off end # Audio Processor (ACP)
80 device pci 0.6 alias hda off end # Audio Processor HD Audio Controller (main AZ)
81 device pci 0.7 alias mp2 off end # Sensor Fusion Hub (MP2)
82 end
83 device pci 08.2 alias gpp_bridge_b off # Internal GPP Bridge 1 to Bus B
84 device pci 0.0 alias sata_0 off end # first SATA controller; AHCI Mode
85 device pci 0.1 alias sata_1 off end # second SATA Controller; SATA Raid/AHCI Mode
86 device pci 0.2 alias xgbe_0 off end # 10 GbE Controller Port 0 (XGBE0)
87 device pci 0.3 alias xgbe_1 off end # 10 GbE Controller Port 1 (XGBE1)
88 end
89 device pci 08.3 alias gpp_bridge_c off # Internal GPP Bridge 2 to Bus C
90 device pci 0.0 alias dummy_function_c off end # PCIe Dummy Function
91 device pci 0.2 alias i2s_ac97 off end # I2S/AC'97 Audio
92 end
93
94 device pci 14.0 alias smbus on end # primary FCH function
95 device pci 14.3 alias lpc_bridge on end
96
97 device pci 18.0 alias data_fabric_0 on end
98 device pci 18.1 alias data_fabric_1 on end
99 device pci 18.2 alias data_fabric_2 on end
100 device pci 18.3 alias data_fabric_3 on end
101 device pci 18.4 alias data_fabric_4 on end
102 device pci 18.5 alias data_fabric_5 on end
103 device pci 18.6 alias data_fabric_6 on end
104 device pci 18.7 alias data_fabric_7 on end
105 end
106
107 device mmio 0xfedc2000 alias i2c_0 off end
108 device mmio 0xfedc3000 alias i2c_1 off end
109 device mmio 0xfedc4000 alias i2c_2 off end
110 device mmio 0xfedc5000 alias i2c_3 off end
111 device mmio 0xfedc9000 alias uart_0 off end
112 device mmio 0xfedca000 alias uart_1 off end
113 device mmio 0xfedd5000 alias emmc off end
114end