• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## SPDX-License-Identifier: GPL-2.0-or-later
2
3chip northbridge/intel/haswell
4
5	chip cpu/intel/haswell
6		device cpu_cluster 0 on ops haswell_cpu_bus_ops end
7	end
8
9	device domain 0 on
10		ops haswell_pci_domain_ops
11		subsystemid 0x15d9 0x0803 inherit
12
13		device pci 00.0 on  end # Host bridge
14		device pci 01.0 on  end # PEG 10
15		device pci 01.1 on  end # PEG 11
16		device pci 02.0 off end # IGD
17		device pci 03.0 off end # Mini-HD audio
18
19		chip southbridge/intel/lynxpoint
20			register "sata_port_map" = "0x3f"
21
22			register "gen1_dec" = "0x00000295" # Super I/O HWM
23
24			device pci 14.0 on  end # xHCI controller
25			device pci 16.0 on  end # Management Engine interface 1
26			device pci 16.1 on  end # Management Engine interface 2
27			device pci 16.2 off end # Management Engine IDE-R
28			device pci 16.3 off end # Management Engine KT
29			device pci 19.0 off end # Intel Gigabit Ethernet
30			device pci 1a.0 on  end # EHCI controller 2
31			device pci 1b.0 off end # HD audio controller
32			device pci 1c.0 on      # PCIe root port 1
33				device pci 00.0 on # ASPEED PCI-to-PCI bridge
34					device pci 00.0 on end # VGA controller
35				end
36			end
37			device pci 1c.1 off end # PCIe root port 2
38			device pci 1c.2 on      # PCIe root port 3
39				device pci 00.0 on # Intel I210 Gigabit Ethernet
40					subsystemid 0x15d9 0x1533
41				end
42			end
43			device pci 1c.3 on      # PCIe root port 4
44				device pci 00.0 on # Intel I210 Gigabit Ethernet
45					subsystemid 0x15d9 0x1533
46				end
47			end
48			device pci 1c.4 on  end # PCIe root port 5
49			device pci 1c.5 off end # PCIe root port 6
50			device pci 1c.6 off end # PCIe root port 7
51			device pci 1c.7 off end # PCIe root port 8
52			device pci 1d.0 on  end # EHCI controller 1
53			device pci 1f.0 on      # LPC bridge
54				chip superio/nuvoton/nct6776
55					device pnp 2e.0   off end # Floppy
56					device pnp 2e.1   off end # Parallel
57					device pnp 2e.2   on      # UART A
58						io  0x60 = 0x03f8
59						irq 0x70 = 4
60					end
61					device pnp 2e.3   on      # UART B
62						io  0x60 = 0x02f8
63						irq 0x70 = 3
64					end
65					device pnp 2e.5   off end # PS/2 KBC
66					device pnp 2e.6   off end # CIR
67					device pnp 2e.7   off end # GPIO8
68					device pnp 2e.107 off end # GPIO9
69					device pnp 2e.8   off end # WDT
70					device pnp 2e.108 off end # GPIO0
71					device pnp 2e.208 off end # GPIOA
72					device pnp 2e.308 off end # GPIO base
73					device pnp 2e.109 off end # GPIO1
74					device pnp 2e.209 off end # GPIO2
75					device pnp 2e.309 off end # GPIO3
76					device pnp 2e.409 off end # GPIO4
77					device pnp 2e.509 off end # GPIO5
78					device pnp 2e.609 off end # GPIO6
79					device pnp 2e.709 off end # GPIO7
80					device pnp 2e.a   off end # ACPI
81					device pnp 2e.b   on      # HWM, LED
82						io  0x60 = 0x0290
83						io  0x62 = 0
84						irq 0x70 = 0
85					end
86					device pnp 2e.d   off end # VID
87					device pnp 2e.e   off end # CIR wake-up
88					device pnp 2e.f   off end # GPIO PP/OD
89					device pnp 2e.14  off end # SVID
90					device pnp 2e.16  off end # Deep sleep
91					device pnp 2e.17  off end # GPIOA
92				end
93			end
94			device pci 1f.2 on  end # SATA controller 1
95			device pci 1f.3 on  end # SMBus
96			device pci 1f.5 off end # SATA controller 2
97			device pci 1f.6 on  end # PCH thermal sensor
98		end
99	end
100end
101