blob: 1cef26c388ffb45b1c44924d94c1063b4a80192f [file] [log] [blame]
Duncan Laurie81485d22016-10-28 09:13:52 -07001chip soc/intel/skylake
2
3 # Enable deep Sx states
4 register "deep_s3_enable" = "1"
5 register "deep_s5_enable" = "1"
6 register "deep_sx_config" = "DSX_EN_LAN_WAKE_PIN | DSX_EN_WAKE_PIN"
7
8 # GPE configuration
9 # Note that GPE events called out in ASL code rely on this
10 # route. i.e. If this route changes then the affected GPE
11 # offset bits also need to be changed.
12 register "gpe0_dw0" = "GPP_B"
13 register "gpe0_dw1" = "GPP_D"
14 register "gpe0_dw2" = "GPP_E"
15
16 # EC host command ranges are in 0x800-0x8ff & 0x200-0x20f
17 register "gen1_dec" = "0x00fc0801"
18 register "gen2_dec" = "0x000c0201"
19 # EC memory map range is 0x900-0x9ff
20 register "gen3_dec" = "0x00fc0901"
21
22 # FSP Configuration
23 register "ProbelessTrace" = "0"
24 register "EnableLan" = "0"
25 register "EnableSata" = "0"
26 register "SataSalpSupport" = "0"
27 register "SataMode" = "0"
28 register "SataPortsEnable[0]" = "0"
29 register "EnableAzalia" = "1"
30 register "DspEnable" = "1"
31 register "IoBufferOwnership" = "3"
32 register "EnableTraceHub" = "0"
33 register "XdciEnable" = "0"
34 register "SsicPortEnable" = "0"
35 register "SmbusEnable" = "1"
36 register "Cio2Enable" = "0"
37 register "ScsEmmcEnabled" = "1"
38 register "ScsEmmcHs400Enabled" = "1"
39 register "ScsSdCardEnabled" = "0"
40 register "IshEnable" = "0"
41 register "PttSwitch" = "0"
42 register "InternalGfx" = "1"
43 register "SkipExtGfxScan" = "1"
44 register "Device4Enable" = "1"
45 register "HeciEnabled" = "0"
46 register "FspSkipMpInit" = "1"
47 register "SaGv" = "3"
48 register "SerialIrqConfigSirqEnable" = "1"
49 register "PmConfigSlpS3MinAssert" = "2" # 50ms
50 register "PmConfigSlpS4MinAssert" = "1" # 1s
51 register "PmConfigSlpSusMinAssert" = "1" # 500ms
52 register "PmConfigSlpAMinAssert" = "3" # 2s
53 register "PmTimerDisabled" = "1"
Duncan Laurie81485d22016-10-28 09:13:52 -070054
55 register "pirqa_routing" = "PCH_IRQ11"
56 register "pirqb_routing" = "PCH_IRQ10"
57 register "pirqc_routing" = "PCH_IRQ11"
58 register "pirqd_routing" = "PCH_IRQ11"
59 register "pirqe_routing" = "PCH_IRQ11"
60 register "pirqf_routing" = "PCH_IRQ11"
61 register "pirqg_routing" = "PCH_IRQ11"
62 register "pirqh_routing" = "PCH_IRQ11"
63
64 # VR Settings Configuration for 5 Domains
65 #+----------------+-------+-------+-------------+-------------+-------+
66 #| Domain/Setting | SA | IA | Ring Sliced | GT Unsliced | GT |
67 #+----------------+-------+-------+-------------+-------------+-------+
68 #| Psi1Threshold | 20A | 20A | 20A | 20A | 20A |
69 #| Psi2Threshold | 4A | 5A | 5A | 5A | 5A |
70 #| Psi3Threshold | 1A | 1A | 1A | 1A | 1A |
71 #| Psi3Enable | 1 | 1 | 1 | 1 | 1 |
72 #| Psi4Enable | 1 | 1 | 1 | 1 | 1 |
73 #| ImonSlope | 0 | 0 | 0 | 0 | 0 |
74 #| ImonOffset | 0 | 0 | 0 | 0 | 0 |
Duncan Laurie949e34c2017-01-21 19:11:37 -080075 #| IccMax | 4A | 24A | 24A | 24A | 24A |
Duncan Laurie81485d22016-10-28 09:13:52 -070076 #| VrVoltageLimit | 1.52V | 1.52V | 1.52V | 1.52V | 1.52V |
77 #+----------------+-------+-------+-------------+-------------+-------+
78 register "domain_vr_config[VR_SYSTEM_AGENT]" = "{
79 .vr_config_enable = 1,
80 .psi1threshold = VR_CFG_AMP(20),
81 .psi2threshold = VR_CFG_AMP(4),
82 .psi3threshold = VR_CFG_AMP(1),
83 .psi3enable = 1,
84 .psi4enable = 1,
85 .imon_slope = 0x0,
86 .imon_offset = 0x0,
Duncan Laurie949e34c2017-01-21 19:11:37 -080087 .icc_max = VR_CFG_AMP(4),
Duncan Laurie81485d22016-10-28 09:13:52 -070088 .voltage_limit = 1520,
89 }"
90
91 register "domain_vr_config[VR_IA_CORE]" = "{
92 .vr_config_enable = 1,
93 .psi1threshold = VR_CFG_AMP(20),
94 .psi2threshold = VR_CFG_AMP(5),
95 .psi3threshold = VR_CFG_AMP(1),
96 .psi3enable = 1,
97 .psi4enable = 1,
98 .imon_slope = 0x0,
99 .imon_offset = 0x0,
Duncan Laurie949e34c2017-01-21 19:11:37 -0800100 .icc_max = VR_CFG_AMP(24),
Duncan Laurie81485d22016-10-28 09:13:52 -0700101 .voltage_limit = 1520,
102 }"
103
104 register "domain_vr_config[VR_RING]" = "{
105 .vr_config_enable = 1,
106 .psi1threshold = VR_CFG_AMP(20),
107 .psi2threshold = VR_CFG_AMP(5),
108 .psi3threshold = VR_CFG_AMP(1),
109 .psi3enable = 1,
110 .psi4enable = 1,
111 .imon_slope = 0x0,
112 .imon_offset = 0x0,
Duncan Laurie949e34c2017-01-21 19:11:37 -0800113 .icc_max = VR_CFG_AMP(24),
Duncan Laurie81485d22016-10-28 09:13:52 -0700114 .voltage_limit = 1520,
115 }"
116
117 register "domain_vr_config[VR_GT_UNSLICED]" = "{
118 .vr_config_enable = 1,
119 .psi1threshold = VR_CFG_AMP(20),
120 .psi2threshold = VR_CFG_AMP(5),
121 .psi3threshold = VR_CFG_AMP(1),
122 .psi3enable = 1,
123 .psi4enable = 1,
124 .imon_slope = 0x0,
125 .imon_offset = 0x0,
Duncan Laurie949e34c2017-01-21 19:11:37 -0800126 .icc_max = VR_CFG_AMP(24),
Duncan Laurie81485d22016-10-28 09:13:52 -0700127 .voltage_limit = 1520,
128 }"
129
130 register "domain_vr_config[VR_GT_SLICED]" = "{
131 .vr_config_enable = 1,
132 .psi1threshold = VR_CFG_AMP(20),
133 .psi2threshold = VR_CFG_AMP(5),
134 .psi3threshold = VR_CFG_AMP(1),
135 .psi3enable = 1,
136 .psi4enable = 1,
137 .imon_slope = 0x0,
138 .imon_offset = 0x0,
Duncan Laurie949e34c2017-01-21 19:11:37 -0800139 .icc_max = VR_CFG_AMP(24),
Duncan Laurie81485d22016-10-28 09:13:52 -0700140 .voltage_limit = 1520,
141 }"
142
Duncan Laurie949e34c2017-01-21 19:11:37 -0800143 # Enable Root port 1 with SRCCLKREQ1#
Duncan Laurie81485d22016-10-28 09:13:52 -0700144 register "PcieRpEnable[0]" = "1"
Duncan Laurie81485d22016-10-28 09:13:52 -0700145 register "PcieRpClkReqSupport[0]" = "1"
Duncan Laurie81485d22016-10-28 09:13:52 -0700146 register "PcieRpClkReqNumber[0]" = "1"
147
Duncan Laurie949e34c2017-01-21 19:11:37 -0800148 # Enable Root port 5 with SRCCLKREQ4#
149 register "PcieRpEnable[4]" = "1"
150 register "PcieRpClkReqSupport[4]" = "1"
151 register "PcieRpClkReqNumber[4]" = "4"
152
Subrata Banik2c3054c2016-11-22 20:21:49 +0530153 register "usb2_ports[0]" = "USB2_PORT_LONG(OC0)" # Type-C Port 1
154 register "usb2_ports[1]" = "USB2_PORT_FLEX(OC_SKIP)" # Camera
155 register "usb2_ports[2]" = "USB2_PORT_MID(OC_SKIP)" # Bluetooth
156 register "usb2_ports[4]" = "USB2_PORT_LONG(OC1)" # Type-C Port 2
Duncan Laurie949e34c2017-01-21 19:11:37 -0800157 register "usb2_ports[6]" = "USB2_PORT_MID(OC_SKIP)" # H1
Subrata Banik2c3054c2016-11-22 20:21:49 +0530158 register "usb2_ports[8]" = "USB2_PORT_EMPTY" # Empty
Duncan Laurie81485d22016-10-28 09:13:52 -0700159
Subrata Banik2c3054c2016-11-22 20:21:49 +0530160 register "usb3_ports[0]" = "USB3_PORT_DEFAULT(OC0)" # Type-C Port 1
161 register "usb3_ports[1]" = "USB3_PORT_DEFAULT(OC1)" # Type-C Port 2
Duncan Laurie949e34c2017-01-21 19:11:37 -0800162 register "usb3_ports[2]" = "USB3_PORT_EMPTY" # Empty
163 register "usb3_ports[3]" = "USB3_PORT_EMPTY" # Empty
Duncan Laurie81485d22016-10-28 09:13:52 -0700164
Duncan Lauried4d6ba12017-02-24 12:28:12 -0800165 # Touchscreen
166 register "i2c_voltage[0]" = "I2C_VOLTAGE_3V3"
167 register "i2c[0]" = "{
168 .speed = I2C_SPEED_FAST_PLUS,
169 .rise_time_ns = 17,
170 .fall_time_ns = 38,
171 }"
Duncan Laurie81485d22016-10-28 09:13:52 -0700172
173 # Enable I2C1 bus early for TPM access
Duncan Lauried4d6ba12017-02-24 12:28:12 -0800174 register "i2c_voltage[1]" = "I2C_VOLTAGE_3V3"
Duncan Lauriec86fa6d2017-02-17 17:26:04 -0800175 register "i2c[1]" = "{
176 .early_init = 1,
177 .speed = I2C_SPEED_FAST,
178 .rise_time_ns = 88,
179 .fall_time_ns = 32,
180 }"
Duncan Laurie81485d22016-10-28 09:13:52 -0700181
Duncan Lauried4d6ba12017-02-24 12:28:12 -0800182 # Touchpad
183 register "i2c_voltage[2]" = "I2C_VOLTAGE_1V8"
184 register "i2c[2]" = "{
185 .speed = I2C_SPEED_FAST,
186 .rise_time_ns = 247,
187 .fall_time_ns = 17,
188 }"
189
190 # Audio
191 register "i2c_voltage[4]" = "I2C_VOLTAGE_1V8"
192 register "i2c[4]" = "{
193 .speed = I2C_SPEED_FAST,
194 .rise_time_ns = 240,
195 .fall_time_ns = 30,
196 }"
197
Duncan Laurie81485d22016-10-28 09:13:52 -0700198 # Must leave UART0 enabled or SD/eMMC will not work as PCI
199 register "SerialIoDevMode" = "{
200 [PchSerialIoIndexI2C0] = PchSerialIoPci,
201 [PchSerialIoIndexI2C1] = PchSerialIoPci,
202 [PchSerialIoIndexI2C2] = PchSerialIoPci,
Duncan Laurie93eb8c42016-12-12 10:43:45 -0800203 [PchSerialIoIndexI2C3] = PchSerialIoDisabled,
Duncan Laurie81485d22016-10-28 09:13:52 -0700204 [PchSerialIoIndexI2C4] = PchSerialIoPci,
205 [PchSerialIoIndexI2C5] = PchSerialIoDisabled,
206 [PchSerialIoIndexSpi0] = PchSerialIoPci,
207 [PchSerialIoIndexSpi1] = PchSerialIoPci,
208 [PchSerialIoIndexUart0] = PchSerialIoPci,
209 [PchSerialIoIndexUart1] = PchSerialIoDisabled,
210 [PchSerialIoIndexUart2] = PchSerialIoSkipInit,
211 }"
212
213 register "speed_shift_enable" = "1"
214 register "dptf_enable" = "1"
215 register "tdp_pl2_override" = "7"
Duncan Laurie690831d2016-12-16 08:01:09 -0800216 register "tcc_offset" = "10"
Duncan Laurie81485d22016-10-28 09:13:52 -0700217
218 device cpu_cluster 0 on
219 device lapic 0 on end
220 end
221 device domain 0 on
222 device pci 00.0 on end # Host Bridge
223 device pci 02.0 on end # Integrated Graphics Device
224 device pci 14.0 on end # USB xHCI
225 device pci 14.1 off end # USB xDCI (OTG)
226 device pci 14.2 on end # Thermal Subsystem
227 device pci 15.0 on
Furquan Shaikh5360c7e2017-02-19 01:18:09 -0800228 chip drivers/i2c/hid
229 register "generic.hid" = ""WCOM50C1""
230 register "generic.desc" = ""WCOM Digitizer""
Furquan Shaikh5b9b5932017-02-21 13:16:30 -0800231 register "generic.irq" = "ACPI_IRQ_LEVEL_LOW(GPP_E7_IRQ)"
Duncan Laurie658a6dc2017-02-17 17:27:51 -0800232 register "generic.speed" = "I2C_SPEED_FAST_PLUS"
Duncan Laurie2d140212016-12-15 18:51:29 -0800233 register "hid_desc_reg_offset" = "0x1"
234 device i2c 0a on end
Duncan Laurie81485d22016-10-28 09:13:52 -0700235 end
236 end # I2C #0
237 device pci 15.1 on
238 chip drivers/i2c/tpm
239 register "hid" = ""GOOG0005""
Furquan Shaikh5b9b5932017-02-21 13:16:30 -0800240 register "irq" = "ACPI_IRQ_EDGE_LOW(GPP_E0_IRQ)"
Duncan Laurie81485d22016-10-28 09:13:52 -0700241 device i2c 50 on end
242 end
243 end # I2C #1
244 device pci 15.2 on
Wei-Ning Huange9a22952017-02-07 14:14:39 +0800245 chip drivers/i2c/generic
246 register "hid" = ""GOOG5400""
247 register "desc" = ""Touchpad""
Furquan Shaikh5b9b5932017-02-21 13:16:30 -0800248 register "irq" = "ACPI_IRQ_EDGE_LOW(GPP_B3_IRQ)"
Duncan Laurie2d140212016-12-15 18:51:29 -0800249 device i2c 49 on end
Duncan Laurie81485d22016-10-28 09:13:52 -0700250 end
251 end # I2C #2
Duncan Laurie93eb8c42016-12-12 10:43:45 -0800252 device pci 15.3 off end # I2C #3
Duncan Laurie81485d22016-10-28 09:13:52 -0700253 device pci 16.0 on end # Management Engine Interface 1
254 device pci 16.1 off end # Management Engine Interface 2
255 device pci 16.2 off end # Management Engine IDE-R
256 device pci 16.3 off end # Management Engine KT Redirection
257 device pci 16.4 off end # Management Engine Interface 3
258 device pci 17.0 off end # SATA
259 device pci 19.0 on end # UART #2
Duncan Laurie949e34c2017-01-21 19:11:37 -0800260 device pci 19.1 off end # I2C #5
Duncan Laurie5492bfb52017-02-17 17:40:10 -0800261 device pci 19.2 on
262 chip drivers/i2c/max98927
263 register "interleave_mode" = "1"
264 register "uid" = "0"
265 register "desc" = ""Right Speaker Amp""
266 register "name" = ""MAXR""
267 device i2c 39 on end
268 end
269 chip drivers/i2c/max98927
270 register "interleave_mode" = "1"
271 register "uid" = "1"
272 register "desc" = ""Left Speaker Amp""
273 register "name" = ""MAXL""
274 device i2c 3a on end
275 end
276 chip drivers/i2c/generic
277 register "hid" = ""10EC5663""
278 register "name" = ""RT53""
279 register "desc" = ""Realtek RT5663""
Furquan Shaikh5b9b5932017-02-21 13:16:30 -0800280 register "irq" = "ACPI_IRQ_LEVEL_LOW(GPP_D9_IRQ)"
Duncan Laurie5492bfb52017-02-17 17:40:10 -0800281 register "probed" = "1"
282 device i2c 13 on end
283 end
Duncan Laurie2661a9f2017-03-02 10:15:23 -0800284 chip drivers/i2c/generic
285 register "hid" = ""10EC5514""
286 register "name" = ""RT54""
287 register "desc" = ""Realtek RT5514""
288 device i2c 57 on end
289 end
Duncan Laurie5492bfb52017-02-17 17:40:10 -0800290 end # I2C #4
Duncan Laurie81485d22016-10-28 09:13:52 -0700291 device pci 1c.0 on
292 chip drivers/intel/wifi
293 register "wake" = "GPE0_PCI_EXP"
294 device pci 00.0 on end
295 end
296 end # PCI Express Port 1
297 device pci 1c.1 off end # PCI Express Port 2
298 device pci 1c.2 off end # PCI Express Port 3
299 device pci 1c.3 off end # PCI Express Port 4
Duncan Laurie949e34c2017-01-21 19:11:37 -0800300 device pci 1c.4 on end # PCI Express Port 5
Duncan Laurie81485d22016-10-28 09:13:52 -0700301 device pci 1c.5 off end # PCI Express Port 6
302 device pci 1c.6 off end # PCI Express Port 7
303 device pci 1c.7 off end # PCI Express Port 8
304 device pci 1d.0 off end # PCI Express Port 9
305 device pci 1d.1 off end # PCI Express Port 10
306 device pci 1d.2 off end # PCI Express Port 11
307 device pci 1d.3 off end # PCI Express Port 12
308 device pci 1e.0 on end # UART #0
309 device pci 1e.1 off end # UART #1
Duncan Laurie2661a9f2017-03-02 10:15:23 -0800310 device pci 1e.2 on
311 chip drivers/spi/acpi
312 register "hid" = "ACPI_DT_NAMESPACE_HID"
313 register "compat_string" = ""realtek,rt5514""
314 register "irq" = "ACPI_IRQ_LEVEL_HIGH(GPP_F10_IRQ)"
315 device spi 0 on end
316 end
317 end # GSPI #0
Furquan Shaikh231c1982017-02-11 12:02:40 -0800318 device pci 1e.3 on
319 chip drivers/spi/acpi
320 register "hid" = "ACPI_DT_NAMESPACE_HID"
321 register "uid" = "1"
322 register "compat_string" = ""fpc,fpc1020""
Duncan Laurie6c823852017-02-17 17:24:12 -0800323 register "irq_gpio" = "ACPI_GPIO_IRQ_EDGE_HIGH(GPP_C8)"
324 register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_C9)"
Furquan Shaikh231c1982017-02-11 12:02:40 -0800325 device spi 0 on end
326 end
327 end # GSPI #1
Duncan Laurie81485d22016-10-28 09:13:52 -0700328 device pci 1e.4 on end # eMMC
329 device pci 1e.5 off end # SDIO
330 device pci 1e.6 off end # SDCard
331 device pci 1f.0 on
332 chip ec/google/chromeec
333 device pnp 0c09.0 on end
334 end
335 end # LPC Interface
336 device pci 1f.1 on end # P2SB
337 device pci 1f.2 on end # Power Management Controller
338 device pci 1f.3 on end # Intel HDA
339 device pci 1f.4 on end # SMBus
340 device pci 1f.5 on end # PCH SPI
341 device pci 1f.6 off end # GbE
342 end
343end