blob: 64653bc01594e832ef2f0be33af90f7a927355a7 [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
Felix Singerf5bc43f2024-01-18 06:09:08 +010023 device ref pcie_rp1 on end
24 device ref pcie_rp2 on
Pablo Stebler3b6d80f2020-06-14 23:20:16 +020025 smbios_slot_desc "SlotTypePcmcia" "SlotLengthShort"
26 "ExpressCard Slot" "SlotDataBusWidth1X"
27 end
Felix Singerf5bc43f2024-01-18 06:09:08 +010028 device ref pcie_rp3 on end # SD/MMC and FireWire
29 device ref pcie_rp4 on # WLAN
Pablo Stebler3b6d80f2020-06-14 23:20:16 +020030 smbios_slot_desc "SlotTypePciExpressMini52pinWithoutBSKO"
31 "SlotLengthShort" "Mini PCIe" "SlotDataBusWidth1X"
32 end
Felix Singerf5bc43f2024-01-18 06:09:08 +010033 device ref pcie_rp5 off end
34 device ref pcie_rp6 off end
Riku Viitanen1e0bffc2024-01-23 13:23:06 +020035 device ref pcie_rp7 on # WWAN
36 smbios_slot_desc "SlotTypePciExpressMini52pinWithoutBSKO"
37 "SlotLengthLong" "Mini PCIe" "SlotDataBusWidth1X"
38 end
Felix Singerf5bc43f2024-01-18 06:09:08 +010039 device ref pcie_rp8 off end
Felix Singerf40e59c2024-01-18 06:04:01 +010040 device ref lpc on
Pablo Stebler3b6d80f2020-06-14 23:20:16 +020041 chip ec/hp/kbc1126
42 register "ec_data_port" = "0x60"
43 register "ec_cmd_port" = "0x64"
44 register "ec_ctrl_reg" = "0xca"
45 register "ec_fan_ctrl_value" = "0x6e"
46 device pnp ff.1 off end
47 end
48 chip superio/smsc/lpc47n217
49 device pnp 4e.3 on # Parallel
50 io 0x60 = 0x378
51 irq 0x70 = 7
52 end
53 device pnp 4e.4 on # COM1
54 io 0x60 = 0x3f8
55 irq 0x70 = 4
56 end
57 device pnp 4e.5 off end # COM2
58 end
59 chip drivers/pc80/tpm
60 device pnp 0c31.0 on end
61 end
62 end
63 end
64 end
65end