blob: f5db40f8021f30726686570b91168386171b4ca0 [file] [log] [blame]
Iru Cai1bda1c32020-04-10 23:40:00 +08001# SPDX-License-Identifier: GPL-2.0-or-later
2
3chip northbridge/intel/sandybridge
4 register "gpu_cpu_backlight" = "0x00000155"
5 register "gpu_pch_backlight" = "0x02880288"
6
7 device domain 0 on
8 subsystemid 0x103c 0x162b inherit
9
Felix Singerf5bc43f2024-01-18 06:09:08 +010010 device ref peg10 off end
11 device ref igd on end
Iru Cai1bda1c32020-04-10 23:40:00 +080012
13 chip southbridge/intel/bd82x6x # Intel Series 6 Cougar 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, 1, 0, 0, 0, 0, 0, 0 }"
21 # HDD(0), ODD(1), eSATA(4), dock eSATA(5)
22 register "sata_port_map" = "0x33"
23
Keith Huic36b5ea12024-02-05 16:11:26 -050024 register "usb_port_config" = "{
25 {1, 1, 0}, /* back bottom USB port, USB debug */
26 {1, 1, 0}, /* back upper USB port */
27 {1, 1, 1}, /* eSATA */
28 {1, 1, 1}, /* webcam */
29 {1, 0, 2},
30 {1, 0, 2}, /* bluetooth */
31 {1, 0, 3},
32 {1, 0, 3}, /* smartcard */
33 {1, 1, 4}, /* fingerprint reader */
34 {1, 1, 4}, /* WWAN */
35 {0, 0, 5},
36 {1, 0, 5}, /* docking */
37 {0, 0, 6},
38 {0, 0, 6}
39 }"
40
Felix Singerf5bc43f2024-01-18 06:09:08 +010041 device ref pcie_rp1 off end
42 device ref pcie_rp2 on
Iru Cai1bda1c32020-04-10 23:40:00 +080043 smbios_slot_desc "SlotTypePcmcia" "SlotLengthShort"
44 "ExpressCard Slot" "SlotDataBusWidth1X"
45 end
Felix Singerf5bc43f2024-01-18 06:09:08 +010046 device ref pcie_rp3 on end # SD/MMC Host Controller
47 device ref pcie_rp4 on # WLAN
Iru Cai1bda1c32020-04-10 23:40:00 +080048 smbios_slot_desc "SlotTypePciExpressMini52pinWithoutBSKO"
49 "SlotLengthShort" "Mini PCIe" "SlotDataBusWidth1X"
50 end
Felix Singerf5bc43f2024-01-18 06:09:08 +010051 device ref pcie_rp5 off end
52 device ref pcie_rp6 off end
53 device ref pcie_rp7 on # WWAN
Iru Cai1bda1c32020-04-10 23:40:00 +080054 smbios_slot_desc "SlotTypePciExpressMini52pinWithoutBSKO"
55 "SlotLengthLong" "Mini PCIe" "SlotDataBusWidth1X"
56 end
Felix Singerf5bc43f2024-01-18 06:09:08 +010057 device ref pcie_rp8 off end
58 device ref lpc on
Iru Cai1bda1c32020-04-10 23:40:00 +080059 chip ec/hp/kbc1126
60 register "ec_data_port" = "0x60"
61 register "ec_cmd_port" = "0x64"
62 register "ec_ctrl_reg" = "0xca"
63 register "ec_fan_ctrl_value" = "0x6b"
64 device pnp ff.1 off end
65 end
66 end
67 end
68 end
69end