• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-only
2
3chip northbridge/intel/sandybridge
4	chip cpu/intel/model_206ax
5		device cpu_cluster 0 alias cpu_bus on ops sandybridge_cpu_bus_ops end
6
7		register "acpi_c1" = "CPU_ACPI_C1"
8		register "acpi_c2" = "CPU_ACPI_C3"
9		register "acpi_c3" = "CPU_ACPI_C7"
10	end
11	device domain 0 on
12		ops sandybridge_pci_domain_ops
13		device pci 00.0 alias host_bridge on ops sandybridge_host_bridge_ops end
14		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
17		device pci 02.0 alias igd off ops sandybridge_gma_func0_ops end # vga controller
18		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
22			device pci 14.0 alias xhci off ops bd82x6x_usb_xhci_ops end # XHCI Controller only on 7 series
23			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
28			device pci 1a.0 alias ehci2 off ops bd82x6x_usb_ehci_ops end
29			device pci 1b.0 alias hda off ops bd82x6x_azalia_ops end        # High Definition Audio
30			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
38			device pci 1d.0 alias ehci1 off ops bd82x6x_usb_ehci_ops end
39			device pci 1e.0 alias pci_bridge off ops bd82x6x_pci_bridge_ops end
40			device pci 1f.0 alias lpc on ops bd82x6x_lpc_bridge_ops end
41			device pci 1f.2 alias sata1 off end      # SATA Controller 1
42			device pci 1f.3 alias smbus on ops bd82x6x_smbus_ops end
43			device pci 1f.5 alias sata2 off end      # SATA Controller 2
44			device pci 1f.6 alias thermal off end    # Thermal
45		end
46	end
47end
48