blob: 004ff9134c80f9e1ed6ff81774ce18075de72f74 [file] [log] [blame]
Felix Heldb68e2242022-10-12 18:44:06 +02001# SPDX-License-Identifier: GPL-2.0-only
2
3chip soc/amd/stoneyridge
4 device cpu_cluster 0 on
Felix Held8f2e5c92023-01-16 20:06:31 +01005 ops amd_cpu_bus_ops
Felix Heldb68e2242022-10-12 18:44:06 +02006 end
7 device domain 0 on
Felix Helda11b4722022-10-13 16:32:23 +02008 ops stoneyridge_pci_domain_ops
Felix Held25959462022-10-13 16:16:04 +02009 device pci 00.0 alias gnb on ops stoneyridge_northbridge_operations end
Arthur Heymansb3dcb962022-10-05 21:54:29 +020010 device pci 00.2 alias iommu off ops amd_iommu_ops end
Felix Heldb68e2242022-10-12 18:44:06 +020011 device pci 01.0 alias gfx off end # internal GPU
12 device pci 01.1 alias gfx_hda off end # display HD Audio controller
13 device pci 02.0 on end # Dummy Host Bridge, do not disable
14 device pci 02.1 alias gpp_bridge_0 off end
15 device pci 02.2 alias gpp_bridge_1 off end
16 device pci 02.3 alias gpp_bridge_2 off end
17 device pci 02.4 alias gpp_bridge_3 off end
18 device pci 02.5 alias gpp_bridge_4 off end
19 device pci 03.0 on end # Dummy Host Bridge, do not disable
20 device pci 03.1 alias gfx_bridge_0 off end
21 device pci 03.2 alias gfx_bridge_1 off end
22 device pci 03.3 alias gfx_bridge_2 off end
23 device pci 03.4 alias gfx_bridge_3 off end
24 device pci 03.5 alias gfx_bridge_4 off end
25 device pci 08.0 alias crypto on end # cryptography coprocessor / PSP
26 device pci 09.0 alias hda_bridge off end # host audio bridge
27 device pci 09.2 alias hda off end # main HD Audio Controller
Felix Held26651c82022-10-13 16:12:40 +020028 device pci 10.0 alias xhci off ops stoneyridge_usb_ops end
Arthur Heymans7f7b01d2022-10-05 14:47:00 +020029 device pci 11.0 alias sata off ops amd_sata_ops end
Felix Held26651c82022-10-13 16:12:40 +020030 device pci 12.0 alias ehci off ops stoneyridge_usb_ops end
Arthur Heymansfd2bb9b2022-10-05 14:36:55 +020031 device pci 14.0 alias smbus on ops amd_smbus_ops end # primary FCH function
Arthur Heymansc6f029c2022-10-05 21:48:07 +020032 device pci 14.3 alias lpc_bridge on ops amd_lpc_ops end
Felix Heldb68e2242022-10-12 18:44:06 +020033 device pci 14.7 alias sdhci off end
Felix Held25959462022-10-13 16:16:04 +020034 device pci 18.0 alias ht_0 on end
Felix Heldb68e2242022-10-12 18:44:06 +020035 device pci 18.1 alias ht_1 on end
36 device pci 18.2 alias ht_2 on end
37 device pci 18.3 alias ht_3 on end
38 device pci 18.4 alias ht_4 on end
39 device pci 18.5 alias ht_5 on end
40 end
41
Felix Helda11b4722022-10-13 16:32:23 +020042 device mmio 0xfedc2000 alias i2c_0 off ops soc_amd_i2c_mmio_ops end
43 device mmio 0xfedc3000 alias i2c_1 off ops soc_amd_i2c_mmio_ops end
44 device mmio 0xfedc4000 alias i2c_2 off ops soc_amd_i2c_mmio_ops end
45 device mmio 0xfedc5000 alias i2c_3 off ops soc_amd_i2c_mmio_ops end
Matt DeVillier66ff4fb2023-08-08 12:28:03 -050046 device mmio 0xfedc6000 alias uart_0 off ops amd_uart_mmio_ops end
47 device mmio 0xfedc8000 alias uart_1 off ops amd_uart_mmio_ops end
Felix Heldb68e2242022-10-12 18:44:06 +020048end