blob: 7a97ad9098a5e839cee27f918c9f262adde656ba [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
Jamie Ryuef079c82020-06-24 15:55:10 -070035 # CPU replacement check
36 register "CpuReplacementCheck" = "1"
37
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 Zhao3c8cb242020-05-19 20:21:00 -0700113 # D3Hot and D3Cold for TCSS
114 register "TcssD3HotEnable" = "1"
115 register "TcssD3ColdEnable" = "1"
116
Wonkyu Kim7e303582020-03-06 14:36:23 -0800117 #HD Audio
118 register "PchHdaDspEnable" = "1"
119 register "PchHdaAudioLinkHdaEnable" = "0"
120 register "PchHdaAudioLinkDmicEnable[0]" = "1"
121 register "PchHdaAudioLinkDmicEnable[1]" = "1"
122 register "PchHdaAudioLinkSspEnable[0]" = "1"
Srinidhi N Kaushik6975e072020-03-12 01:22:01 -0700123 register "PchHdaAudioLinkSspEnable[1]" = "0"
124 register "PchHdaAudioLinkSspEnable[2]" = "1"
125 register "PchHdaAudioLinkSndwEnable[0]" = "1"
Wonkyu Kim7e303582020-03-06 14:36:23 -0800126
Wonkyu Kim5c271822020-04-03 00:42:22 -0700127 # Intel Common SoC Config
128 register "common_soc_config" = "{
129 .chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT,
130 .i2c[0] = {
131 .speed = I2C_SPEED_FAST,
132 },
133 .i2c[1] = {
134 .speed = I2C_SPEED_FAST,
135 },
136 .i2c[2] = {
137 .speed = I2C_SPEED_FAST,
138 },
139 .i2c[3] = {
140 .speed = I2C_SPEED_FAST,
141 },
142 .i2c[5] = {
143 .speed = I2C_SPEED_FAST,
144 },
145 }"
146
Wonkyu Kim7e303582020-03-06 14:36:23 -0800147 device domain 0 on
148 #From EDS(575683)
149 device pci 00.0 on end # Host Bridge 0x9A14:U/0x9A12:Y
150 device pci 02.0 on end # Graphics
151 device pci 04.0 on end # DPTF 0x9A03
152 device pci 05.0 on end # IPU 0x9A19
153 device pci 06.0 on end # PEG60 0x9A09
John Zhaob1c53fc2020-05-13 16:27:03 -0700154 device pci 07.0 on end # TBT_PCIe0 0x9A23
155 device pci 07.1 on end # TBT_PCIe1 0x9A25
156 device pci 07.2 on end # TBT_PCIe2 0x9A27
157 device pci 07.3 on end # TBT_PCIe3 0x9A29
Wonkyu Kim7e303582020-03-06 14:36:23 -0800158 device pci 08.0 off end # GNA 0x9A11
159 device pci 09.0 off end # NPK 0x9A33
160 device pci 0a.0 off end # Crash-log SRAM 0x9A0D
161 device pci 0d.0 on end # USB xHCI 0x9A13
162 device pci 0d.1 on end # USB xDCI (OTG) 0x9A15
John Zhaob1c53fc2020-05-13 16:27:03 -0700163 device pci 0d.2 on end # TBT DMA0 0x9A1B
164 device pci 0d.3 on end # TBT DMA1 0x9A1D
Wonkyu Kim165efa12020-05-05 09:10:13 -0700165 device pci 0e.0 off end # VMD 0x9A0B
Wonkyu Kim7e303582020-03-06 14:36:23 -0800166
167 # From PCH EDS(576591)
168 device pci 10.2 off end # CNVi: BT 0xA0F5 - A0F7
169 device pci 10.6 off end # THC0 0xA0D0
170 device pci 10.7 off end # THC1 0xA0D1
li feng23954252020-03-12 16:38:34 -0700171 device pci 12.0 on # SensorHUB 0xA0FC
172 chip drivers/intel/ish
173 register "firmware_name" = ""tglrvp_ish.bin""
174 device generic 0 on end
175 end
176 end
Wonkyu Kim7e303582020-03-06 14:36:23 -0800177 device pci 12.6 off end # GSPI2 0x34FB
178 device pci 13.0 off end # GSPI3 0xA0FD
Elyes HAOUASfd8de182020-03-31 21:42:02 +0200179 device pci 14.0 on end # USB3.1 xHCI 0xA0ED
Wonkyu Kim7e303582020-03-06 14:36:23 -0800180 device pci 14.1 on end # USB3.1 xDCI 0xA0EE
181 device pci 14.2 on end # Shared RAM 0xA0EF
Srinidhi N Kaushikdcd3d072020-03-05 00:41:14 -0800182 chip drivers/intel/wifi
183 register "wake" = "GPE0_PME_B0"
184 device pci 14.3 on end # CNVi: WiFi 0xA0F0 - A0F3
185 end
186
Elyes HAOUASfd8de182020-03-31 21:42:02 +0200187 device pci 15.0 on # I2C0 0xA0E8
Shaunak Saha48b388f2020-05-27 22:48:57 -0700188 chip drivers/i2c/generic
189 register "hid" = ""10EC1308""
190 register "name" = ""RTAM""
191 register "desc" = ""Realtek RT1308 Codec""
192 device i2c 10 on end
193 end
Wonkyu Kim7e303582020-03-06 14:36:23 -0800194 chip drivers/i2c/max98373
195 register "vmon_slot_no" = "4"
196 register "imon_slot_no" = "5"
197 register "uid" = "0"
198 register "desc" = ""RIGHT SPEAKER AMP""
199 register "name" = ""MAXR""
200 device i2c 31 on end
201 end
202 chip drivers/i2c/max98373
203 register "vmon_slot_no" = "6"
204 register "imon_slot_no" = "7"
205 register "uid" = "1"
206 register "desc" = ""LEFT SPEAKER AMP""
207 register "name" = ""MAXL""
208 device i2c 32 on end
209 end
210 chip drivers/i2c/generic
211 register "hid" = ""10EC5682""
212 register "name" = ""RT58""
213 register "desc" = ""Realtek RT5682""
214 register "irq" = "ACPI_IRQ_EDGE_HIGH(GPP_C12_IRQ)"
215 register "probed" = "1"
216 # Set the jd_src to RT5668_JD1 for jack detection
217 register "property_list[0].type" = "ACPI_DP_TYPE_INTEGER"
218 register "property_list[0].name" = ""realtek,jd-src""
219 register "property_list[0].integer" = "1"
220 device i2c 1a on end
221 end
222 end # I2C0
223 device pci 15.1 on end # I2C1 0xA0E9
224 device pci 15.2 on end # I2C2 0xA0EA
225 device pci 15.3 on end # I2C3 0xA0EB
226 device pci 16.0 on end # HECI1 0xA0E0
227 device pci 16.1 off end # HECI2 0xA0E1
228 device pci 16.2 off end # CSME 0xA0E2
229 device pci 16.3 off end # CSME 0xA0E3
230 device pci 16.4 off end # HECI3 0xA0E4
231 device pci 16.5 off end # HECI4 0xA0E5
232 device pci 17.0 on end # SATA 0xA0D3
233 device pci 19.0 off end # I2C4 0xA0C5
234 device pci 19.1 on end # I2C5 0xA0C6
235 device pci 19.2 on end # UART2 0xA0C7
236 device pci 1c.0 off end # RP1 0xA0B8
237 device pci 1c.1 off end # RP2 0xA0B9
238 device pci 1c.2 on end # RP3 0xA0BA
239 device pci 1c.3 on end # RP4 0xA0BB
240 device pci 1c.4 off end # RP5 0xA0BC
241 device pci 1c.5 off end # RP6 0xA0BD
242 device pci 1c.6 off end # RP7 0xA0BE
243 device pci 1c.7 off end # RP8 0xA0BF
244 device pci 1d.0 on end # RP9 0xA0B0
245 device pci 1d.1 off end # RP10 0xA0B1
246 device pci 1d.2 on end # RP11 0xA0B2
247 device pci 1d.3 off end # RP12 0xA0B3
248 device pci 1e.0 off end # UART0 0xA0A8
249 device pci 1e.1 off end # UART1 0xA0A9
250 device pci 1e.2 off end # GSPI0 0xA0AA
251 device pci 1e.3 off end # GSPI1 0xA0AB
252 device pci 1f.0 on end # eSPI 0xA080 - A09F
253 device pci 1f.1 on end # P2SB 0xA0A0
Tim Wawrzynczak6d20d0c2020-05-13 17:00:33 -0600254 device pci 1f.2 hidden end # PMC 0xA0A1
Wonkyu Kim7e303582020-03-06 14:36:23 -0800255 device pci 1f.3 on end # Intel HD audio 0xA0C8-A0CF
256 device pci 1f.4 on end # SMBus 0xA0A3
257 device pci 1f.5 on end # SPI 0xA0A4
258 device pci 1f.6 off end # GbE 0x15E1/0x15E2
259 device pci 1f.7 off end # TH 0xA0A6
260 end
261end