blob: 4e3d2e798ead2d0a321da0d951839f7788099929 [file] [log] [blame]
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -08001chip soc/intel/tigerlake
2
3 device cpu_cluster 0 on
4 device lapic 0 on end
5 end
6
Shaunak Sahad72cca02020-03-25 11:42:12 -07007 # GPE configuration
8 # Note that GPE events called out in ASL code rely on this
9 # route. i.e. If this route changes then the affected GPE
10 # offset bits also need to be changed.
11 register "pmc_gpe0_dw0" = "GPP_B"
Shaunak Sahab449b9c2020-08-23 21:35:21 -070012 register "pmc_gpe0_dw1" = "GPP_C"
13 register "pmc_gpe0_dw2" = "GPP_D"
Shaunak Sahad72cca02020-03-25 11:42:12 -070014
Jamie Ryu5a401ae2020-06-12 02:47:14 -070015 # Enable heci1 communication
16 register "HeciEnabled" = "1"
17
Ravi Sarawadi97e1e3e2019-12-24 15:54:56 -080018 # FSP configuration
Shreesh Chhabbic7fe0bd2020-07-07 18:25:45 -070019 register "SaGv" = "SaGv_Enabled"
Ravi Sarawadi97e1e3e2019-12-24 15:54:56 -080020 register "SmbusEnable" = "1"
21
Cliff Huang3663fb32021-02-09 15:16:18 -080022 # CNVi BT enable/disable
23 register "CnviBtCore" = "true"
24
Ravi Sarawadi97e1e3e2019-12-24 15:54:56 -080025 register "usb2_ports[0]" = "USB2_PORT_MID(OC0)" # Type-C Port1
Bora Guvendik7377cda2020-08-28 10:50:47 -070026 register "usb2_ports[1]" = "USB2_PORT_EMPTY" # M.2 WWAN
Ravi Sarawadi97e1e3e2019-12-24 15:54:56 -080027 register "usb2_ports[2]" = "USB2_PORT_MID(OC3)" # M.2 Bluetooth
28 register "usb2_ports[3]" = "USB2_PORT_MID(OC0)" # USB3/2 Type A port1
29 register "usb2_ports[4]" = "USB2_PORT_MID(OC0)" # Type-C Port2
30 register "usb2_ports[5]" = "USB2_PORT_MID(OC3)" # Type-C Port3
31 register "usb2_ports[6]" = "USB2_PORT_MID(OC3)" # Type-C Port4
32 register "usb2_ports[7]" = "USB2_PORT_MID(OC0)" # USB3/2 Type A port2
33 register "usb2_ports[8]" = "USB2_PORT_MID(OC3)" # USB2 Type A port3
34 register "usb2_ports[9]" = "USB2_PORT_MID(OC3)" # USB2 Type A port4
35
36 register "usb3_ports[0]" = "USB3_PORT_DEFAULT(OC0)" # USB3/2 Type A port1
37 register "usb3_ports[1]" = "USB3_PORT_DEFAULT(OC0)" # USB3/2 Type A port2
Ravi Sarawadi97e1e3e2019-12-24 15:54:56 -080038
Angel Ponse16692e2020-08-03 12:54:48 +020039 # CPU replacement check
40 register "CpuReplacementCheck" = "1"
Jamie Ryuef079c82020-06-24 15:55:10 -070041
Ravi Sarawadi97e1e3e2019-12-24 15:54:56 -080042 # EC host command ranges are in 0x800-0x8ff & 0x200-0x20f
43 register "gen1_dec" = "0x00fc0801"
44 register "gen2_dec" = "0x000c0201"
45 # EC memory map range is 0x900-0x9ff
46 register "gen3_dec" = "0x00fc0901"
47
Ravi Sarawadi97e1e3e2019-12-24 15:54:56 -080048 register "PcieRpEnable[2]" = "1"
49 register "PcieRpEnable[3]" = "1"
50 register "PcieRpEnable[8]" = "1"
Wonkyu Kim06e067e2020-01-22 23:48:52 -080051 register "PcieRpEnable[10]" = "1"
Ravi Sarawadi97e1e3e2019-12-24 15:54:56 -080052
Wonkyu Kim53ac68e2020-04-07 23:37:11 -070053 # Enable RP LTR
54 register "PcieRpLtrEnable[2]" = "1"
55 register "PcieRpLtrEnable[3]" = "1"
56 register "PcieRpLtrEnable[8]" = "1"
57 register "PcieRpLtrEnable[10]" = "1"
58
Wonkyu Kimf787e872020-03-03 01:58:17 -080059 # Hybrid storage mode
60 register "HybridStorageMode" = "1"
61
Ravi Sarawadi97e1e3e2019-12-24 15:54:56 -080062 register "PcieClkSrcClkReq[1]" = "1"
63 register "PcieClkSrcClkReq[2]" = "2"
64 register "PcieClkSrcClkReq[3]" = "3"
65
66 register "PcieClkSrcUsage[1]" = "0x2"
67 register "PcieClkSrcUsage[2]" = "0x3"
68 register "PcieClkSrcUsage[3]" = "0x8"
69
Wonkyu Kimd2500632020-01-21 21:54:14 -080070 register "SataSalpSupport" = "1"
71 register "SataPortsEnable[0]" = "1"
72 register "SataPortsEnable[1]" = "1"
73
Wonkyu Kim46cef442020-01-23 00:12:46 -080074 # enabling EDP in PortA
75 register "DdiPortAConfig" = "1"
76
Wonkyu Kim34944be2020-03-02 22:18:26 -080077 register "DdiPortBHpd" = "1"
Wonkyu Kim46cef442020-01-23 00:12:46 -080078 register "DdiPort1Hpd" = "1"
79 register "DdiPort1Ddc" = "1"
80
Ravi Sarawadi97e1e3e2019-12-24 15:54:56 -080081 register "SerialIoI2cMode" = "{
82 [PchSerialIoIndexI2C0] = PchSerialIoPci,
83 [PchSerialIoIndexI2C1] = PchSerialIoPci,
84 [PchSerialIoIndexI2C2] = PchSerialIoPci,
85 [PchSerialIoIndexI2C3] = PchSerialIoPci,
86 [PchSerialIoIndexI2C4] = PchSerialIoDisabled,
87 [PchSerialIoIndexI2C5] = PchSerialIoPci,
88 }"
89
90 register "SerialIoGSpiMode" = "{
91 [PchSerialIoIndexGSPI0] = PchSerialIoDisabled,
Shaunak Sahab449b9c2020-08-23 21:35:21 -070092 [PchSerialIoIndexGSPI1] = PchSerialIoPci,
Ravi Sarawadi97e1e3e2019-12-24 15:54:56 -080093 [PchSerialIoIndexGSPI2] = PchSerialIoDisabled,
94 [PchSerialIoIndexGSPI3] = PchSerialIoDisabled,
95 }"
96
97 register "SerialIoGSpiCsMode" = "{
98 [PchSerialIoIndexGSPI0] = 0,
Shaunak Sahab449b9c2020-08-23 21:35:21 -070099 [PchSerialIoIndexGSPI1] = 1,
Ravi Sarawadi97e1e3e2019-12-24 15:54:56 -0800100 [PchSerialIoIndexGSPI2] = 0,
101 [PchSerialIoIndexGSPI3] = 0,
102 }"
103
104 register "SerialIoGSpiCsState" = "{
105 [PchSerialIoIndexGSPI0] = 0,
106 [PchSerialIoIndexGSPI1] = 0,
107 [PchSerialIoIndexGSPI2] = 0,
108 [PchSerialIoIndexGSPI3] = 0,
109 }"
110
111 register "SerialIoUartMode" = "{
112 [PchSerialIoIndexUART0] = PchSerialIoDisabled,
113 [PchSerialIoIndexUART1] = PchSerialIoDisabled,
114 [PchSerialIoIndexUART2] = PchSerialIoPci,
115 }"
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800116
John Zhaob1c53fc2020-05-13 16:27:03 -0700117 # TCSS USB3
118 register "TcssXhciEn" = "1"
119 register "TcssAuxOri" = "0"
120
John Zhao23d3ad02020-06-30 17:36:24 -0700121 # Enable S0ix
122 register "s0ix_enable" = "1"
123
Sumeet R Pawnikar06b35e52020-09-09 23:44:06 +0530124 # Enable DPTF
125 register "dptf_enable" = "1"
126
127 # Enable Processor Thermal Control
128 register "Device4Enable" = "1"
129
130 # Add PL1 and PL2 values
131 register "power_limits_config[POWER_LIMITS_U_2_CORE]" = "{
132 .tdp_pl1_override = 15,
133 .tdp_pl2_override = 38,
134 .tdp_pl4 = 71,
135 }"
136 register "power_limits_config[POWER_LIMITS_U_4_CORE]" = "{
137 .tdp_pl1_override = 15,
138 .tdp_pl2_override = 60,
139 .tdp_pl4 = 105,
140 }"
141
Srinidhi N Kaushikb2ecc572020-01-24 10:43:48 -0800142 #HD Audio
143 register "PchHdaDspEnable" = "1"
144 register "PchHdaAudioLinkHdaEnable" = "0"
145 register "PchHdaAudioLinkDmicEnable[0]" = "1"
146 register "PchHdaAudioLinkDmicEnable[1]" = "1"
147 register "PchHdaAudioLinkSspEnable[0]" = "1"
Srinidhi N Kaushik6975e072020-03-12 01:22:01 -0700148 register "PchHdaAudioLinkSspEnable[1]" = "0"
149 register "PchHdaAudioLinkSspEnable[2]" = "1"
150 register "PchHdaAudioLinkSndwEnable[0]" = "1"
Srinidhi N Kaushikb2ecc572020-01-24 10:43:48 -0800151
Wonkyu Kim5c271822020-04-03 00:42:22 -0700152 # Intel Common SoC Config
153 register "common_soc_config" = "{
154 .chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT,
Shaunak Sahab449b9c2020-08-23 21:35:21 -0700155 .gspi[1] = {
156 .speed_mhz = 1,
157 .early_init = 1,
158 },
Wonkyu Kim5c271822020-04-03 00:42:22 -0700159 .i2c[0] = {
160 .speed = I2C_SPEED_FAST,
161 },
162 .i2c[1] = {
163 .speed = I2C_SPEED_FAST,
164 },
165 .i2c[2] = {
166 .speed = I2C_SPEED_FAST,
Angel Ponse16692e2020-08-03 12:54:48 +0200167 },
Wonkyu Kim5c271822020-04-03 00:42:22 -0700168 .i2c[3] = {
169 .speed = I2C_SPEED_FAST,
170 },
171 .i2c[5] = {
172 .speed = I2C_SPEED_FAST,
173 },
174 }"
175
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800176 device domain 0 on
177 #From EDS(575683)
178 device pci 00.0 on end # Host Bridge 0x9A14:U/0x9A12:Y
179 device pci 02.0 on end # Graphics
Sumeet R Pawnikar06b35e52020-09-09 23:44:06 +0530180 device pci 04.0 on
181 # Default DPTF Policy for all tglrvp_up3 boards if not overridden
182 chip drivers/intel/dptf
183 register "policies.passive[0]" = "DPTF_PASSIVE(CPU, CPU, 95, 1000)"
184 register "policies.critical[0]" = "DPTF_CRITICAL(CPU, 105, SHUTDOWN)"
185
186 # Power Limits Control
187 register "controls.power_limits.pl1" = "{
188 .min_power = 3000,
189 .max_power = 15000,
190 .time_window_min = 28 * MSECS_PER_SEC,
191 .time_window_max = 32 * MSECS_PER_SEC,
192 .granularity = 200,}"
193 register "controls.power_limits.pl2" = "{
Sumeet Pawnikar681a59d2021-07-05 17:15:51 +0530194 .min_power = 60000,
Sumeet R Pawnikar06b35e52020-09-09 23:44:06 +0530195 .max_power = 60000,
196 .time_window_min = 28 * MSECS_PER_SEC,
197 .time_window_max = 32 * MSECS_PER_SEC,
198 .granularity = 1000,}"
199 device generic 0 on end
200 end
201 end # DPTF 0x9A04:U22/0x9A14:U42
202
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800203 device pci 05.0 on end # IPU 0x9A19
204 device pci 06.0 on end # PEG60 0x9A09
John Zhaob1c53fc2020-05-13 16:27:03 -0700205 device pci 07.0 on end # TBT_PCIe0 0x9A23
206 device pci 07.1 on end # TBT_PCIe1 0x9A25
207 device pci 07.2 on end # TBT_PCIe2 0x9A27
208 device pci 07.3 on end # TBT_PCIe3 0x9A29
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800209 device pci 08.0 off end # GNA 0x9A11
210 device pci 09.0 off end # NPK 0x9A33
211 device pci 0a.0 off end # Crash-log SRAM 0x9A0D
212 device pci 0d.0 on end # USB xHCI 0x9A13
213 device pci 0d.1 on end # USB xDCI (OTG) 0x9A15
John Zhaob1c53fc2020-05-13 16:27:03 -0700214 device pci 0d.2 on end # TBT DMA0 0x9A1B
215 device pci 0d.3 on end # TBT DMA1 0x9A1D
Wonkyu Kim165efa12020-05-05 09:10:13 -0700216 device pci 0e.0 off end # VMD 0x9A0B
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800217
218 # From PCH EDS(576591)
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800219 device pci 10.6 off end # THC0 0xA0D0
220 device pci 10.7 off end # THC1 0xA0D1
li feng23954252020-03-12 16:38:34 -0700221 device pci 12.0 on # SensorHUB 0xA0FC
222 chip drivers/intel/ish
223 register "firmware_name" = ""tglrvp_ish.bin""
224 device generic 0 on end
225 end
226 end
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800227 device pci 12.6 off end # GSPI2 0x34FB
228 device pci 13.0 off end # GSPI3 0xA0FD
Elyes HAOUASfd8de182020-03-31 21:42:02 +0200229 device pci 14.0 on end # USB3.1 xHCI 0xA0ED
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800230 device pci 14.1 on end # USB3.1 xDCI 0xA0EE
231 device pci 14.2 on end # Shared RAM 0xA0EF
Furquan Shaikhedac4ef2020-10-09 08:50:14 -0700232 device pci 14.3 on
233 chip drivers/wifi/generic
234 register "wake" = "GPE0_PME_B0"
235 device generic 0 on end
236 end
237 end # CNVi: WiFi 0xA0F0 - A0F3
Srinidhi N Kaushikdcd3d072020-03-05 00:41:14 -0800238
Elyes HAOUASfd8de182020-03-31 21:42:02 +0200239 device pci 15.0 on # I2C0 0xA0E8
Shaunak Saha48b388f2020-05-27 22:48:57 -0700240 chip drivers/i2c/generic
241 register "hid" = ""10EC1308""
242 register "name" = ""RTAM""
243 register "desc" = ""Realtek RT1308 Codec""
244 device i2c 10 on end
245 end
Srinidhi N Kaushikb2ecc572020-01-24 10:43:48 -0800246 chip drivers/i2c/max98373
247 register "vmon_slot_no" = "4"
248 register "imon_slot_no" = "5"
249 register "uid" = "0"
250 register "desc" = ""RIGHT SPEAKER AMP""
251 register "name" = ""MAXR""
252 device i2c 31 on end
253 end
254 chip drivers/i2c/max98373
255 register "vmon_slot_no" = "6"
256 register "imon_slot_no" = "7"
257 register "uid" = "1"
258 register "desc" = ""LEFT SPEAKER AMP""
259 register "name" = ""MAXL""
260 device i2c 32 on end
261 end
262 chip drivers/i2c/generic
263 register "hid" = ""10EC5682""
264 register "name" = ""RT58""
265 register "desc" = ""Realtek RT5682""
266 register "irq" = "ACPI_IRQ_EDGE_HIGH(GPP_C12_IRQ)"
267 register "probed" = "1"
268 # Set the jd_src to RT5668_JD1 for jack detection
269 register "property_list[0].type" = "ACPI_DP_TYPE_INTEGER"
270 register "property_list[0].name" = ""realtek,jd-src""
271 register "property_list[0].integer" = "1"
272 device i2c 1a on end
273 end
274 end # I2C0
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800275 device pci 15.1 on end # I2C1 0xA0E9
276 device pci 15.2 on end # I2C2 0xA0EA
277 device pci 15.3 on end # I2C3 0xA0EB
278 device pci 16.0 on end # HECI1 0xA0E0
279 device pci 16.1 off end # HECI2 0xA0E1
280 device pci 16.2 off end # CSME 0xA0E2
281 device pci 16.3 off end # CSME 0xA0E3
282 device pci 16.4 off end # HECI3 0xA0E4
283 device pci 16.5 off end # HECI4 0xA0E5
Wonkyu Kimd2500632020-01-21 21:54:14 -0800284 device pci 17.0 on end # SATA 0xA0D3
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800285 device pci 19.0 off end # I2C4 0xA0C5
286 device pci 19.1 on end # I2C5 0xA0C6
287 device pci 19.2 on end # UART2 0xA0C7
288 device pci 1c.0 off end # RP1 0xA0B8
289 device pci 1c.1 off end # RP2 0xA0B9
290 device pci 1c.2 on end # RP3 0xA0BA
Bora Guvendik9d4d2d02021-03-01 14:32:16 -0800291 device pci 1c.3 on
292 chip soc/intel/common/block/pcie/rtd3
293 register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_B17)"
294 register "srcclk_pin" = "2"
295 device generic 0 on end
296 end
297 end # RP4 0xA0BB
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800298 device pci 1c.4 off end # RP5 0xA0BC
299 device pci 1c.5 off end # RP6 0xA0BD
300 device pci 1c.6 off end # RP7 0xA0BE
301 device pci 1c.7 off end # RP8 0xA0BF
302 device pci 1d.0 on end # RP9 0xA0B0
Wonkyu Kim06e067e2020-01-22 23:48:52 -0800303 device pci 1d.1 off end # RP10 0xA0B1
304 device pci 1d.2 on end # RP11 0xA0B2
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800305 device pci 1d.3 off end # RP12 0xA0B3
306 device pci 1e.0 off end # UART0 0xA0A8
307 device pci 1e.1 off end # UART1 0xA0A9
Shaunak Sahab449b9c2020-08-23 21:35:21 -0700308 device pci 1e.2 on end # GSPI0 0xA0AA
309 device pci 1e.3 on
310 chip drivers/spi/acpi
311 register "hid" = "ACPI_DT_NAMESPACE_HID"
312 register "compat_string" = ""google,cr50""
313 register "irq" = "ACPI_IRQ_EDGE_LOW(GPP_C22_IRQ)"
314 device spi 0 on end
315 end
316 end # GSPI1 0xA0AB
John Zhaod05b15e2020-07-25 17:23:53 -0700317 device pci 1f.0 on
318 chip ec/google/chromeec
Tim Wawrzynczakeafe7982020-09-30 13:59:21 -0600319 use conn0 as mux_conn[0]
320 use conn1 as mux_conn[1]
John Zhaod05b15e2020-07-25 17:23:53 -0700321 device pnp 0c09.0 on end
322 end
323 end # eSPI 0xA080 - A09F
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800324 device pci 1f.1 on end # P2SB 0xA0A0
John Zhao7b46aae2020-06-30 15:44:44 -0700325 device pci 1f.2 hidden # PMC 0xA0A1
326 # The pmc_mux chip driver is a placeholder for the
327 # PMC.MUX device in the ACPI hierarchy.
328 chip drivers/intel/pmc_mux
329 device generic 0 on
330 chip drivers/intel/pmc_mux/conn
331 register "usb2_port_number" = "6"
332 register "usb3_port_number" = "3"
333 # SBU is fixed, HSL follows CC
334 register "sbu_orientation" = "TYPEC_ORIENTATION_NORMAL"
Tim Wawrzynczakeafe7982020-09-30 13:59:21 -0600335 device generic 0 alias conn0 on end
John Zhao7b46aae2020-06-30 15:44:44 -0700336 end
337 chip drivers/intel/pmc_mux/conn
338 register "usb2_port_number" = "7"
339 register "usb3_port_number" = "4"
340 # SBU is fixed, HSL follows CC
341 register "sbu_orientation" = "TYPEC_ORIENTATION_NORMAL"
Tim Wawrzynczakeafe7982020-09-30 13:59:21 -0600342 device generic 1 alias conn1 on end
John Zhao7b46aae2020-06-30 15:44:44 -0700343 end
344 end
345 end
346 end # PMC
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800347 device pci 1f.3 on end # Intel HD audio 0xA0C8-A0CF
348 device pci 1f.4 on end # SMBus 0xA0A3
349 device pci 1f.5 on end # SPI 0xA0A4
350 device pci 1f.6 off end # GbE 0x15E1/0x15E2
351 device pci 1f.7 off end # TH 0xA0A6
352 end
353end