blob: dfd1cce25121ef27a35575fb809dd92102466591 [file] [log] [blame]
Bill XIEc756be22023-03-16 16:37:22 +08001# SPDX-License-Identifier: GPL-2.0-or-later
2
3chip northbridge/intel/sandybridge
4 register "gpu_cpu_backlight" = "0x0000040e"
5 register "gpu_panel_power_backlight_off_delay" = "2000"
6 register "gpu_pch_backlight" = "0x0d9c0d9c"
7 device domain 0 on
8 subsystemid 0x103c 0x1815 inherit
9
Felix Singerf5bc43f2024-01-18 06:09:08 +010010 device ref peg10 off end
11 device ref igd on end
Bill XIEc756be22023-03-16 16:37:22 +080012
13 chip southbridge/intel/bd82x6x # Intel Series 7 Panther Point PCH
14 # mailbox at 0x200/0x201 and PM1 at 0x220
15 register "gen1_dec" = "0x007c0201"
16 register "gen2_dec" = "0x000c0101"
17 register "gen3_dec" = "0x00fcfe01"
18 register "gen4_dec" = "0x000402e9"
19 register "gpi6_routing" = "2"
20 register "pcie_hotplug_map" = "{ 0, 0, 1, 0, 0, 0, 0, 0 }"
21 # HDD(0), ODD(1), mSATA(2), eSATA(4)
22 register "sata_port_map" = "0x3f"
23 register "superspeed_capable_ports" = "0x0000000f"
24 register "xhci_overcurrent_mapping" = "0x00000c03"
25 register "xhci_switchable_ports" = "0x0000000f"
Keith Huic36b5ea12024-02-05 16:11:26 -050026 register "usb_port_config" = "{
27 {1, 1, 0}, /* SSP1: dock */
28 {1, 1, 0}, /* SSP2: left, EHCI Debug */
29 {0, 1, 1}, /* SSP3 */
30 {1, 1, 1}, /* SSP4: right */
31 {0, 0, 2}, /* B0P5 */
32 {0, 0, 2}, /* B0P6 */
33 {0, 0, 3}, /* B0P7 */
34 {1, 0, 3}, /* B0P8: smart card reader */
35 {1, 0, 4}, /* B1P1: fingerprint reader */
36 {1, 0, 4}, /* B1P2: (EHCI Debug) wlan usb */
37 {1, 1, 5}, /* B1P3: Camera */
38 {1, 0, 5}, /* B1P4 */
39 {1, 0, 6}, /* B1P5: wwan USB */
40 {0, 0, 6}
41 }"
Bill XIEc756be22023-03-16 16:37:22 +080042
Felix Singerf5bc43f2024-01-18 06:09:08 +010043 device ref xhci on end
44 device ref mei1 on end
45 device ref pcie_rp1 on end
46 device ref pcie_rp2 off end
47 device ref pcie_rp3 on end # SD/MMC
Riku Viitanen1e0bffc2024-01-23 13:23:06 +020048 device ref pcie_rp4 on # WLAN
49 smbios_slot_desc "SlotTypePciExpressMini52pinWithoutBSKO"
50 "SlotLengthShort" "Mini PCIe" "SlotDataBusWidth1X"
51 end
Felix Singerf5bc43f2024-01-18 06:09:08 +010052 device ref pcie_rp5 off end
53 device ref pcie_rp6 off end
54 device ref pcie_rp7 off end
55 device ref pcie_rp8 off end
56 device ref lpc on
Bill XIEc756be22023-03-16 16:37:22 +080057 chip ec/hp/kbc1126
58 register "ec_data_port" = "0x62"
59 register "ec_cmd_port" = "0x66"
60 register "ec_ctrl_reg" = "0x81"
61 register "ec_fan_ctrl_value" = "0x70"
62 device pnp ff.1 off end
63 end
64 chip superio/smsc/lpc47n217
65 device pnp 4e.3 on # Parallel
66 io 0x60 = 0x378
67 irq 0x70 = 7
68 end
69 device pnp 4e.4 on # COM1
70 io 0x60 = 0x3f8
71 irq 0x70 = 4
72 end
73 device pnp 4e.5 off end # COM2
74 end
75 end
76 end
77 end
78end