blob: 140f5f864b8c8c23f9cce80bf094b24c78640180 [file] [log] [blame]
Nick Vaccaro17999942018-04-23 17:13:52 -07001chip soc/intel/skylake
2
Matt DeVillier8f424722019-11-27 22:55:43 -06003 # IGD Displays
4 register "gfx" = "GMA_STATIC_DISPLAYS(0)"
5
Nick Vaccaro17999942018-04-23 17:13:52 -07006 # Deep Sx states
7 register "deep_s3_enable_ac" = "0"
8 register "deep_s3_enable_dc" = "0"
9 register "deep_s5_enable_ac" = "1"
10 register "deep_s5_enable_dc" = "1"
Nick Vaccaro82aa8f82018-10-04 13:32:18 -070011 register "deep_sx_config" = "DSX_EN_LAN_WAKE_PIN | DSX_DIS_AC_PRESENT_PD"
Nick Vaccaro17999942018-04-23 17:13:52 -070012
Matt Delcoc1cb6da2018-08-15 11:55:26 -070013 register "eist_enable" = "1"
14
Nick Vaccaro17999942018-04-23 17:13:52 -070015 # GPE configuration
16 # Note that GPE events called out in ASL code rely on this
17 # route. i.e. If this route changes then the affected GPE
18 # offset bits also need to be changed.
Vincent Palatin405eb442018-05-14 12:12:16 +020019 register "gpe0_dw0" = "GPP_C"
Nick Vaccaro17999942018-04-23 17:13:52 -070020 register "gpe0_dw1" = "GPP_D"
21 register "gpe0_dw2" = "GPP_E"
22
23 # EC host command ranges are in 0x800-0x8ff & 0x200-0x20f
24 register "gen1_dec" = "0x00fc0801"
25 register "gen2_dec" = "0x000c0201"
26 # EC memory map range is 0x900-0x9ff
27 register "gen3_dec" = "0x00fc0901"
28
29 # Enable DPTF
30 register "dptf_enable" = "1"
31
32 # Enable S0ix
Felix Singer743242b2023-06-16 01:33:25 +020033 register "s0ix_enable" = true
Nick Vaccaro17999942018-04-23 17:13:52 -070034
Shaunak Saha261d6262018-08-28 15:46:01 -070035 # Disable Command TriState
36 register "CmdTriStateDis" = "1"
37
Nick Vaccaro17999942018-04-23 17:13:52 -070038 # FSP Configuration
Nick Vaccaro17999942018-04-23 17:13:52 -070039 register "DspEnable" = "1"
40 register "IoBufferOwnership" = "3"
Nick Vaccaro17999942018-04-23 17:13:52 -070041 register "ScsEmmcHs400Enabled" = "1"
Nick Vaccaro17999942018-04-23 17:13:52 -070042 register "SkipExtGfxScan" = "1"
Angel Pons6fadde02021-04-04 16:11:53 +020043 register "SaGv" = "SaGv_Enabled"
Nick Vaccaro17999942018-04-23 17:13:52 -070044 register "PmConfigSlpS3MinAssert" = "2" # 50ms
45 register "PmConfigSlpS4MinAssert" = "1" # 1s
46 register "PmConfigSlpSusMinAssert" = "1" # 500ms
47 register "PmConfigSlpAMinAssert" = "3" # 2s
Nick Vaccaro17999942018-04-23 17:13:52 -070048
Sumeet R Pawnikar97c54642020-05-10 01:24:11 +053049 register "power_limits_config" = "{
50 .tdp_pl1_override = 7,
51 .tdp_pl2_override = 18,
52 .psys_pmax = 45,
53 }"
Nick Vaccaro17999942018-04-23 17:13:52 -070054 register "tcc_offset" = "10"
Nick Vaccaro17999942018-04-23 17:13:52 -070055
Nick Vaccaro17999942018-04-23 17:13:52 -070056 # VR Settings Configuration for 4 Domains
57 #+----------------+-------+-------+-------+-------+
58 #| Domain/Setting | SA | IA | GTUS | GTS |
59 #+----------------+-------+-------+-------+-------+
60 #| Psi1Threshold | 20A | 20A | 20A | 20A |
61 #| Psi2Threshold | 2A | 2A | 2A | 2A |
62 #| Psi3Threshold | 1A | 1A | 1A | 1A |
63 #| Psi3Enable | 1 | 1 | 1 | 1 |
64 #| Psi4Enable | 1 | 1 | 1 | 1 |
65 #| ImonSlope | 0 | 0 | 0 | 0 |
66 #| ImonOffset | 0 | 0 | 0 | 0 |
Nick Vaccaro4cb8ac22018-08-09 16:05:15 -070067 #| IccMax | Set by SoC code per CPU SKU |
Nick Vaccaro17999942018-04-23 17:13:52 -070068 #| VrVoltageLimit | 1.52V | 1.52V | 1.52V | 1.52V |
Pratik Prajapati4c067c82018-06-20 17:04:32 -070069 #| AcLoadline | 14.9 | 4 | 5.7 | 4.57 |
70 #| DcLoadline | 14.2 | 4 | 4.2 | 4.3 |
Nick Vaccaro17999942018-04-23 17:13:52 -070071 #+----------------+-------+-------+-------+-------+
72 register "domain_vr_config[VR_SYSTEM_AGENT]" = "{
73 .vr_config_enable = 1,
74 .psi1threshold = VR_CFG_AMP(20),
75 .psi2threshold = VR_CFG_AMP(2),
76 .psi3threshold = VR_CFG_AMP(1),
77 .psi3enable = 1,
78 .psi4enable = 1,
79 .imon_slope = 0x0,
80 .imon_offset = 0x0,
Nick Vaccaro17999942018-04-23 17:13:52 -070081 .voltage_limit = 1520,
82 .ac_loadline = 1490,
83 .dc_loadline = 1420,
84 }"
85
86 register "domain_vr_config[VR_IA_CORE]" = "{
87 .vr_config_enable = 1,
88 .psi1threshold = VR_CFG_AMP(20),
89 .psi2threshold = VR_CFG_AMP(2),
90 .psi3threshold = VR_CFG_AMP(1),
91 .psi3enable = 1,
92 .psi4enable = 1,
93 .imon_slope = 0x0,
94 .imon_offset = 0x0,
Nick Vaccaro17999942018-04-23 17:13:52 -070095 .voltage_limit = 1520,
Pratik Prajapati4c067c82018-06-20 17:04:32 -070096 .ac_loadline = 400,
97 .dc_loadline = 400,
Nick Vaccaro17999942018-04-23 17:13:52 -070098 }"
99
100 register "domain_vr_config[VR_GT_UNSLICED]" = "{
101 .vr_config_enable = 1,
102 .psi1threshold = VR_CFG_AMP(20),
103 .psi2threshold = VR_CFG_AMP(2),
104 .psi3threshold = VR_CFG_AMP(1),
105 .psi3enable = 1,
106 .psi4enable = 1,
107 .imon_slope = 0x0,
108 .imon_offset = 0x0,
Nick Vaccaro17999942018-04-23 17:13:52 -0700109 .voltage_limit = 1520,
110 .ac_loadline = 570,
111 .dc_loadline = 420,
112 }"
113
114 register "domain_vr_config[VR_GT_SLICED]" = "{
115 .vr_config_enable = 1,
116 .psi1threshold = VR_CFG_AMP(20),
117 .psi2threshold = VR_CFG_AMP(2),
118 .psi3threshold = VR_CFG_AMP(1),
119 .psi3enable = 1,
120 .psi4enable = 1,
121 .imon_slope = 0x0,
122 .imon_offset = 0x0,
Nick Vaccaro17999942018-04-23 17:13:52 -0700123 .voltage_limit = 1520,
124 .ac_loadline = 457,
125 .dc_loadline = 430,
126 }"
127
128 # PCIe Root port 1 with SRCCLKREQ1#
129 register "PcieRpEnable[0]" = "1"
130 register "PcieRpClkReqSupport[0]" = "1"
131 register "PcieRpClkReqNumber[0]" = "1"
132 register "PcieRpClkSrcNumber[0]" = "1"
133 register "PcieRpAdvancedErrorReporting[0]" = "1"
134 register "PcieRpLtrEnable[0]" = "1"
135
Angel Ponse16692e2020-08-03 12:54:48 +0200136 # Root port 9 (x2)
137 # PcieRpEnable: Enable root port
138 # PcieRpClkReqSupport: Enable CLKREQ#
139 # PcieRpClkReqNumber: Uses SRCCLKREQ2#
140 # PcieRpClkSrcNumber: Uses 3
141 # PcieRpAdvancedErrorReporting: Enable Advanced Error Reporting
142 # PcieRpLtrEnable: Enable Latency Tolerance Reporting Mechanism
143 register "PcieRpEnable[8]" = "1"
144 register "PcieRpClkReqSupport[8]" = "1"
145 register "PcieRpClkReqNumber[8]" = "2"
146 register "PcieRpClkSrcNumber[8]" = "3"
147 register "PcieRpAdvancedErrorReporting[8]" = "1"
148 register "PcieRpLtrEnable[8]" = "1"
Nick Vaccaro0a2e39d2018-06-06 17:05:15 -0700149
Subrata Banikc4986eb2018-05-09 14:55:09 +0530150 # Intel Common SoC Config
151 #+-------------------+---------------------------+
152 #| Field | Value |
153 #+-------------------+---------------------------+
Subrata Banikc4986eb2018-05-09 14:55:09 +0530154 #| GSPI0 | cr50 TPM. Early init is |
155 #| | required to set up a BAR |
156 #| | for TPM communication |
157 #| | before memory is up |
158 #| I2C0 | Touchscreen |
159 #| I2C1 | Trackpad |
160 #| I2C3 | Camera |
161 #| I2C4 | Audio |
162 #| I2C5 | Rear Camera & SAR |
Subrata Banikc077b222019-08-01 10:50:35 +0530163 #| pch_thermal_trip | PCH Trip Temperature |
Subrata Banikc4986eb2018-05-09 14:55:09 +0530164 #+-------------------+---------------------------+
165 register "common_soc_config" = "{
Subrata Banikc4986eb2018-05-09 14:55:09 +0530166 .i2c[0] = {
167 .speed = I2C_SPEED_FAST,
168 .rise_time_ns = 98,
169 .fall_time_ns = 38,
170 },
171 .i2c[1] = {
172 .speed = I2C_SPEED_FAST,
173 .speed_config[0] = {
174 .speed = I2C_SPEED_FAST,
175 .scl_lcnt = 186,
176 .scl_hcnt = 93,
177 .sda_hold = 36,
178 },
179 },
180 .i2c[3] = {
181 .speed = I2C_SPEED_FAST,
182 .rise_time_ns = 98,
183 .fall_time_ns = 38,
184 },
185 .i2c[4] = {
186 .speed = I2C_SPEED_FAST,
187 .speed_config[0] = {
188 .speed = I2C_SPEED_FAST,
189 .scl_lcnt = 176,
190 .scl_hcnt = 95,
191 .sda_hold = 36,
192 }
193 },
194 .i2c[5] = {
195 .speed = I2C_SPEED_FAST,
196 .rise_time_ns = 98,
197 .fall_time_ns = 38,
198 },
199 .gspi[0] = {
200 .speed_mhz = 1,
201 .early_init = 1,
202 },
Subrata Banikc077b222019-08-01 10:50:35 +0530203 .pch_thermal_trip = 75,
Subrata Banikc4986eb2018-05-09 14:55:09 +0530204 }"
Nick Vaccaro17999942018-04-23 17:13:52 -0700205 # Touchscreen
206 register "i2c_voltage[0]" = "I2C_VOLTAGE_3V3"
Nick Vaccaro17999942018-04-23 17:13:52 -0700207
208 # Trackpad
209 register "i2c_voltage[1]" = "I2C_VOLTAGE_1V8"
Nick Vaccaro17999942018-04-23 17:13:52 -0700210
Nick Vaccaroba959ad2018-05-16 02:52:28 -0700211 # Front Camera
Nick Vaccaro17999942018-04-23 17:13:52 -0700212 register "i2c_voltage[3]" = "I2C_VOLTAGE_1V8"
Nick Vaccaro17999942018-04-23 17:13:52 -0700213
214 # Audio
215 register "i2c_voltage[4]" = "I2C_VOLTAGE_1V8"
Nick Vaccaro17999942018-04-23 17:13:52 -0700216
Nick Vaccaroba959ad2018-05-16 02:52:28 -0700217 # Rear Camera & SAR
218 register "i2c_voltage[5]" = "I2C_VOLTAGE_1V8"
Nick Vaccaro17999942018-04-23 17:13:52 -0700219
220 register "SerialIoDevMode" = "{
221 [PchSerialIoIndexI2C0] = PchSerialIoPci,
222 [PchSerialIoIndexI2C1] = PchSerialIoPci,
223 [PchSerialIoIndexI2C2] = PchSerialIoDisabled,
224 [PchSerialIoIndexI2C3] = PchSerialIoPci,
225 [PchSerialIoIndexI2C4] = PchSerialIoPci,
Nick Vaccaroba959ad2018-05-16 02:52:28 -0700226 [PchSerialIoIndexI2C5] = PchSerialIoPci,
Nick Vaccaro17999942018-04-23 17:13:52 -0700227 [PchSerialIoIndexSpi0] = PchSerialIoPci,
228 [PchSerialIoIndexSpi1] = PchSerialIoPci,
229 [PchSerialIoIndexUart0] = PchSerialIoSkipInit,
230 [PchSerialIoIndexUart1] = PchSerialIoDisabled,
231 [PchSerialIoIndexUart2] = PchSerialIoSkipInit,
232 }"
233
Nick Vaccaro17999942018-04-23 17:13:52 -0700234 device domain 0 on
Marvin Evers059476d2023-12-04 02:28:25 +0100235 device ref system_agent on end
236 device ref igpu on end
237 device ref sa_thermal on end
238 device ref imgu on end
239 device ref south_xhci on
Felix Singer6c83a712024-06-23 00:25:18 +0200240 register "usb2_ports" = "{
241 [0] = USB2_PORT_LONG(OC0), // Type-C Port 1
242 [2] = USB2_PORT_SHORT(OC_SKIP), // Bluetooth
243 [4] = USB2_PORT_LONG(OC1), // Type-C Port 2
244 [6] = USB2_PORT_LONG(OC_SKIP), // pogo port
245 }"
246
247 register "usb3_ports" = "{
248 [0] = USB3_PORT_DEFAULT(OC0), // Type-C Port 1
249 [1] = USB3_PORT_DEFAULT(OC1), // Type-C Port 2
250 }"
251
Nick Vaccaro5df5ade2018-11-13 00:53:15 -0800252 chip drivers/usb/acpi
253 register "desc" = ""Root Hub""
254 register "type" = "UPC_TYPE_HUB"
255 device usb 0.0 on
256 chip drivers/usb/acpi
257 register "desc" = ""USB Type C Port 1""
258 register "type" = "UPC_TYPE_C_USB2_SS_SWITCH"
259 device usb 2.0 on end
260 end
261 chip drivers/usb/acpi
262 register "desc" = ""Bluetooth""
263 register "type" = "UPC_TYPE_INTERNAL"
264 register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_E2)"
265 device usb 2.2 on end
266 end
267 chip drivers/usb/acpi
268 register "desc" = ""USB Type C Port 2""
269 register "type" = "UPC_TYPE_C_USB2_SS_SWITCH"
270 device usb 2.4 on end
271 end
272 chip drivers/usb/acpi
273 register "desc" = ""POGO""
274 register "type" = "UPC_TYPE_INTERNAL"
275 device usb 2.6 on end
276 end
277 end
278 end
Marvin Evers059476d2023-12-04 02:28:25 +0100279 end
280 device ref south_xdci on end
281 device ref thermal on end
282 device ref cio on end
283 device ref i2c0 on
Nick Vaccaro006114b2018-05-16 02:48:32 -0700284 chip drivers/i2c/hid
285 register "generic.hid" = ""WCOM50C1""
286 register "generic.desc" = ""WCOM Digitizer""
287 register "generic.irq" = "ACPI_IRQ_LEVEL_LOW(GPP_E7_IRQ)"
288 register "generic.speed" = "I2C_SPEED_FAST_PLUS"
Matt DeVillier86425c82022-03-28 23:45:14 -0500289 register "generic.detect" = "1"
Angel Ponse16692e2020-08-03 12:54:48 +0200290 register "generic.reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_E11)"
291 register "generic.reset_delay_ms" = "20"
292 register "generic.enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_C22)"
293 register "generic.enable_delay_ms" = "1"
294 register "generic.has_power_resource" = "1"
Nick Vaccaro006114b2018-05-16 02:48:32 -0700295 register "hid_desc_reg_offset" = "0x1"
296 device i2c 0a on end
297 end
Marvin Evers059476d2023-12-04 02:28:25 +0100298 end
299 device ref i2c1 on
Enrico Granata95278a52018-06-20 13:08:23 -0700300 chip drivers/i2c/sx9310
Enrico Granataede8f262018-06-26 16:48:20 -0700301 register "desc" = ""Right SAR Proximity Sensor""
Enrico Granata95278a52018-06-20 13:08:23 -0700302 register "irq" = "ACPI_IRQ_LEVEL_LOW(GPP_D9_IRQ)"
Matt Delcob4be7aa2018-08-13 21:36:28 -0700303 register "speed" = "I2C_SPEED_FAST"
Enrico Granataede8f262018-06-26 16:48:20 -0700304 register "uid" = "0"
Enrico Granata95278a52018-06-20 13:08:23 -0700305 device i2c 28 on end
Gwendal Grignou689c25b2021-01-27 23:29:38 -0800306 register "cs0_ground" = "0x0"
307 register "combined_sensors_count" = "3"
308 register "combined_sensors[0]" = "0"
309 register "combined_sensors[1]" = "1"
310 register "combined_sensors[2]" = "2"
311 register "resolution" = "SX9310_FINEST"
312 register "avg_pos_strength" = "512"
313 register "startup_sensor" = "0"
314 register "proxraw_strength" = "0"
Enrico Granata95278a52018-06-20 13:08:23 -0700315 end
Marvin Evers059476d2023-12-04 02:28:25 +0100316 end
317 device ref i2c2 off end
318 device ref i2c3 on end
319 device ref heci1 on end
320 device ref heci2 off end
321 device ref csme_ider off end
322 device ref csme_ktr off end
323 device ref heci3 off end
324 device ref sata off end
325 device ref uart2 on end
326 device ref i2c5 on
Enrico Granata95278a52018-06-20 13:08:23 -0700327 chip drivers/i2c/sx9310
328 register "desc" = ""Left SAR Proximity Sensor""
329 register "irq" = "ACPI_IRQ_LEVEL_LOW(GPP_D10_IRQ)"
Matt Delcob4be7aa2018-08-13 21:36:28 -0700330 register "speed" = "I2C_SPEED_FAST"
Enrico Granata95278a52018-06-20 13:08:23 -0700331 register "uid" = "1"
Enrico Granata95278a52018-06-20 13:08:23 -0700332 device i2c 28 on end
Gwendal Grignou689c25b2021-01-27 23:29:38 -0800333 register "cs0_ground" = "0x0"
334 register "combined_sensors_count" = "3"
335 register "combined_sensors[0]" = "0"
336 register "combined_sensors[1]" = "1"
337 register "combined_sensors[2]" = "2"
338 register "resolution" = "SX9310_FINEST"
339 register "avg_pos_strength" = "512"
340 register "startup_sensor" = "0"
341 register "proxraw_strength" = "0"
Enrico Granata95278a52018-06-20 13:08:23 -0700342 end
Marvin Evers059476d2023-12-04 02:28:25 +0100343 end
344 device ref i2c4 on
Nick Vaccaro17999942018-04-23 17:13:52 -0700345 chip drivers/i2c/max98373
346 register "vmon_slot_no" = "4"
347 register "imon_slot_no" = "5"
348 register "uid" = "0"
349 register "desc" = ""RIGHT SPEAKER AMP""
350 register "name" = ""MAXR""
Sathyanarayana Nujella881ff662018-06-19 12:48:57 -0700351 device i2c 32 on end
Nick Vaccaro17999942018-04-23 17:13:52 -0700352 end
353 chip drivers/i2c/max98373
354 register "vmon_slot_no" = "6"
355 register "imon_slot_no" = "7"
356 register "uid" = "1"
357 register "desc" = ""LEFT SPEAKER AMP""
358 register "name" = ""MAXL""
Sathyanarayana Nujella881ff662018-06-19 12:48:57 -0700359 device i2c 31 on end
Nick Vaccaro17999942018-04-23 17:13:52 -0700360 end
Marvin Evers059476d2023-12-04 02:28:25 +0100361 end
362 device ref pcie_rp1 on
Furquan Shaikha266d1e2020-10-04 12:52:54 -0700363 chip drivers/wifi/generic
Nick Vaccarod9169f82018-10-05 11:30:46 -0700364 register "wake" = "GPE0_DW2_01"
Nick Vaccaro17999942018-04-23 17:13:52 -0700365 device pci 00.0 on end
366 end
Marvin Evers059476d2023-12-04 02:28:25 +0100367 end
368 device ref pcie_rp2 off end
369 device ref pcie_rp3 off end
370 device ref pcie_rp4 off end
371 device ref pcie_rp5 off end
372 device ref pcie_rp6 off end
373 device ref pcie_rp7 off end
374 device ref pcie_rp8 off end
375 device ref pcie_rp9 on end
376 device ref pcie_rp10 off end
377 device ref pcie_rp11 off end
378 device ref pcie_rp12 off end
379 device ref uart0 off end
380 device ref uart1 off end
381 device ref gspi0 on
Nick Vaccaro17999942018-04-23 17:13:52 -0700382 chip drivers/spi/acpi
383 register "hid" = "ACPI_DT_NAMESPACE_HID"
384 register "compat_string" = ""google,cr50""
385 register "irq" = "ACPI_IRQ_EDGE_LOW(GPP_E0_IRQ)"
386 device spi 0 on end
387 end
Marvin Evers059476d2023-12-04 02:28:25 +0100388 end
389 device ref gspi1 on
Vincent Palatin405eb442018-05-14 12:12:16 +0200390 chip drivers/spi/acpi
Furquan Shaikh6d2f7d22018-10-11 08:50:09 -0700391 register "name" = ""CRFP""
Vincent Palatin405eb442018-05-14 12:12:16 +0200392 register "hid" = "ACPI_DT_NAMESPACE_HID"
393 register "uid" = "1"
394 register "compat_string" = ""google,cros-ec-spi""
395 register "irq" = "ACPI_IRQ_LEVEL_LOW(GPP_C11_IRQ)"
396 register "wake" = "GPE0_DW0_09" # GPP_C9
Vincent Palatin405eb442018-05-14 12:12:16 +0200397 device spi 0 on end
Nick Vaccaro4f9ff532018-07-26 19:28:03 -0700398 end # FPMCU
Marvin Evers059476d2023-12-04 02:28:25 +0100399 end
400 device ref emmc on end
401 device ref sdio off end
402 device ref sdxc off end
403 device ref lpc_espi on
Nick Vaccaro17999942018-04-23 17:13:52 -0700404 chip ec/google/chromeec
405 device pnp 0c09.0 on end
406 end
Marvin Evers059476d2023-12-04 02:28:25 +0100407 end
408 device ref p2sb on end
409 device ref pmc on end
410 device ref hda on end
411 device ref smbus on end
412 device ref fast_spi on end
413 device ref gbe off end
Nick Vaccaro17999942018-04-23 17:13:52 -0700414 end
415end