blob: b3bbe1ce8f4871d0d76c0caa3b91647955720582 [file] [log] [blame]
Pablo Stebler3b6d80f2020-06-14 23:20:16 +02001# SPDX-License-Identifier: GPL-2.0-or-later
2
3chip northbridge/intel/sandybridge
4 register "gpu_cpu_backlight" = "0x0000014a"
5
6 device domain 0 on
7 subsystemid 0x103c 0x1621 inherit
8
Felix Singerf5bc43f2024-01-18 06:09:08 +01009 device ref peg10 off end
10 device ref igd on end
Pablo Stebler3b6d80f2020-06-14 23:20:16 +020011
12 chip southbridge/intel/bd82x6x # Intel Series 6 Cougar Point PCH
13 register "gen1_dec" = "0x007c0201"
14 register "gen2_dec" = "0x000c0101"
15 register "gen3_dec" = "0x00fcfe01"
16 register "gen4_dec" = "0x000402e9"
17 register "gpi6_routing" = "2"
18 register "pcie_hotplug_map" = "{ 0, 1, 1, 0, 0, 0, 0, 0 }"
19 # HDD(0), ODD(1), docking(3, 5), eSATA(4)
20 # FIXME: ports 3, 5 are untested
21 register "sata_port_map" = "0x3b"
22
Keith Huic36b5ea12024-02-05 16:11:26 -050023 register "usb_port_config" = "{
24 {1, 1, 0}, /* left front */
25 {1, 1, 0}, /* left rear, debug */
26 {1, 1, 1}, /* eSATA */
27 {1, 1, 1}, /* webcam */
28 {1, 0, 2},
29 {1, 0, 2}, /* bluetooth */
30 {0, 0, 3},
31 {0, 0, 3},
32 {1, 1, 4}, /* fingerprint reader */
33 {1, 1, 4}, /* WWAN */
34 {1, 0, 5}, /* right */
35 {1, 0, 5},
36 {1, 0, 6},
37 {1, 0, 6}
38 }"
39
Felix Singerf5bc43f2024-01-18 06:09:08 +010040 device ref pcie_rp1 on end
41 device ref pcie_rp2 on
Pablo Stebler3b6d80f2020-06-14 23:20:16 +020042 smbios_slot_desc "SlotTypePcmcia" "SlotLengthShort"
43 "ExpressCard Slot" "SlotDataBusWidth1X"
44 end
Felix Singerf5bc43f2024-01-18 06:09:08 +010045 device ref pcie_rp3 on end # SD/MMC and FireWire
46 device ref pcie_rp4 on # WLAN
Pablo Stebler3b6d80f2020-06-14 23:20:16 +020047 smbios_slot_desc "SlotTypePciExpressMini52pinWithoutBSKO"
48 "SlotLengthShort" "Mini PCIe" "SlotDataBusWidth1X"
49 end
Felix Singerf5bc43f2024-01-18 06:09:08 +010050 device ref pcie_rp5 off end
51 device ref pcie_rp6 off end
Riku Viitanen1e0bffc2024-01-23 13:23:06 +020052 device ref pcie_rp7 on # WWAN
53 smbios_slot_desc "SlotTypePciExpressMini52pinWithoutBSKO"
54 "SlotLengthLong" "Mini PCIe" "SlotDataBusWidth1X"
55 end
Felix Singerf5bc43f2024-01-18 06:09:08 +010056 device ref pcie_rp8 off end
Felix Singerf40e59c2024-01-18 06:04:01 +010057 device ref lpc on
Pablo Stebler3b6d80f2020-06-14 23:20:16 +020058 chip ec/hp/kbc1126
59 register "ec_data_port" = "0x60"
60 register "ec_cmd_port" = "0x64"
61 register "ec_ctrl_reg" = "0xca"
62 register "ec_fan_ctrl_value" = "0x6e"
63 device pnp ff.1 off end
64 end
65 chip superio/smsc/lpc47n217
66 device pnp 4e.3 on # Parallel
67 io 0x60 = 0x378
68 irq 0x70 = 7
69 end
70 device pnp 4e.4 on # COM1
71 io 0x60 = 0x3f8
72 irq 0x70 = 4
73 end
74 device pnp 4e.5 off end # COM2
75 end
76 chip drivers/pc80/tpm
77 device pnp 0c31.0 on end
78 end
79 end
80 end
81 end
82end