blob: c11d502f16c3cb5aaf8f2d76eb2e745ad5cb3acd [file] [log] [blame]
Felix Heldc4eb45f2021-02-13 02:36:02 +01001# SPDX-License-Identifier: GPL-2.0-only
2
3chip soc/amd/picasso
4 device cpu_cluster 0 on
Felix Held8f2e5c92023-01-16 20:06:31 +01005 ops amd_cpu_bus_ops
Felix Heldc4eb45f2021-02-13 02:36:02 +01006 end
7 device domain 0 on
Arthur Heymans7f380772022-09-20 14:03:28 +02008 ops picasso_pci_domain_ops
Arthur Heymans826955d2022-09-20 17:26:30 +02009 device pci 00.0 alias gnb on ops picasso_root_complex_operations end
Arthur Heymansb3dcb962022-10-05 21:54:29 +020010 device pci 00.2 alias iommu off ops amd_iommu_ops end
Felix Heldf5b09db2023-12-05 00:41:05 +010011 device pci 01.0 on end # Dummy device function, do not disable
Arthur Heymansb171f762022-10-05 22:12:02 +020012 device pci 01.1 alias gpp_bridge_0 off ops amd_external_pcie_gpp_ops end
13 device pci 01.2 alias gpp_bridge_1 off ops amd_external_pcie_gpp_ops end
14 device pci 01.3 alias gpp_bridge_2 off ops amd_external_pcie_gpp_ops end
15 device pci 01.4 alias gpp_bridge_3 off ops amd_external_pcie_gpp_ops end
16 device pci 01.5 alias gpp_bridge_4 off ops amd_external_pcie_gpp_ops end
17 device pci 01.6 alias gpp_bridge_5 off ops amd_external_pcie_gpp_ops end
18 device pci 01.7 alias gpp_bridge_6 off ops amd_external_pcie_gpp_ops end
Felix Heldf5b09db2023-12-05 00:41:05 +010019 device pci 08.0 on end # Dummy device function, do not disable
Felix Heldc4eb45f2021-02-13 02:36:02 +010020 device pci 08.1 alias internal_bridge_a off # internal bridge to bus A
Arthur Heymansb171f762022-10-05 22:12:02 +020021 ops amd_internal_pcie_gpp_ops
Arthur Heymans796a8f32022-10-05 22:15:58 +020022 device pci 0.0 alias gfx off ops amd_graphics_ops end # internal GPU
Felix Heldc4eb45f2021-02-13 02:36:02 +010023 device pci 0.1 alias gfx_hda off end # display HD Audio controller
24 device pci 0.2 alias crypto off end # cryptography coprocessor
Felix Helded6c9992023-06-07 20:50:08 +020025 device pci 0.3 alias xhci_0 off
26 ops xhci_pci_ops
27 end
28 device pci 0.4 alias xhci_1 off
29 ops xhci_pci_ops
30 end
Arthur Heymans987ec882022-10-05 21:50:23 +020031 device pci 0.5 alias acp off ops amd_acp_ops end # audio co-processor
Felix Heldc4eb45f2021-02-13 02:36:02 +010032 device pci 0.6 alias hda off end # main HD Audio Controller
33 device pci 0.7 alias mp2 off end # sensor fusion hub (MP2)
34 end
35 device pci 08.2 alias internal_bridge_b off # internal bridge to bus B
Arthur Heymansb171f762022-10-05 22:12:02 +020036 ops amd_internal_pcie_gpp_ops
Arthur Heymans7f7b01d2022-10-05 14:47:00 +020037 device pci 0.0 alias sata off ops amd_sata_ops end
Felix Heldc4eb45f2021-02-13 02:36:02 +010038 device pci 0.1 alias xgbe_0 off end
39 device pci 0.2 alias xgbe_1 off end
40 end
Arthur Heymansfd2bb9b2022-10-05 14:36:55 +020041 device pci 14.0 alias smbus on ops amd_smbus_ops end # primary FCH function
Arthur Heymansc6f029c2022-10-05 21:48:07 +020042 device pci 14.3 alias lpc_bridge on ops amd_lpc_ops end
Felix Heldc4eb45f2021-02-13 02:36:02 +010043 device pci 14.6 alias sdhci off end
Fred Reitbergeraab7f042022-11-03 15:26:47 -040044 device pci 18.0 alias data_fabric_0 on ops amd_data_fabric_ops end
45 device pci 18.1 alias data_fabric_1 on ops amd_data_fabric_ops end
46 device pci 18.2 alias data_fabric_2 on ops amd_data_fabric_ops end
47 device pci 18.3 alias data_fabric_3 on ops amd_data_fabric_ops end
48 device pci 18.4 alias data_fabric_4 on ops amd_data_fabric_ops end
49 device pci 18.5 alias data_fabric_5 on ops amd_data_fabric_ops end
50 device pci 18.6 alias data_fabric_6 on ops amd_data_fabric_ops end
51 device pci 18.7 alias data_fabric_7 on ops amd_data_fabric_ops end
Felix Heldc4eb45f2021-02-13 02:36:02 +010052 end
Felix Held97fc0542021-06-15 20:02:27 +020053
Arthur Heymans7f380772022-09-20 14:03:28 +020054 device mmio 0xfedc4000 alias i2c_2 off ops soc_amd_i2c_mmio_ops end
55 device mmio 0xfedc5000 alias i2c_3 off ops soc_amd_i2c_mmio_ops end
Felix Held97e61252022-10-18 19:03:20 +020056 device mmio 0xfedc9000 alias uart_0 off ops amd_uart_mmio_ops end
57 device mmio 0xfedca000 alias uart_1 off ops amd_uart_mmio_ops end
58 device mmio 0xfedce000 alias uart_2 off ops amd_uart_mmio_ops end
59 device mmio 0xfedcf000 alias uart_3 off ops amd_uart_mmio_ops end
Felix Held850b6c62023-09-07 16:33:26 +020060 device mmio 0xfedd5000 alias emmc off ops amd_emmc_mmio_ops end
Felix Heldc4eb45f2021-02-13 02:36:02 +010061end