blob: 7b018b25975b6dabf848bacaefbc9d381308dbe5 [file] [log] [blame]
Duncan Laurie9db8c252020-05-10 11:16:45 -07001fw_config
Nick Vaccaro2cc06002020-06-18 12:19:08 -07002 field DB_USB 0 3
3 option USB_ABSENT 0
4 option USB4_GEN2 1
5 option USB3_ACTIVE 2
6 option USB4_GEN3 3
7 option USB3_PASSIVE 4
8 option USB3_NO_A 5
Duncan Laurie9db8c252020-05-10 11:16:45 -07009 end
10 field THERMAL 4 7 end
11 field AUDIO 8 10
12 option NONE 0
13 option MAX98357_ALC5682I_I2S 1
14 option MAX98373_ALC5682I_I2S 2
15 option MAX98373_ALC5682_SNDW 3
16 end
17 field TABLETMODE 11
Nick Vaccaro2cc06002020-06-18 12:19:08 -070018 option TABLETMODE_DISABLED 0
19 option TABLETMODE_ENABLED 1
Duncan Laurie9db8c252020-05-10 11:16:45 -070020 end
Nick Vaccaro2cc06002020-06-18 12:19:08 -070021 field DB_LTE 12 13
22 option LTE_ABSENT 0
23 option LTE_PRESENT 1
24 end
Duncan Laurie14efbb42020-09-08 20:35:06 +000025 field KB_BL 14
26 option KB_BL_ABSENT 0
27 option KB_BL_PRESENT 1
28 end
29 field NUMPAD 15
30 option NUMPAD_ABSENT 0
31 option NUMPAD_PRESENT 1
32 end
Nick Vaccaro2cc06002020-06-18 12:19:08 -070033 field DB_SD 16 19
34 option SD_ABSENT 0
35 option SD_GL9755S 1
36 option SD_RTS5261 2
Duncan Laurie9db8c252020-05-10 11:16:45 -070037 end
38end
39
Nick Vaccarof9781912020-01-28 18:43:28 -080040chip soc/intel/tigerlake
41
42 device cpu_cluster 0 on
43 device lapic 0 on end
44 end
45
46 # GPE configuration
47 # Note that GPE events called out in ASL code rely on this
48 # route. i.e. If this route changes then the affected GPE
49 # offset bits also need to be changed.
50 register "pmc_gpe0_dw0" = "GPP_C"
51 register "pmc_gpe0_dw1" = "GPP_D"
52 register "pmc_gpe0_dw2" = "GPP_E"
53
Jamie Ryu154625b2020-06-12 02:59:26 -070054 # Enable heci communication
55 register "HeciEnabled" = "1"
56
Nick Vaccarof9781912020-01-28 18:43:28 -080057 # FSP configuration
Shreesh Chhabbi37086872020-06-17 12:40:42 -070058 register "SaGv" = "SaGv_Enabled"
Nick Vaccarof9781912020-01-28 18:43:28 -080059 register "SmbusEnable" = "0"
60
61 register "usb2_ports[0]" = "USB2_PORT_MID(OC_SKIP)" # Type-A Port A0
62 register "usb2_ports[1]" = "USB2_PORT_MID(OC_SKIP)" # Type-A Port A1
63 register "usb2_ports[2]" = "USB2_PORT_MID(OC_SKIP)" # M.2 WWAN
64 register "usb2_ports[3]" = "USB2_PORT_MID(OC_SKIP)" # Type-A / Type-C Cl
65 register "usb2_ports[4]" = "USB2_PORT_MID(OC_SKIP)" # M.2 Camera
Nick Vaccarof9781912020-01-28 18:43:28 -080066 register "usb2_ports[8]" = "USB2_PORT_MID(OC_SKIP)" # Type-A / Type-C Co
67 register "usb2_ports[9]" = "USB2_PORT_MID(OC_SKIP)" # M.2 Bluetooth
68
69 register "usb3_ports[0]" = "USB3_PORT_DEFAULT(OC1)" # USB3/2 Type A port A0
70 register "usb3_ports[1]" = "USB3_PORT_DEFAULT(OC2)" # USB3/2 Type A port A1
71 register "usb3_ports[2]" = "USB3_PORT_DEFAULT(OC_SKIP)" # M.2 WWAN
72 register "usb3_ports[3]" = "USB3_PORT_DEFAULT(OC_SKIP)" # M.2 Camera
73
Nick Vaccarof9781912020-01-28 18:43:28 -080074 # EC host command ranges are in 0x800-0x8ff & 0x200-0x20f
75 register "gen1_dec" = "0x00fc0801"
76 register "gen2_dec" = "0x000c0201"
77 # EC memory map range is 0x900-0x9ff
78 register "gen3_dec" = "0x00fc0901"
79
80 # Enable NVMe PCIE 9 using clk 0
81 register "PcieRpEnable[8]" = "1"
Wonkyu Kime3bf8ba2020-04-07 23:34:12 -070082 register "PcieRpLtrEnable[8]" = "1"
Nick Vaccarof9781912020-01-28 18:43:28 -080083 register "PcieClkSrcUsage[0]" = "8"
84 register "PcieClkSrcClkReq[0]" = "0"
85
Venkata Krishna Nimmagaddac34bb382020-01-15 10:13:26 -080086 # Enable Optane PCIE 11 using clk 0
87 register "PcieRpEnable[10]" = "1"
Wonkyu Kime3bf8ba2020-04-07 23:34:12 -070088 register "PcieRpLtrEnable[10]" = "1"
Venkata Krishna Nimmagaddac34bb382020-01-15 10:13:26 -080089 register "HybridStorageMode" = "1"
90
Nick Vaccarof9781912020-01-28 18:43:28 -080091 # Enable SD Card PCIE 8 using clk 3
92 register "PcieRpEnable[7]" = "1"
Wonkyu Kime3bf8ba2020-04-07 23:34:12 -070093 register "PcieRpLtrEnable[7]" = "1"
nick_xr_chenf446b812020-06-30 09:34:33 +080094 register "PcieRpHotPlug[7]" = "1"
Nick Vaccarof9781912020-01-28 18:43:28 -080095 register "PcieClkSrcUsage[3]" = "7"
96 register "PcieClkSrcClkReq[3]" = "3"
97
98 # Enable WLAN PCIE 7 using clk 1
99 register "PcieRpEnable[6]" = "1"
Wonkyu Kime3bf8ba2020-04-07 23:34:12 -0700100 register "PcieRpLtrEnable[6]" = "1"
Nick Vaccarof9781912020-01-28 18:43:28 -0800101 register "PcieClkSrcUsage[1]" = "6"
102 register "PcieClkSrcClkReq[1]" = "1"
103
Nick Vaccarof9781912020-01-28 18:43:28 -0800104 # Mark SRCCLKREQ pins as unused that are routed for a Non-Clkreq functionality
Alex Levina53dbd42020-03-09 16:52:59 -0700105 register "PcieClkSrcUsage[2]" = "0xFF"
Nick Vaccarof9781912020-01-28 18:43:28 -0800106 register "PcieClkSrcUsage[4]" = "0xFF"
107 register "PcieClkSrcUsage[5]" = "0xFF"
108 register "PcieClkSrcUsage[6]" = "0xFF"
109
110 # Enable SATA
111 register "SataEnable" = "1"
112 register "SataMode" = "0"
113 register "SataSalpSupport" = "1"
114 register "SataPortsEnable[0]" = "0"
115 register "SataPortsEnable[1]" = "1"
116 register "SataPortsDevSlp[0]" = "0"
Wonkyu Kimb8bfe142020-04-21 17:07:57 -0700117 register "SataPortsDevSlp[1]" = "1"
Shaunak Saha60e6f6e2020-06-15 23:59:52 -0700118 register "SataPortsEnableDitoConfig[1]" = "1"
Nick Vaccarof9781912020-01-28 18:43:28 -0800119
120 register "SerialIoI2cMode" = "{
121 [PchSerialIoIndexI2C0] = PchSerialIoPci,
122 [PchSerialIoIndexI2C1] = PchSerialIoPci,
123 [PchSerialIoIndexI2C2] = PchSerialIoPci,
124 [PchSerialIoIndexI2C3] = PchSerialIoPci,
125 [PchSerialIoIndexI2C4] = PchSerialIoDisabled,
126 [PchSerialIoIndexI2C5] = PchSerialIoPci,
127 }"
128
129 register "SerialIoGSpiMode" = "{
130 [PchSerialIoIndexGSPI0] = PchSerialIoPci,
131 [PchSerialIoIndexGSPI1] = PchSerialIoPci,
132 [PchSerialIoIndexGSPI2] = PchSerialIoDisabled,
133 [PchSerialIoIndexGSPI3] = PchSerialIoDisabled,
134 }"
135
136 register "SerialIoGSpiCsMode" = "{
137 [PchSerialIoIndexGSPI0] = 1,
138 [PchSerialIoIndexGSPI1] = 1,
139 [PchSerialIoIndexGSPI2] = 0,
140 [PchSerialIoIndexGSPI3] = 0,
141 }"
142
143 register "SerialIoGSpiCsState" = "{
144 [PchSerialIoIndexGSPI0] = 0,
145 [PchSerialIoIndexGSPI1] = 0,
146 [PchSerialIoIndexGSPI2] = 0,
147 [PchSerialIoIndexGSPI3] = 0,
148 }"
149
150 register "SerialIoUartMode" = "{
151 [PchSerialIoIndexUART0] = PchSerialIoPci,
152 [PchSerialIoIndexUART1] = PchSerialIoDisabled,
153 [PchSerialIoIndexUART2] = PchSerialIoDisabled,
154 }"
155
Srinidhi N Kaushik22d5b072020-03-06 10:47:17 -0800156 # HD Audio
157 register "PchHdaDspEnable" = "1"
158 register "PchHdaAudioLinkHdaEnable" = "0"
Duncan Laurie4dffa9c2020-05-10 11:20:20 -0700159 register "PchHdaAudioLinkDmicEnable[0]" = "0"
160 register "PchHdaAudioLinkDmicEnable[1]" = "0"
161 register "PchHdaAudioLinkSspEnable[0]" = "0"
162 register "PchHdaAudioLinkSspEnable[1]" = "0"
163 register "PchHdaAudioLinkSndwEnable[0]" = "0"
164 register "PchHdaAudioLinkSndwEnable[1]" = "0"
Srinidhi N Kaushik22d5b072020-03-06 10:47:17 -0800165
Brandon Breitenstein01ec7132020-03-06 10:51:30 -0800166 # TCSS USB3
167 register "TcssXhciEn" = "1"
Brandon Breitenstein1df3b702020-08-10 15:02:41 -0700168 register "TcssAuxOri" = "0"
169 register "IomTypeCPortPadCfg[0]" = "0x09000000"
170 register "IomTypeCPortPadCfg[1]" = "0x09000000"
Brandon Breitensteinc9a34512020-06-10 17:04:29 -0700171 register "IomTypeCPortPadCfg[2]" = "0x09000000"
172 register "IomTypeCPortPadCfg[3]" = "0x09000000"
173 register "IomTypeCPortPadCfg[4]" = "0x09000000"
174 register "IomTypeCPortPadCfg[5]" = "0x09000000"
175 register "IomTypeCPortPadCfg[6]" = "0x09000000"
176 register "IomTypeCPortPadCfg[7]" = "0x09000000"
Brandon Breitensteinb7911c82020-04-06 15:34:19 -0700177
Nick Vaccarof9781912020-01-28 18:43:28 -0800178 # DP port
179 register "DdiPortAConfig" = "1" # eDP
180 register "DdiPortBConfig" = "0"
181
182 register "DdiPortAHpd" = "1"
183 register "DdiPortBHpd" = "1"
184 register "DdiPortCHpd" = "0"
185 register "DdiPort1Hpd" = "1"
186 register "DdiPort2Hpd" = "1"
187 register "DdiPort3Hpd" = "0"
188 register "DdiPort4Hpd" = "0"
189
190 register "DdiPortADdc" = "0"
191 register "DdiPortBDdc" = "1"
192 register "DdiPortCDdc" = "0"
193 register "DdiPort1Ddc" = "0"
194 register "DdiPort2Ddc" = "0"
195 register "DdiPort3Ddc" = "0"
196 register "DdiPort4Ddc" = "0"
197
Nick Vaccarof9781912020-01-28 18:43:28 -0800198 # Enable "Intel Speed Shift Technology"
199 register "speed_shift_enable" = "1"
200
201 # Enable S0ix
202 register "s0ix_enable" = "1"
203
Sumeet R Pawnikar7d6bc602020-05-08 19:22:07 +0530204 # Enable DPTF
205 register "dptf_enable" = "1"
206
Sumeet R Pawnikar1a621502020-07-20 15:44:59 +0530207 register "power_limits_config[POWER_LIMITS_U_2_CORE]" = "{
208 .tdp_pl1_override = 15,
209 .tdp_pl2_override = 38,
210 .tdp_pl4 = 71,
211 }"
Tim Wawrzynczak2dcca0f2020-06-16 10:50:47 -0600212 register "power_limits_config[POWER_LIMITS_U_4_CORE]" = "{
Sumeet R Pawnikar7d6bc602020-05-08 19:22:07 +0530213 .tdp_pl1_override = 15,
214 .tdp_pl2_override = 60,
Tim Wawrzynczak2dcca0f2020-06-16 10:50:47 -0600215 .tdp_pl4 = 105,
216 }"
Sumeet R Pawnikar1a621502020-07-20 15:44:59 +0530217 register "power_limits_config[POWER_LIMITS_Y_2_CORE]" = "{
218 .tdp_pl1_override = 9,
219 .tdp_pl2_override = 35,
220 .tdp_pl4 = 66,
221 }"
222 register "power_limits_config[POWER_LIMITS_Y_4_CORE]" = "{
223 .tdp_pl1_override = 9,
224 .tdp_pl2_override = 40,
225 .tdp_pl4 = 83,
Sumeet R Pawnikar7d6bc602020-05-08 19:22:07 +0530226 }"
227
228 register "Device4Enable" = "1"
229
Sumeet R Pawnikar9f9b97e2020-06-30 14:18:41 +0530230 register "tcc_offset" = "10" # TCC of 90
231
Nick Vaccarof9781912020-01-28 18:43:28 -0800232 # Intel Common SoC Config
233 #+-------------------+---------------------------+
234 #| Field | Value |
235 #+-------------------+---------------------------+
236 #| chipset_lockdown | CHIPSET_LOCKDOWN_COREBOOT |
237 #| GSPI0 | cr50 TPM. Early init is |
238 #| | required to set up a BAR |
239 #| | for TPM communication |
240 #| | before memory is up |
Alex Levin3bc41cf2020-03-06 10:54:10 -0800241 #| GSPI1 | Fingerprint MCU |
Nick Vaccarof9781912020-01-28 18:43:28 -0800242 #| I2C0 | Audio |
243 #| I2C1 | Touchscreen |
244 #| I2C2 | WLAN, SAR0 |
245 #| I2C3 | Camera, SAR1 |
246 #| I2C5 | Trackpad |
247 #+-------------------+---------------------------+
248 register "common_soc_config" = "{
249 .chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT,
250 .gspi[0] = {
251 .speed_mhz = 1,
252 .early_init = 1,
253 },
254 .i2c[0] = {
255 .speed = I2C_SPEED_FAST,
256 },
257 .i2c[1] = {
258 .speed = I2C_SPEED_FAST,
259 },
260 .i2c[2] = {
261 .speed = I2C_SPEED_FAST,
262 },
263 .i2c[3] = {
264 .speed = I2C_SPEED_FAST,
265 },
266 .i2c[5] = {
267 .speed = I2C_SPEED_FAST,
268 },
269 }"
270
Venkata Krishna Nimmagadda7368da32020-06-09 00:11:34 -0700271 register "ext_fivr_settings" = "{
272 .configure_ext_fivr = 1,
273 .v1p05_enable_bitmap = FIVR_ENABLE_ALL_SX,
274 .vnn_enable_bitmap = FIVR_ENABLE_ALL_SX,
275 .v1p05_supported_voltage_bitmap = FIVR_VOLTAGE_NORMAL |
276 FIVR_VOLTAGE_MIN_ACTIVE |
277 FIVR_VOLTAGE_MIN_RETENTION,
278 .vnn_supported_voltage_bitmap = FIVR_VOLTAGE_NORMAL |
279 FIVR_VOLTAGE_MIN_ACTIVE |
280 FIVR_VOLTAGE_MIN_RETENTION,
281 .v1p05_icc_max_ma = 500,
282 .vnn_sx_voltage_mv = 1250,
283 }"
284
Nick Vaccarof9781912020-01-28 18:43:28 -0800285 device domain 0 on
286 #From EDS(575683)
287 device pci 00.0 on end # Host Bridge 0x9A14:U/0x9A12:Y
288 device pci 02.0 on end # Graphics
Tim Wawrzynczak07ac2ec2020-05-29 15:58:19 -0600289 device pci 04.0 on
290 # Default DPTF Policy for all Volteer boards if not overridden
291 chip drivers/intel/dptf
292 ## Active Policy
Tim Wawrzynczaka5cb5642020-09-08 13:14:09 -0600293 register "policies.active" = "{
294 [0] = {.target = DPTF_CPU,
295 .thresholds = {TEMP_PCT(85, 90),
296 TEMP_PCT(80, 69),
297 TEMP_PCT(75, 56),
298 TEMP_PCT(70, 46),
299 TEMP_PCT(65, 36),}},
300 [1] = {.target = DPTF_TEMP_SENSOR_0,
301 .thresholds = {TEMP_PCT(50, 90),
302 TEMP_PCT(47, 69),
303 TEMP_PCT(45, 56),
304 TEMP_PCT(42, 46),
305 TEMP_PCT(39, 36),}},
306 [2] = {.target = DPTF_TEMP_SENSOR_1,
307 .thresholds = {TEMP_PCT(50, 90),
308 TEMP_PCT(47, 69),
309 TEMP_PCT(45, 56),
310 TEMP_PCT(42, 46),
311 TEMP_PCT(39, 36),}},
312 [3] = {.target = DPTF_TEMP_SENSOR_2,
313 .thresholds = {TEMP_PCT(50, 90),
314 TEMP_PCT(47, 69),
315 TEMP_PCT(45, 56),
316 TEMP_PCT(42, 46),
317 TEMP_PCT(39, 36),}},
318 [4] = {.target = DPTF_TEMP_SENSOR_3,
319 .thresholds = {TEMP_PCT(50, 90),
320 TEMP_PCT(47, 69),
321 TEMP_PCT(45, 56),
322 TEMP_PCT(42, 46),
323 TEMP_PCT(39, 36),}}}"
Tim Wawrzynczak07ac2ec2020-05-29 15:58:19 -0600324
325 ## Passive Policy
Tim Wawrzynczaka5cb5642020-09-08 13:14:09 -0600326 register "policies.passive" = "{
327 [0] = DPTF_PASSIVE(CPU, CPU, 95, 5000),
328 [1] = DPTF_PASSIVE(CPU, TEMP_SENSOR_1, 65, 6000),
329 [2] = DPTF_PASSIVE(CHARGER, TEMP_SENSOR_0, 65, 6000),
330 [3] = DPTF_PASSIVE(CPU, TEMP_SENSOR_2, 65, 6000),
331 [4] = DPTF_PASSIVE(CPU, TEMP_SENSOR_3, 65, 6000)}"
Tim Wawrzynczak07ac2ec2020-05-29 15:58:19 -0600332
333 ## Critical Policy
Tim Wawrzynczaka5cb5642020-09-08 13:14:09 -0600334 register "policies.critical" = "{
335 [0] = DPTF_CRITICAL(CPU, 105, SHUTDOWN),
336 [1] = DPTF_CRITICAL(TEMP_SENSOR_0, 75, SHUTDOWN),
337 [2] = DPTF_CRITICAL(TEMP_SENSOR_1, 75, SHUTDOWN),
338 [3] = DPTF_CRITICAL(TEMP_SENSOR_2, 75, SHUTDOWN),
339 [4] = DPTF_CRITICAL(TEMP_SENSOR_3, 75, SHUTDOWN)}"
Tim Wawrzynczak07ac2ec2020-05-29 15:58:19 -0600340
341 ## Power Limits Control
342 # 10-15W PL1 in 200mW increments, avg over 28-32s interval
343 # PL2 is fixed at 64W, avg over 28-32s interval
Tim Wawrzynczaka5cb5642020-09-08 13:14:09 -0600344 register "controls.power_limits" = "{
345 .pl1 = {.min_power = 3000,
346 .max_power = 15000,
347 .time_window_min = 28 * MSECS_PER_SEC,
348 .time_window_max = 32 * MSECS_PER_SEC,
349 .granularity = 200,},
350 .pl2 = {.min_power = 15000,
351 .max_power = 60000,
352 .time_window_min = 28 * MSECS_PER_SEC,
353 .time_window_max = 32 * MSECS_PER_SEC,
354 .granularity = 1000,}}"
Tim Wawrzynczak07ac2ec2020-05-29 15:58:19 -0600355
356 ## Charger Performance Control (Control, mA)
Tim Wawrzynczaka5cb5642020-09-08 13:14:09 -0600357 register "controls.charger_perf" = "{
358 [0] = { 255, 1700 },
359 [1] = { 24, 1500 },
360 [2] = { 16, 1000 },
361 [3] = { 8, 500 }}"
Tim Wawrzynczak07ac2ec2020-05-29 15:58:19 -0600362
363 ## Fan Performance Control (Percent, Speed, Noise, Power)
Tim Wawrzynczaka5cb5642020-09-08 13:14:09 -0600364 register "controls.fan_perf" = "{
365 [0] = { 90, 6700, 220, 2200, },
366 [1] = { 80, 5800, 180, 1800, },
367 [2] = { 70, 5000, 145, 1450, },
368 [3] = { 60, 4900, 115, 1150, },
369 [4] = { 50, 3838, 90, 900, },
370 [5] = { 40, 2904, 55, 550, },
371 [6] = { 30, 2337, 30, 300, },
372 [7] = { 20, 1608, 15, 150, },
373 [8] = { 10, 800, 10, 100, },
374 [9] = { 0, 0, 0, 50, }}"
Tim Wawrzynczak07ac2ec2020-05-29 15:58:19 -0600375
376 # Fan options
377 register "options.fan.fine_grained_control" = "1"
378 register "options.fan.step_size" = "2"
379
380 device generic 0 on end
381 end
382 end # DPTF 0x9A03
Nick Vaccarof9781912020-01-28 18:43:28 -0800383 device pci 05.0 off end # IPU 0x9A19
384 device pci 06.0 off end # PEG60 0x9A09
Brandon Breitenstein228d0e52020-07-23 14:40:14 -0700385 device pci 07.0 on # TBT_PCIe0 0x9A23
386 probe DB_USB USB4_GEN2
387 probe DB_USB USB4_GEN3
388 end
389 device pci 07.1 on # TBT_PCIe1 0x9A25
390 probe DB_USB USB4_GEN2
391 probe DB_USB USB4_GEN3
392 end
John Zhao5d79a0c2020-05-13 16:44:38 -0700393 device pci 07.2 off end # TBT_PCIe2 0x9A27
394 device pci 07.3 off end # TBT_PCIe3 0x9A29
Nick Vaccarof9781912020-01-28 18:43:28 -0800395 device pci 08.0 on end # GNA 0x9A11
396 device pci 09.0 off end # NPK 0x9A33
397 device pci 0a.0 off end # Crash-log SRAM 0x9A0D
398 device pci 0d.0 on end # USB xHCI 0x9A13
399 device pci 0d.1 off end # USB xDCI (OTG) 0x9A15
Brandon Breitenstein228d0e52020-07-23 14:40:14 -0700400 device pci 0d.2 on # TBT DMA0 0x9A1B
401 probe DB_USB USB4_GEN2
402 probe DB_USB USB4_GEN3
403 end
Nick Vaccarof9781912020-01-28 18:43:28 -0800404 device pci 0d.3 off end # TBT DMA1 0x9A1D
405 device pci 0e.0 off end # VMD 0x9A0B
406
407 # From PCH EDS(576591)
Nick Vaccarof9781912020-01-28 18:43:28 -0800408 device pci 10.2 on end # CNVi: BT 0xA0F5 - A0F7
409 device pci 10.6 off end # THC0 0xA0D0
410 device pci 10.7 off end # THC1 0xA0D1
411
Nick Vaccarof9781912020-01-28 18:43:28 -0800412 device pci 12.0 off end # SensorHUB 0xA0FC
413 device pci 12.6 off end # GSPI2 0x34FB
414
415 device pci 13.0 off end # GSPI3 0xA0FD
Nick Vaccarof9781912020-01-28 18:43:28 -0800416
417 device pci 14.0 on end # USB3.1 xHCI 0xA0ED
418 device pci 14.1 off end # USB3.1 xDCI 0xA0EE
419 device pci 14.2 on end # Shared RAM 0xA0EF
Srinidhi N Kaushikac7d6b42020-03-05 17:19:51 -0800420 chip drivers/intel/wifi
421 register "wake" = "GPE0_PME_B0"
422 device pci 14.3 on end # CNVi: WiFi 0xA0F0 - A0F3
423 end
Nick Vaccarof3d399e2020-06-18 18:30:31 -0700424 device pci 15.0 on end # I2C #0 0xA0E8
425 device pci 15.1 on end # I2C1 0xA0E9
426 device pci 15.2 on end # I2C2 0xA0EA
Nick Vaccarof9781912020-01-28 18:43:28 -0800427 device pci 15.3 on end # I2C3 0xA0EB
428
429 device pci 16.0 on end # HECI1 0xA0E0
430 device pci 16.1 off end # HECI2 0xA0E1
431 device pci 16.2 off end # CSME 0xA0E2
432 device pci 16.3 off end # CSME 0xA0E3
433 device pci 16.4 off end # HECI3 0xA0E4
434 device pci 16.5 off end # HECI4 0xA0E5
435
436 device pci 17.0 on end # SATA 0xA0D3
437
438 device pci 19.0 on end # I2C4 0xA0C5
Nick Vaccarof3d399e2020-06-18 18:30:31 -0700439 device pci 19.1 on end # I2C5 0xA0C6
Nick Vaccarof9781912020-01-28 18:43:28 -0800440 device pci 19.2 off end # UART2 0xA0C7
441
442 device pci 1c.0 on end # RP1 0xA0B8
443 device pci 1c.1 off end # RP2 0xA0B9
444 device pci 1c.2 off end # RP3 0xA0BA
445 device pci 1c.3 off end # RP4 0xA0BB
446 device pci 1c.4 off end # RP5 0xA0BC
Alex Levina53dbd42020-03-09 16:52:59 -0700447 device pci 1c.5 off end # WWAN RP6 0xA0BD
Nick Vaccarof9781912020-01-28 18:43:28 -0800448 device pci 1c.6 on end # RP7 0xA0BE
449 device pci 1c.7 on end # SD Card RP8 0xA0BF
450
451 device pci 1d.0 on end # RP9 0xA0B0
452 device pci 1d.1 off end # RP10 0xA0B1
Venkata Krishna Nimmagaddac34bb382020-01-15 10:13:26 -0800453 device pci 1d.2 on end # RP11 0xA0B2
Nick Vaccarof9781912020-01-28 18:43:28 -0800454 device pci 1d.3 off end # RP12 0xA0B3
Nick Vaccarof9781912020-01-28 18:43:28 -0800455
456 device pci 1e.0 on end # UART0 0xA0A8
457 device pci 1e.1 off end # UART1 0xA0A9
458 device pci 1e.2 on
459 chip drivers/spi/acpi
460 register "hid" = "ACPI_DT_NAMESPACE_HID"
461 register "compat_string" = ""google,cr50""
462 register "irq" = "ACPI_IRQ_EDGE_LOW(GPP_C21_IRQ)"
463 device spi 0 on end
464 end
Tim Wawrzynczak6d20d0c2020-05-13 17:00:33 -0600465 end # GSPI0 0xA0AA
Alex Levin3bc41cf2020-03-06 10:54:10 -0800466 device pci 1e.3 on
467 chip drivers/spi/acpi
468 register "name" = ""CRFP""
469 register "hid" = "ACPI_DT_NAMESPACE_HID"
470 register "uid" = "1"
471 register "compat_string" = ""google,cros-ec-spi""
472 register "irq_gpio" = "ACPI_GPIO_IRQ_LEVEL_LOW_WAKE(GPP_C20)"
473 device spi 0 on end
474 end # FPMCU
Tim Wawrzynczak6d20d0c2020-05-13 17:00:33 -0600475 end # GSPI1 0xA0AB
Nick Vaccaro9a3486e2020-04-17 10:14:57 -0700476 device pci 1f.0 on
477 chip ec/google/chromeec
478 device pnp 0c09.0 on end
479 end
Tim Wawrzynczak6d20d0c2020-05-13 17:00:33 -0600480 end # eSPI 0xA080 - A09F
Nick Vaccarof9781912020-01-28 18:43:28 -0800481 device pci 1f.1 off end # P2SB 0xA0A0
Tim Wawrzynczak6d20d0c2020-05-13 17:00:33 -0600482 device pci 1f.2 hidden end # PMC 0xA0A1
Duncan Laurie4dffa9c2020-05-10 11:20:20 -0700483 device pci 1f.3 on end # Intel HD audio 0xA0C8-A0CF
Nick Vaccarof9781912020-01-28 18:43:28 -0800484 device pci 1f.4 off end # SMBus 0xA0A3
485 device pci 1f.5 on end # SPI 0xA0A4
486 device pci 1f.6 off end # GbE 0x15E1/0x15E2
487 device pci 1f.7 off end # TH 0xA0A6
488 end
489end