blob: 0762ea1d26d588517cb5d3a4b6587bfa9142e129 [file] [log] [blame]
Furquan Shaikh696f4ea2021-01-08 11:48:52 -08001chip soc/amd/cezanne
Felix Held65418cc2021-02-12 23:19:30 +01002 device cpu_cluster 0 on
Felix Held8f2e5c92023-01-16 20:06:31 +01003 ops amd_cpu_bus_ops
Felix Held65418cc2021-02-12 23:19:30 +01004 end
Furquan Shaikh696f4ea2021-01-08 11:48:52 -08005 device domain 0 on
Arthur Heymans7f380772022-09-20 14:03:28 +02006 ops cezanne_pci_domain_ops
Arthur Heymansb65f6092022-10-05 21:45:23 +02007 device pci 00.0 alias gnb on ops cezanne_root_complex_operations end
Arthur Heymansb3dcb962022-10-05 21:54:29 +02008 device pci 00.2 alias iommu off ops amd_iommu_ops end
Mathew King855e1bc2021-02-23 13:15:11 -07009
Felix Held4a88b032021-03-03 23:39:41 +010010 device pci 01.0 on end # Dummy Host Bridge, do not disable
Felix Held5167c452023-02-03 01:24:53 +010011 device pci 01.1 alias gpp_gfx_bridge_0 off ops amd_external_pcie_gpp_ops end
12 device pci 01.2 alias gpp_gfx_bridge_1 off ops amd_external_pcie_gpp_ops end
13 device pci 01.3 alias gpp_gfx_bridge_2 off ops amd_external_pcie_gpp_ops end
Mathew King855e1bc2021-02-23 13:15:11 -070014
Felix Held4a88b032021-03-03 23:39:41 +010015 device pci 02.0 on end # Dummy Host Bridge, do not disable
Arthur Heymansb171f762022-10-05 22:12:02 +020016 device pci 02.1 alias gpp_bridge_0 off ops amd_external_pcie_gpp_ops end
17 device pci 02.2 alias gpp_bridge_1 off ops amd_external_pcie_gpp_ops end
18 device pci 02.3 alias gpp_bridge_2 off ops amd_external_pcie_gpp_ops end
19 device pci 02.4 alias gpp_bridge_3 off ops amd_external_pcie_gpp_ops end
20 device pci 02.5 alias gpp_bridge_4 off ops amd_external_pcie_gpp_ops end
21 device pci 02.6 alias gpp_bridge_5 off ops amd_external_pcie_gpp_ops end
22 device pci 02.7 alias gpp_bridge_6 off ops amd_external_pcie_gpp_ops end
Mathew King855e1bc2021-02-23 13:15:11 -070023
Felix Held4a88b032021-03-03 23:39:41 +010024 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
Arthur Heymansb171f762022-10-05 22:12:02 +020026 ops amd_internal_pcie_gpp_ops
Arthur Heymans796a8f32022-10-05 22:15:58 +020027 device pci 0.0 alias gfx off ops amd_graphics_ops end # Internal GPU (GFX)
Felix Held4a88b032021-03-03 23:39:41 +010028 device pci 0.1 alias gfx_hda off end # Display HD Audio Controller (GFXAZ)
Mathew King855e1bc2021-02-23 13:15:11 -070029 device pci 0.2 alias crypto off end # Crypto Coprocessor
Mathew Kingc519bff2021-03-04 08:26:51 -070030 device pci 0.3 alias xhci_0 off
Felix Helded6c9992023-06-07 20:50:08 +020031 ops xhci_pci_ops
Mathew Kingc519bff2021-03-04 08:26:51 -070032 chip drivers/usb/acpi
33 register "type" = "UPC_TYPE_HUB"
34 device usb 0.0 alias xhci_0_root_hub off
35 chip drivers/usb/acpi
36 device usb 3.0 alias usb3_port0 off end
37 end
38 chip drivers/usb/acpi
39 device usb 3.1 alias usb3_port1 off end
40 end
41 chip drivers/usb/acpi
42 device usb 2.0 alias usb2_port0 off end
43 end
44 chip drivers/usb/acpi
45 device usb 2.1 alias usb2_port1 off end
46 end
47 chip drivers/usb/acpi
48 device usb 2.2 alias usb2_port2 off end
49 end
50 chip drivers/usb/acpi
51 device usb 2.3 alias usb2_port3 off end
52 end
53 end
54 end
55 end
56 device pci 0.4 alias xhci_1 off
Felix Helded6c9992023-06-07 20:50:08 +020057 ops xhci_pci_ops
Mathew Kingc519bff2021-03-04 08:26:51 -070058 chip drivers/usb/acpi
59 register "type" = "UPC_TYPE_HUB"
60 device usb 0.0 alias xhci_1_root_hub off
61 chip drivers/usb/acpi
62 device usb 3.0 alias usb3_port4 off end
63 end
64 chip drivers/usb/acpi
65 device usb 3.1 alias usb3_port5 off end
66 end
67 chip drivers/usb/acpi
68 device usb 2.0 alias usb2_port4 off end
69 end
70 chip drivers/usb/acpi
71 device usb 2.1 alias usb2_port5 off end
72 end
73 chip drivers/usb/acpi
74 device usb 2.2 alias usb2_port6 off end
75 end
76 chip drivers/usb/acpi
77 device usb 2.3 alias usb2_port7 off end
78 end
79 end
80 end
81 end
Arthur Heymans987ec882022-10-05 21:50:23 +020082 device pci 0.5 alias acp off ops amd_acp_ops end # Audio Processor (ACP)
Felix Held4a88b032021-03-03 23:39:41 +010083 device pci 0.6 alias hda off end # Audio Processor HD Audio Controller (main AZ)
Mathew King855e1bc2021-02-23 13:15:11 -070084 device pci 0.7 alias mp2 off end # Sensor Fusion Hub (MP2)
85 end
Felix Held4a88b032021-03-03 23:39:41 +010086 device pci 08.2 alias gpp_bridge_b off # Internal GPP Bridge 1 to Bus B
Arthur Heymansb171f762022-10-05 22:12:02 +020087 ops amd_internal_pcie_gpp_ops
Felix Heldaf6a4342021-03-02 18:30:33 +010088 device pci 0.0 alias sata_0 off end # first SATA controller; AHCI Mode
89 device pci 0.1 alias sata_1 off end # second SATA Controller; SATA Raid/AHCI Mode
Mathew King855e1bc2021-02-23 13:15:11 -070090 device pci 0.2 alias xgbe_0 off end # 10 GbE Controller Port 0 (XGBE0)
91 device pci 0.3 alias xgbe_1 off end # 10 GbE Controller Port 1 (XGBE1)
92 end
Felix Held4a88b032021-03-03 23:39:41 +010093 device pci 08.3 alias gpp_bridge_c off # Internal GPP Bridge 2 to Bus C
Arthur Heymansb171f762022-10-05 22:12:02 +020094 ops amd_internal_pcie_gpp_ops
Mathew King855e1bc2021-02-23 13:15:11 -070095 device pci 0.0 alias dummy_function_c off end # PCIe Dummy Function
96 device pci 0.2 alias i2s_ac97 off end # I2S/AC'97 Audio
97 end
98
Arthur Heymansfd2bb9b2022-10-05 14:36:55 +020099 device pci 14.0 alias smbus on ops amd_smbus_ops end # primary FCH function
Arthur Heymansc6f029c2022-10-05 21:48:07 +0200100 device pci 14.3 alias lpc_bridge on ops amd_lpc_ops end
Mathew King855e1bc2021-02-23 13:15:11 -0700101
Fred Reitbergeraab7f042022-11-03 15:26:47 -0400102 device pci 18.0 alias data_fabric_0 on ops amd_data_fabric_ops end
103 device pci 18.1 alias data_fabric_1 on ops amd_data_fabric_ops end
104 device pci 18.2 alias data_fabric_2 on ops amd_data_fabric_ops end
105 device pci 18.3 alias data_fabric_3 on ops amd_data_fabric_ops end
106 device pci 18.4 alias data_fabric_4 on ops amd_data_fabric_ops end
107 device pci 18.5 alias data_fabric_5 on ops amd_data_fabric_ops end
108 device pci 18.6 alias data_fabric_6 on ops amd_data_fabric_ops end
109 device pci 18.7 alias data_fabric_7 on ops amd_data_fabric_ops end
Furquan Shaikh696f4ea2021-01-08 11:48:52 -0800110 end
Mathew Kingd2c5b0e2021-03-12 17:16:57 -0700111
Arthur Heymans7f380772022-09-20 14:03:28 +0200112 device mmio 0xfedc2000 alias i2c_0 off ops soc_amd_i2c_mmio_ops end
113 device mmio 0xfedc3000 alias i2c_1 off ops soc_amd_i2c_mmio_ops end
114 device mmio 0xfedc4000 alias i2c_2 off ops soc_amd_i2c_mmio_ops end
115 device mmio 0xfedc5000 alias i2c_3 off ops soc_amd_i2c_mmio_ops end
Felix Held97e61252022-10-18 19:03:20 +0200116 device mmio 0xfedc9000 alias uart_0 off ops amd_uart_mmio_ops end
117 device mmio 0xfedca000 alias uart_1 off ops amd_uart_mmio_ops end
Felix Held65d73cc2022-10-13 20:58:47 +0200118 device mmio 0xfedd5000 alias emmc off ops amd_emmc_mmio_ops end
Furquan Shaikh696f4ea2021-01-08 11:48:52 -0800119end