blob: ccc4df89bb495b11fd52b6c43242a888617c60e4 [file] [log] [blame]
Wonkyu Kim7e303582020-03-06 14:36:23 -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
Wonkyu Kim7e303582020-03-06 14:36:23 -080015 # FSP configuration
16 register "SaGv" = "SaGv_Disabled"
17 register "SmbusEnable" = "1"
18
19 register "usb2_ports[0]" = "USB2_PORT_MID(OC3)" # Type-C Port1
20 register "usb2_ports[1]" = "USB2_PORT_MID(OC_SKIP)" # M.2 WWAN
21 register "usb2_ports[2]" = "USB2_PORT_MID(OC0)" # M.2 Bluetooth, USB3/2 Type A port1
22 register "usb2_ports[3]" = "USB2_PORT_MID(OC3)" # USB3/2 Type A port1
23 register "usb2_ports[4]" = "USB2_PORT_MID(OC3)" # Type-C Port2
24 register "usb2_ports[5]" = "USB2_PORT_MID(OC3)" # Type-C Port3
25 register "usb3_ports[6]" = "USB3_PORT_EMPTY" # Not used
26 register "usb3_ports[7]" = "USB3_PORT_EMPTY" # Not used
27 register "usb3_ports[8]" = "USB3_PORT_EMPTY" # Not used
28 register "usb2_ports[9]" = "USB2_PORT_MID(OC3)" # CNVi/BT
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_DEFAULT(OC3)" # 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
Wonkyu Kim7e303582020-03-06 14:36:23 -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
Wonkyu Kim7e303582020-03-06 14:36:23 -080044 register "PcieRpEnable[2]" = "1"
45 register "PcieRpEnable[3]" = "1"
46 register "PcieRpEnable[8]" = "1"
47 register "PcieRpEnable[10]" = "1"
48
Wonkyu Kim53ac68e2020-04-07 23:37:11 -070049 # Enable PR 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
Wonkyu Kim7e303582020-03-06 14:36:23 -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
66 # enabling EDP in PortA
67 register "DdiPortAConfig" = "1"
68
Wonkyu Kim66815112020-03-09 14:48:51 -070069 register "DdiPortBHpd" = "1"
Wonkyu Kim7e303582020-03-06 14:36:23 -080070 register "DdiPort1Hpd" = "1"
71 register "DdiPort1Ddc" = "1"
72
73 register "SerialIoI2cMode" = "{
74 [PchSerialIoIndexI2C0] = PchSerialIoPci,
75 [PchSerialIoIndexI2C1] = PchSerialIoPci,
76 [PchSerialIoIndexI2C2] = PchSerialIoPci,
77 [PchSerialIoIndexI2C3] = PchSerialIoPci,
78 [PchSerialIoIndexI2C4] = PchSerialIoDisabled,
79 [PchSerialIoIndexI2C5] = PchSerialIoPci,
80 }"
81
82 register "SerialIoGSpiMode" = "{
83 [PchSerialIoIndexGSPI0] = PchSerialIoDisabled,
84 [PchSerialIoIndexGSPI1] = PchSerialIoDisabled,
85 [PchSerialIoIndexGSPI2] = PchSerialIoDisabled,
86 [PchSerialIoIndexGSPI3] = PchSerialIoDisabled,
87 }"
88
89 register "SerialIoGSpiCsMode" = "{
90 [PchSerialIoIndexGSPI0] = 0,
91 [PchSerialIoIndexGSPI1] = 0,
92 [PchSerialIoIndexGSPI2] = 0,
93 [PchSerialIoIndexGSPI3] = 0,
94 }"
95
96 register "SerialIoGSpiCsState" = "{
97 [PchSerialIoIndexGSPI0] = 0,
98 [PchSerialIoIndexGSPI1] = 0,
99 [PchSerialIoIndexGSPI2] = 0,
100 [PchSerialIoIndexGSPI3] = 0,
101 }"
102
103 register "SerialIoUartMode" = "{
104 [PchSerialIoIndexUART0] = PchSerialIoDisabled,
105 [PchSerialIoIndexUART1] = PchSerialIoDisabled,
106 [PchSerialIoIndexUART2] = PchSerialIoPci,
107 }"
108
John Zhaob1c53fc2020-05-13 16:27:03 -0700109 # TCSS USB3
110 register "TcssXhciEn" = "1"
111 register "TcssAuxOri" = "0"
112
John Zhao23d3ad02020-06-30 17:36:24 -0700113 # Enable S0ix
114 register "s0ix_enable" = "1"
115
Wonkyu Kim7e303582020-03-06 14:36:23 -0800116 #HD Audio
117 register "PchHdaDspEnable" = "1"
118 register "PchHdaAudioLinkHdaEnable" = "0"
119 register "PchHdaAudioLinkDmicEnable[0]" = "1"
120 register "PchHdaAudioLinkDmicEnable[1]" = "1"
121 register "PchHdaAudioLinkSspEnable[0]" = "1"
Srinidhi N Kaushik6975e072020-03-12 01:22:01 -0700122 register "PchHdaAudioLinkSspEnable[1]" = "0"
123 register "PchHdaAudioLinkSspEnable[2]" = "1"
124 register "PchHdaAudioLinkSndwEnable[0]" = "1"
Wonkyu Kim7e303582020-03-06 14:36:23 -0800125
Wonkyu Kim5c271822020-04-03 00:42:22 -0700126 # Intel Common SoC Config
127 register "common_soc_config" = "{
128 .chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT,
129 .i2c[0] = {
130 .speed = I2C_SPEED_FAST,
131 },
132 .i2c[1] = {
133 .speed = I2C_SPEED_FAST,
134 },
135 .i2c[2] = {
136 .speed = I2C_SPEED_FAST,
137 },
138 .i2c[3] = {
139 .speed = I2C_SPEED_FAST,
140 },
141 .i2c[5] = {
142 .speed = I2C_SPEED_FAST,
143 },
144 }"
145
Wonkyu Kim7e303582020-03-06 14:36:23 -0800146 device domain 0 on
147 #From EDS(575683)
148 device pci 00.0 on end # Host Bridge 0x9A14:U/0x9A12:Y
149 device pci 02.0 on end # Graphics
150 device pci 04.0 on end # DPTF 0x9A03
151 device pci 05.0 on end # IPU 0x9A19
152 device pci 06.0 on end # PEG60 0x9A09
John Zhaob1c53fc2020-05-13 16:27:03 -0700153 device pci 07.0 on end # TBT_PCIe0 0x9A23
154 device pci 07.1 on end # TBT_PCIe1 0x9A25
155 device pci 07.2 on end # TBT_PCIe2 0x9A27
156 device pci 07.3 on end # TBT_PCIe3 0x9A29
Wonkyu Kim7e303582020-03-06 14:36:23 -0800157 device pci 08.0 off end # GNA 0x9A11
158 device pci 09.0 off end # NPK 0x9A33
159 device pci 0a.0 off end # Crash-log SRAM 0x9A0D
160 device pci 0d.0 on end # USB xHCI 0x9A13
161 device pci 0d.1 on end # USB xDCI (OTG) 0x9A15
John Zhaob1c53fc2020-05-13 16:27:03 -0700162 device pci 0d.2 on end # TBT DMA0 0x9A1B
163 device pci 0d.3 on end # TBT DMA1 0x9A1D
Wonkyu Kim165efa12020-05-05 09:10:13 -0700164 device pci 0e.0 off end # VMD 0x9A0B
Wonkyu Kim7e303582020-03-06 14:36:23 -0800165
166 # From PCH EDS(576591)
167 device pci 10.2 off end # CNVi: BT 0xA0F5 - A0F7
168 device pci 10.6 off end # THC0 0xA0D0
169 device pci 10.7 off end # THC1 0xA0D1
li feng23954252020-03-12 16:38:34 -0700170 device pci 12.0 on # SensorHUB 0xA0FC
171 chip drivers/intel/ish
172 register "firmware_name" = ""tglrvp_ish.bin""
173 device generic 0 on end
174 end
175 end
Wonkyu Kim7e303582020-03-06 14:36:23 -0800176 device pci 12.6 off end # GSPI2 0x34FB
177 device pci 13.0 off end # GSPI3 0xA0FD
Elyes HAOUASfd8de182020-03-31 21:42:02 +0200178 device pci 14.0 on end # USB3.1 xHCI 0xA0ED
Wonkyu Kim7e303582020-03-06 14:36:23 -0800179 device pci 14.1 on end # USB3.1 xDCI 0xA0EE
180 device pci 14.2 on end # Shared RAM 0xA0EF
Srinidhi N Kaushikdcd3d072020-03-05 00:41:14 -0800181 chip drivers/intel/wifi
182 register "wake" = "GPE0_PME_B0"
183 device pci 14.3 on end # CNVi: WiFi 0xA0F0 - A0F3
184 end
185
Elyes HAOUASfd8de182020-03-31 21:42:02 +0200186 device pci 15.0 on # I2C0 0xA0E8
Shaunak Saha48b388f2020-05-27 22:48:57 -0700187 chip drivers/i2c/generic
188 register "hid" = ""10EC1308""
189 register "name" = ""RTAM""
190 register "desc" = ""Realtek RT1308 Codec""
191 device i2c 10 on end
192 end
Wonkyu Kim7e303582020-03-06 14:36:23 -0800193 chip drivers/i2c/max98373
194 register "vmon_slot_no" = "4"
195 register "imon_slot_no" = "5"
196 register "uid" = "0"
197 register "desc" = ""RIGHT SPEAKER AMP""
198 register "name" = ""MAXR""
199 device i2c 31 on end
200 end
201 chip drivers/i2c/max98373
202 register "vmon_slot_no" = "6"
203 register "imon_slot_no" = "7"
204 register "uid" = "1"
205 register "desc" = ""LEFT SPEAKER AMP""
206 register "name" = ""MAXL""
207 device i2c 32 on end
208 end
209 chip drivers/i2c/generic
210 register "hid" = ""10EC5682""
211 register "name" = ""RT58""
212 register "desc" = ""Realtek RT5682""
213 register "irq" = "ACPI_IRQ_EDGE_HIGH(GPP_C12_IRQ)"
214 register "probed" = "1"
215 # Set the jd_src to RT5668_JD1 for jack detection
216 register "property_list[0].type" = "ACPI_DP_TYPE_INTEGER"
217 register "property_list[0].name" = ""realtek,jd-src""
218 register "property_list[0].integer" = "1"
219 device i2c 1a on end
220 end
221 end # I2C0
222 device pci 15.1 on end # I2C1 0xA0E9
223 device pci 15.2 on end # I2C2 0xA0EA
224 device pci 15.3 on end # I2C3 0xA0EB
225 device pci 16.0 on end # HECI1 0xA0E0
226 device pci 16.1 off end # HECI2 0xA0E1
227 device pci 16.2 off end # CSME 0xA0E2
228 device pci 16.3 off end # CSME 0xA0E3
229 device pci 16.4 off end # HECI3 0xA0E4
230 device pci 16.5 off end # HECI4 0xA0E5
231 device pci 17.0 on end # SATA 0xA0D3
232 device pci 19.0 off end # I2C4 0xA0C5
233 device pci 19.1 on end # I2C5 0xA0C6
234 device pci 19.2 on end # UART2 0xA0C7
235 device pci 1c.0 off end # RP1 0xA0B8
236 device pci 1c.1 off end # RP2 0xA0B9
237 device pci 1c.2 on end # RP3 0xA0BA
238 device pci 1c.3 on end # RP4 0xA0BB
239 device pci 1c.4 off end # RP5 0xA0BC
240 device pci 1c.5 off end # RP6 0xA0BD
241 device pci 1c.6 off end # RP7 0xA0BE
242 device pci 1c.7 off end # RP8 0xA0BF
243 device pci 1d.0 on end # RP9 0xA0B0
244 device pci 1d.1 off end # RP10 0xA0B1
245 device pci 1d.2 on end # RP11 0xA0B2
246 device pci 1d.3 off end # RP12 0xA0B3
247 device pci 1e.0 off end # UART0 0xA0A8
248 device pci 1e.1 off end # UART1 0xA0A9
249 device pci 1e.2 off end # GSPI0 0xA0AA
250 device pci 1e.3 off end # GSPI1 0xA0AB
John Zhaod05b15e2020-07-25 17:23:53 -0700251 device pci 1f.0 on
252 chip ec/google/chromeec
253 device pnp 0c09.0 on end
254 end
255 end # eSPI 0xA080 - A09F
Wonkyu Kim7e303582020-03-06 14:36:23 -0800256 device pci 1f.1 on end # P2SB 0xA0A0
John Zhao8466ac02020-07-13 09:29:33 -0700257 device pci 1f.2 hidden # PMC 0xA0A1
258 # The pmc_mux chip driver is a placeholder for the
259 # PMC.MUX device in the ACPI hierarchy.
260 chip drivers/intel/pmc_mux
261 device generic 0 on
262 chip drivers/intel/pmc_mux/conn
263 register "usb2_port_number" = "6"
264 register "usb3_port_number" = "3"
265 # SBU is fixed, HSL follows CC
266 register "sbu_orientation" = "TYPEC_ORIENTATION_NORMAL"
267 device generic 0 on end
268 end
269 chip drivers/intel/pmc_mux/conn
270 register "usb2_port_number" = "5"
271 register "usb3_port_number" = "2"
272 # SBU is fixed, HSL follows CC
273 register "sbu_orientation" = "TYPEC_ORIENTATION_NORMAL"
274 device generic 1 on end
275 end
276 end
277 end
278 end # PMC
Wonkyu Kim7e303582020-03-06 14:36:23 -0800279 device pci 1f.3 on end # Intel HD audio 0xA0C8-A0CF
280 device pci 1f.4 on end # SMBus 0xA0A3
281 device pci 1f.5 on end # SPI 0xA0A4
282 device pci 1f.6 off end # GbE 0x15E1/0x15E2
283 device pci 1f.7 off end # TH 0xA0A6
284 end
285end