blob: ea917a9c3c4c0c707999ca3219be7986f58a57d2 [file] [log] [blame]
Arthur Heymans691d58f2021-08-11 13:42:40 +02001# SPDX-License-Identifier: GPL-2.0-only
2
3chip northbridge/intel/sandybridge
Arthur Heymanscdb26fd2021-11-15 20:12:02 +01004 chip cpu/intel/model_206ax
Angel Ponsf7f9fc92024-06-30 15:57:54 +02005 device cpu_cluster 0 alias cpu_bus on ops sandybridge_cpu_bus_ops end
Arthur Heymans691d58f2021-08-11 13:42:40 +02006
Arthur Heymanscdb26fd2021-11-15 20:12:02 +01007 register "acpi_c1" = "CPU_ACPI_C1"
8 register "acpi_c2" = "CPU_ACPI_C3"
9 register "acpi_c3" = "CPU_ACPI_C7"
Arthur Heymans691d58f2021-08-11 13:42:40 +020010 end
Arthur Heymans691d58f2021-08-11 13:42:40 +020011 device domain 0 on
Arthur Heymansfade7232022-11-07 08:47:33 +010012 ops sandybridge_pci_domain_ops
Felix Held4c4d1942023-11-16 14:03:09 +010013 device pci 00.0 alias host_bridge on ops sandybridge_host_bridge_ops end
Arthur Heymansb5df65a2022-11-12 14:51:49 +010014 device pci 01.0 alias peg10 off end # PEG10
15 device pci 01.1 alias peg11 off end # PEG11
16 device pci 01.2 alias peg12 off end # PEG12
Felix Held61f22cf2023-11-16 14:09:48 +010017 device pci 02.0 alias igd off ops sandybridge_gma_func0_ops end # vga controller
Arthur Heymansb5df65a2022-11-12 14:51:49 +010018 device pci 04.0 alias dev4 off end # Device 4
19 device pci 06.0 alias peg60 off end # PEG60
20
21 chip southbridge/intel/bd82x6x # Intel Series 6/7 PCH
Felix Heldafebab12023-11-18 18:03:40 +010022 device pci 14.0 alias xhci off ops bd82x6x_usb_xhci_ops end # XHCI Controller only on 7 series
Arthur Heymansb5df65a2022-11-12 14:51:49 +010023 device pci 16.0 alias mei1 on end # Management Engine Interface 1
24 device pci 16.1 alias mei2 off end # Management Engine Interface 2
25 device pci 16.2 alias me_ide_r off end # Management Engine IDE-R
26 device pci 16.3 alias me_kt off end # Management Engine KT
27 device pci 19.0 alias gbe off end # Intel Gigabit Ethernet
Felix Held903454e2023-11-18 18:07:27 +010028 device pci 1a.0 alias ehci2 off ops bd82x6x_usb_ehci_ops end
Felix Helda56ff902023-11-16 14:20:40 +010029 device pci 1b.0 alias hda off ops bd82x6x_azalia_ops end # High Definition Audio
Felix Held58a53742023-11-16 14:17:02 +010030 device pci 1c.0 alias pcie_rp1 off ops bd82x6x_pcie_rp_ops end # PCIe Port #1
31 device pci 1c.1 alias pcie_rp2 off ops bd82x6x_pcie_rp_ops end # PCIe Port #2
32 device pci 1c.2 alias pcie_rp3 off ops bd82x6x_pcie_rp_ops end # PCIe Port #3
33 device pci 1c.3 alias pcie_rp4 off ops bd82x6x_pcie_rp_ops end # PCIe Port #4
34 device pci 1c.4 alias pcie_rp5 off ops bd82x6x_pcie_rp_ops end # PCIe Port #5
35 device pci 1c.5 alias pcie_rp6 off ops bd82x6x_pcie_rp_ops end # PCIe Port #6
36 device pci 1c.6 alias pcie_rp7 off ops bd82x6x_pcie_rp_ops end # PCIe Port #7
37 device pci 1c.7 alias pcie_rp8 off ops bd82x6x_pcie_rp_ops end # PCIe Port #8
Felix Held903454e2023-11-18 18:07:27 +010038 device pci 1d.0 alias ehci1 off ops bd82x6x_usb_ehci_ops end
Felix Held898757f2023-11-18 17:49:48 +010039 device pci 1e.0 alias pci_bridge off ops bd82x6x_pci_bridge_ops end
Felix Held372dfe02023-11-18 17:47:22 +010040 device pci 1f.0 alias lpc on ops bd82x6x_lpc_bridge_ops end
Arthur Heymansb5df65a2022-11-12 14:51:49 +010041 device pci 1f.2 alias sata1 off end # SATA Controller 1
Felix Held1bb327f2023-11-18 17:48:40 +010042 device pci 1f.3 alias smbus on ops bd82x6x_smbus_ops end
Arthur Heymansb5df65a2022-11-12 14:51:49 +010043 device pci 1f.5 alias sata2 off end # SATA Controller 2
44 device pci 1f.6 alias thermal off end # Thermal
45 end
Arthur Heymans691d58f2021-08-11 13:42:40 +020046 end
47end