blob: 2dd65c4e8dc92a9a354dcd2a29ab887def33e1f1 [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"
12 register "pmc_gpe0_dw1" = "GPP_D"
13 register "pmc_gpe0_dw2" = "GPP_E"
14
Ravi Sarawadi97e1e3e2019-12-24 15:54:56 -080015 # FSP configuration
Shreesh Chhabbic7fe0bd2020-07-07 18:25:45 -070016 register "SaGv" = "SaGv_Enabled"
Ravi Sarawadi97e1e3e2019-12-24 15:54:56 -080017 register "SmbusEnable" = "1"
18
19 register "usb2_ports[0]" = "USB2_PORT_MID(OC0)" # Type-C Port1
20 register "usb2_ports[1]" = "USB2_PORT_MID(OC_SKIP)" # M.2 WWAN
21 register "usb2_ports[2]" = "USB2_PORT_MID(OC3)" # M.2 Bluetooth
22 register "usb2_ports[3]" = "USB2_PORT_MID(OC0)" # USB3/2 Type A port1
23 register "usb2_ports[4]" = "USB2_PORT_MID(OC0)" # Type-C Port2
24 register "usb2_ports[5]" = "USB2_PORT_MID(OC3)" # Type-C Port3
25 register "usb2_ports[6]" = "USB2_PORT_MID(OC3)" # Type-C Port4
26 register "usb2_ports[7]" = "USB2_PORT_MID(OC0)" # USB3/2 Type A port2
27 register "usb2_ports[8]" = "USB2_PORT_MID(OC3)" # USB2 Type A port3
28 register "usb2_ports[9]" = "USB2_PORT_MID(OC3)" # USB2 Type A port4
29
30 register "usb3_ports[0]" = "USB3_PORT_DEFAULT(OC0)" # USB3/2 Type A port1
31 register "usb3_ports[1]" = "USB3_PORT_DEFAULT(OC0)" # USB3/2 Type A port2
32 register "usb3_ports[2]" = "USB3_PORT_EMPTY" # Not used
33 register "usb3_ports[3]" = "USB3_PORT_EMPTY" # USB3/USB2 Flex Connector
34
Angel Ponse16692e2020-08-03 12:54:48 +020035 # CPU replacement check
36 register "CpuReplacementCheck" = "1"
Jamie Ryuef079c82020-06-24 15:55:10 -070037
Ravi Sarawadi97e1e3e2019-12-24 15:54:56 -080038 # EC host command ranges are in 0x800-0x8ff & 0x200-0x20f
39 register "gen1_dec" = "0x00fc0801"
40 register "gen2_dec" = "0x000c0201"
41 # EC memory map range is 0x900-0x9ff
42 register "gen3_dec" = "0x00fc0901"
43
Ravi Sarawadi97e1e3e2019-12-24 15:54:56 -080044 register "PcieRpEnable[2]" = "1"
45 register "PcieRpEnable[3]" = "1"
46 register "PcieRpEnable[8]" = "1"
Wonkyu Kim06e067e2020-01-22 23:48:52 -080047 register "PcieRpEnable[10]" = "1"
Ravi Sarawadi97e1e3e2019-12-24 15:54:56 -080048
Wonkyu Kim53ac68e2020-04-07 23:37:11 -070049 # Enable RP LTR
50 register "PcieRpLtrEnable[2]" = "1"
51 register "PcieRpLtrEnable[3]" = "1"
52 register "PcieRpLtrEnable[8]" = "1"
53 register "PcieRpLtrEnable[10]" = "1"
54
Wonkyu Kimf787e872020-03-03 01:58:17 -080055 # Hybrid storage mode
56 register "HybridStorageMode" = "1"
57
Ravi Sarawadi97e1e3e2019-12-24 15:54:56 -080058 register "PcieClkSrcClkReq[1]" = "1"
59 register "PcieClkSrcClkReq[2]" = "2"
60 register "PcieClkSrcClkReq[3]" = "3"
61
62 register "PcieClkSrcUsage[1]" = "0x2"
63 register "PcieClkSrcUsage[2]" = "0x3"
64 register "PcieClkSrcUsage[3]" = "0x8"
65
Wonkyu Kimd2500632020-01-21 21:54:14 -080066 register "SataSalpSupport" = "1"
67 register "SataPortsEnable[0]" = "1"
68 register "SataPortsEnable[1]" = "1"
69
Wonkyu Kim46cef442020-01-23 00:12:46 -080070 # enabling EDP in PortA
71 register "DdiPortAConfig" = "1"
72
Wonkyu Kim34944be2020-03-02 22:18:26 -080073 register "DdiPortBHpd" = "1"
Wonkyu Kim46cef442020-01-23 00:12:46 -080074 register "DdiPort1Hpd" = "1"
75 register "DdiPort1Ddc" = "1"
76
Ravi Sarawadi97e1e3e2019-12-24 15:54:56 -080077 register "SerialIoI2cMode" = "{
78 [PchSerialIoIndexI2C0] = PchSerialIoPci,
79 [PchSerialIoIndexI2C1] = PchSerialIoPci,
80 [PchSerialIoIndexI2C2] = PchSerialIoPci,
81 [PchSerialIoIndexI2C3] = PchSerialIoPci,
82 [PchSerialIoIndexI2C4] = PchSerialIoDisabled,
83 [PchSerialIoIndexI2C5] = PchSerialIoPci,
84 }"
85
86 register "SerialIoGSpiMode" = "{
87 [PchSerialIoIndexGSPI0] = PchSerialIoDisabled,
88 [PchSerialIoIndexGSPI1] = PchSerialIoDisabled,
89 [PchSerialIoIndexGSPI2] = PchSerialIoDisabled,
90 [PchSerialIoIndexGSPI3] = PchSerialIoDisabled,
91 }"
92
93 register "SerialIoGSpiCsMode" = "{
94 [PchSerialIoIndexGSPI0] = 0,
95 [PchSerialIoIndexGSPI1] = 0,
96 [PchSerialIoIndexGSPI2] = 0,
97 [PchSerialIoIndexGSPI3] = 0,
98 }"
99
100 register "SerialIoGSpiCsState" = "{
101 [PchSerialIoIndexGSPI0] = 0,
102 [PchSerialIoIndexGSPI1] = 0,
103 [PchSerialIoIndexGSPI2] = 0,
104 [PchSerialIoIndexGSPI3] = 0,
105 }"
106
107 register "SerialIoUartMode" = "{
108 [PchSerialIoIndexUART0] = PchSerialIoDisabled,
109 [PchSerialIoIndexUART1] = PchSerialIoDisabled,
110 [PchSerialIoIndexUART2] = PchSerialIoPci,
111 }"
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800112
John Zhaob1c53fc2020-05-13 16:27:03 -0700113 # TCSS USB3
114 register "TcssXhciEn" = "1"
115 register "TcssAuxOri" = "0"
116
John Zhao23d3ad02020-06-30 17:36:24 -0700117 # Enable S0ix
118 register "s0ix_enable" = "1"
119
Srinidhi N Kaushikb2ecc572020-01-24 10:43:48 -0800120 #HD Audio
121 register "PchHdaDspEnable" = "1"
122 register "PchHdaAudioLinkHdaEnable" = "0"
123 register "PchHdaAudioLinkDmicEnable[0]" = "1"
124 register "PchHdaAudioLinkDmicEnable[1]" = "1"
125 register "PchHdaAudioLinkSspEnable[0]" = "1"
Srinidhi N Kaushik6975e072020-03-12 01:22:01 -0700126 register "PchHdaAudioLinkSspEnable[1]" = "0"
127 register "PchHdaAudioLinkSspEnable[2]" = "1"
128 register "PchHdaAudioLinkSndwEnable[0]" = "1"
Srinidhi N Kaushikb2ecc572020-01-24 10:43:48 -0800129
Wonkyu Kim5c271822020-04-03 00:42:22 -0700130 # Intel Common SoC Config
131 register "common_soc_config" = "{
132 .chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT,
133 .i2c[0] = {
134 .speed = I2C_SPEED_FAST,
135 },
136 .i2c[1] = {
137 .speed = I2C_SPEED_FAST,
138 },
139 .i2c[2] = {
140 .speed = I2C_SPEED_FAST,
Angel Ponse16692e2020-08-03 12:54:48 +0200141 },
Wonkyu Kim5c271822020-04-03 00:42:22 -0700142 .i2c[3] = {
143 .speed = I2C_SPEED_FAST,
144 },
145 .i2c[5] = {
146 .speed = I2C_SPEED_FAST,
147 },
148 }"
149
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800150 device domain 0 on
151 #From EDS(575683)
152 device pci 00.0 on end # Host Bridge 0x9A14:U/0x9A12:Y
153 device pci 02.0 on end # Graphics
154 device pci 04.0 on end # DPTF 0x9A03
155 device pci 05.0 on end # IPU 0x9A19
156 device pci 06.0 on end # PEG60 0x9A09
John Zhaob1c53fc2020-05-13 16:27:03 -0700157 device pci 07.0 on end # TBT_PCIe0 0x9A23
158 device pci 07.1 on end # TBT_PCIe1 0x9A25
159 device pci 07.2 on end # TBT_PCIe2 0x9A27
160 device pci 07.3 on end # TBT_PCIe3 0x9A29
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800161 device pci 08.0 off end # GNA 0x9A11
162 device pci 09.0 off end # NPK 0x9A33
163 device pci 0a.0 off end # Crash-log SRAM 0x9A0D
164 device pci 0d.0 on end # USB xHCI 0x9A13
165 device pci 0d.1 on end # USB xDCI (OTG) 0x9A15
John Zhaob1c53fc2020-05-13 16:27:03 -0700166 device pci 0d.2 on end # TBT DMA0 0x9A1B
167 device pci 0d.3 on end # TBT DMA1 0x9A1D
Wonkyu Kim165efa12020-05-05 09:10:13 -0700168 device pci 0e.0 off end # VMD 0x9A0B
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800169
170 # From PCH EDS(576591)
Srinidhi N Kaushik3663d552020-03-12 01:08:14 -0700171 device pci 10.2 on end # CNVi: BT 0xA0F5 - A0F7
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800172 device pci 10.6 off end # THC0 0xA0D0
173 device pci 10.7 off end # THC1 0xA0D1
li feng23954252020-03-12 16:38:34 -0700174 device pci 12.0 on # SensorHUB 0xA0FC
175 chip drivers/intel/ish
176 register "firmware_name" = ""tglrvp_ish.bin""
177 device generic 0 on end
178 end
179 end
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800180 device pci 12.6 off end # GSPI2 0x34FB
181 device pci 13.0 off end # GSPI3 0xA0FD
Elyes HAOUASfd8de182020-03-31 21:42:02 +0200182 device pci 14.0 on end # USB3.1 xHCI 0xA0ED
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800183 device pci 14.1 on end # USB3.1 xDCI 0xA0EE
184 device pci 14.2 on end # Shared RAM 0xA0EF
Srinidhi N Kaushikdcd3d072020-03-05 00:41:14 -0800185 chip drivers/intel/wifi
186 register "wake" = "GPE0_PME_B0"
187 device pci 14.3 on end # CNVi: WiFi 0xA0F0 - A0F3
188 end
189
Elyes HAOUASfd8de182020-03-31 21:42:02 +0200190 device pci 15.0 on # I2C0 0xA0E8
Shaunak Saha48b388f2020-05-27 22:48:57 -0700191 chip drivers/i2c/generic
192 register "hid" = ""10EC1308""
193 register "name" = ""RTAM""
194 register "desc" = ""Realtek RT1308 Codec""
195 device i2c 10 on end
196 end
Srinidhi N Kaushikb2ecc572020-01-24 10:43:48 -0800197 chip drivers/i2c/max98373
198 register "vmon_slot_no" = "4"
199 register "imon_slot_no" = "5"
200 register "uid" = "0"
201 register "desc" = ""RIGHT SPEAKER AMP""
202 register "name" = ""MAXR""
203 device i2c 31 on end
204 end
205 chip drivers/i2c/max98373
206 register "vmon_slot_no" = "6"
207 register "imon_slot_no" = "7"
208 register "uid" = "1"
209 register "desc" = ""LEFT SPEAKER AMP""
210 register "name" = ""MAXL""
211 device i2c 32 on end
212 end
213 chip drivers/i2c/generic
214 register "hid" = ""10EC5682""
215 register "name" = ""RT58""
216 register "desc" = ""Realtek RT5682""
217 register "irq" = "ACPI_IRQ_EDGE_HIGH(GPP_C12_IRQ)"
218 register "probed" = "1"
219 # Set the jd_src to RT5668_JD1 for jack detection
220 register "property_list[0].type" = "ACPI_DP_TYPE_INTEGER"
221 register "property_list[0].name" = ""realtek,jd-src""
222 register "property_list[0].integer" = "1"
223 device i2c 1a on end
224 end
225 end # I2C0
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800226 device pci 15.1 on end # I2C1 0xA0E9
227 device pci 15.2 on end # I2C2 0xA0EA
228 device pci 15.3 on end # I2C3 0xA0EB
229 device pci 16.0 on end # HECI1 0xA0E0
230 device pci 16.1 off end # HECI2 0xA0E1
231 device pci 16.2 off end # CSME 0xA0E2
232 device pci 16.3 off end # CSME 0xA0E3
233 device pci 16.4 off end # HECI3 0xA0E4
234 device pci 16.5 off end # HECI4 0xA0E5
Wonkyu Kimd2500632020-01-21 21:54:14 -0800235 device pci 17.0 on end # SATA 0xA0D3
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800236 device pci 19.0 off end # I2C4 0xA0C5
237 device pci 19.1 on end # I2C5 0xA0C6
238 device pci 19.2 on end # UART2 0xA0C7
239 device pci 1c.0 off end # RP1 0xA0B8
240 device pci 1c.1 off end # RP2 0xA0B9
241 device pci 1c.2 on end # RP3 0xA0BA
242 device pci 1c.3 on end # RP4 0xA0BB
243 device pci 1c.4 off end # RP5 0xA0BC
244 device pci 1c.5 off end # RP6 0xA0BD
245 device pci 1c.6 off end # RP7 0xA0BE
246 device pci 1c.7 off end # RP8 0xA0BF
247 device pci 1d.0 on end # RP9 0xA0B0
Wonkyu Kim06e067e2020-01-22 23:48:52 -0800248 device pci 1d.1 off end # RP10 0xA0B1
249 device pci 1d.2 on end # RP11 0xA0B2
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800250 device pci 1d.3 off end # RP12 0xA0B3
251 device pci 1e.0 off end # UART0 0xA0A8
252 device pci 1e.1 off end # UART1 0xA0A9
253 device pci 1e.2 off end # GSPI0 0xA0AA
254 device pci 1e.3 off end # GSPI1 0xA0AB
John Zhaod05b15e2020-07-25 17:23:53 -0700255 device pci 1f.0 on
256 chip ec/google/chromeec
257 device pnp 0c09.0 on end
258 end
259 end # eSPI 0xA080 - A09F
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800260 device pci 1f.1 on end # P2SB 0xA0A0
John Zhao7b46aae2020-06-30 15:44:44 -0700261 device pci 1f.2 hidden # PMC 0xA0A1
262 # The pmc_mux chip driver is a placeholder for the
263 # PMC.MUX device in the ACPI hierarchy.
264 chip drivers/intel/pmc_mux
265 device generic 0 on
266 chip drivers/intel/pmc_mux/conn
267 register "usb2_port_number" = "6"
268 register "usb3_port_number" = "3"
269 # SBU is fixed, HSL follows CC
270 register "sbu_orientation" = "TYPEC_ORIENTATION_NORMAL"
271 device generic 0 on end
272 end
273 chip drivers/intel/pmc_mux/conn
274 register "usb2_port_number" = "7"
275 register "usb3_port_number" = "4"
276 # SBU is fixed, HSL follows CC
277 register "sbu_orientation" = "TYPEC_ORIENTATION_NORMAL"
278 device generic 1 on end
279 end
280 end
281 end
282 end # PMC
Ravi Sarawadiebb2d3c2019-12-19 23:01:48 -0800283 device pci 1f.3 on end # Intel HD audio 0xA0C8-A0CF
284 device pci 1f.4 on end # SMBus 0xA0A3
285 device pci 1f.5 on end # SPI 0xA0A4
286 device pci 1f.6 off end # GbE 0x15E1/0x15E2
287 device pci 1f.7 off end # TH 0xA0A6
288 end
289end