blob: 12cbbaff3b705fcb511b8cd62f828cb98c06d10c [file] [log] [blame]
Bill XIEd00febc2021-08-26 19:12:13 +08001## SPDX-License-Identifier: GPL-2.0-only
2
3chip northbridge/intel/sandybridge
4 register "gfx" = "GMA_STATIC_DISPLAYS(0)"
5 register "gpu_dp_b_hotplug" = "4"
6 register "gpu_dp_c_hotplug" = "4"
7 register "gpu_dp_d_hotplug" = "4"
8 register "gpu_panel_power_cycle_delay" = "4"
Arthur Heymans691d58f2021-08-11 13:42:40 +02009
Bill XIEd00febc2021-08-26 19:12:13 +080010 device domain 0 on
11 subsystemid 0x15d9 0x0644 inherit
12
Arthur Heymansb5df65a2022-11-12 14:51:49 +010013 device ref host_bridge on end # Host bridge
14 device ref peg10 on end # CPU1 SLOT6 (x8 or x16)
15 device ref peg11 on end # CPU1 SLOT4 (electrical x8 in x16 if present)
16 device ref igd on end # iGPU
17 device ref peg60 on end # CPU1 SLOT7 (electrical x4 in x8)
Bill XIEd00febc2021-08-26 19:12:13 +080018
19 chip southbridge/intel/bd82x6x
20 register "gen1_dec" = "0x00fc0a01" # NCT6776 SuperIO (0x0a00-0aff)
21 register "sata_interface_speed_support" = "0x3"
22 register "sata_port_map" = "0x3f"
23 register "spi_lvscc" = "0x2005"
24 register "spi_uvscc" = "0x2005"
25 register "superspeed_capable_ports" = "0x0000000f"
26 register "xhci_overcurrent_mapping" = "0x00000c03"
27 register "xhci_switchable_ports" = "0x0000000f"
28
Arthur Heymansb5df65a2022-11-12 14:51:49 +010029 device ref xhci on end # xHCI
30 device ref mei1 on end # MEI #1
31 device ref mei2 off end # MEI #2
32 device ref me_ide_r off end # ME IDE-R
33 device ref me_kt off end # ME KT
34 device ref gbe on end # Intel GbE LAN1
35 device ref ehci2 on end # EHCI #2
36 device ref hda on end # HD Audio
Bill XIEd00febc2021-08-26 19:12:13 +080037
Arthur Heymansb5df65a2022-11-12 14:51:49 +010038 device ref pcie_rp1 on end # RP #1 PCH SLOT2
39 device ref pcie_rp2 off end # RP #2
40 device ref pcie_rp3 off end # RP #3
41 device ref pcie_rp4 off end # RP #4
42 device ref pcie_rp5 on end # RP #5 PCH SLOT3
43 device ref pcie_rp6 off end # RP #6
44 device ref pcie_rp7 on end # RP #7 PCH SLOT5
45 device ref pcie_rp8 on # RP #8
Bill XIEd00febc2021-08-26 19:12:13 +080046 device pci 00.0 on end # 574 GbE LAN2
47 end
48
Arthur Heymansb5df65a2022-11-12 14:51:49 +010049 device ref ehci1 on end # EHCI #1
50 device ref pci_bridge on end # PCI bridge
51 device ref lpc on # LPC bridge
Bill XIEd00febc2021-08-26 19:12:13 +080052 chip superio/nuvoton/nct6776
53 device pnp 2e.0 off end # Floppy
54 device pnp 2e.1 off end # Parallel port
55 device pnp 2e.2 on # COM1
56 io 0x60 = 0x3f8
57 irq 0x70 = 4
58 end
59 device pnp 2e.3 on # COM2, IR
60 io 0x60 = 0x2f8
61 irq 0x70 = 3
62 end
63 device pnp 2e.5 on # Keyboard
64 io 0x60 = 0x060
65 io 0x62 = 0x064
66 irq 0x70 = 1
67 irq 0x72 = 12
68 end
69 device pnp 2e.6 off end # CIR
70 device pnp 2e.7 off end # GPIO6
71 device pnp 2e.107 off end # GPIO7
72 device pnp 2e.207 off end # GPIO8
73 device pnp 2e.307 off end # GPIO9
74 device pnp 2e.8 off end # WDT
75 device pnp 2e.108 on end # GPIO0
76 device pnp 2e.208 off end # GPIOA
77 device pnp 2e.308 on # GPIOBASE
78 io 0x60 = 0xa00
79 end
80 device pnp 2e.109 off end # GPIO1
81 device pnp 2e.209 on end # GPIO2
82 device pnp 2e.309 off end # GPIO3
83 device pnp 2e.409 off end # GPIO4
84 device pnp 2e.509 off end # GPIO5
85 device pnp 2e.609 off end # GPIO6
86 device pnp 2e.709 off end # GPIO7
87 device pnp 2e.a on # ACPI
88 irq 0xe0 = 0
89 irq 0xe4 = 0x60
90 irq 0xe6 = 0x4c
91 irq 0xe7 = 0x10
92 irq 0xf2 = 0x5d
93 end
94 device pnp 2e.b on # HWM, front panel LED
95 io 0x60 = 0xa30
96 io 0x62 = 0xa80
97 irq 0x70 = 0
98 irq 0xf8 = 0x43
99 end
100 device pnp 2e.d off end # VID
101 device pnp 2e.e off end # CIR WAKE-UP
102 device pnp 2e.f off end # GPIO
103 device pnp 2e.14 off end # SVID
104 device pnp 2e.16 off end # Deep sleep
105 device pnp 2e.17 off end # GPIOA
106 end
107 chip drivers/pc80/tpm
108 device pnp c31.0 on end # TPM
109 end
110 end
Arthur Heymansb5df65a2022-11-12 14:51:49 +0100111 device ref sata1 on end # SATA (AHCI)
112 device ref smbus on end # SMBus
113 device ref sata2 off end # SATA (Legacy)
114 device ref thermal off end # Thermal
Bill XIEd00febc2021-08-26 19:12:13 +0800115 end
116 end
117end