blob: ea3578550cffac0fce9769a6c2f2cc164347eb16 [file] [log] [blame]
Lee Leahyc4210412015-06-29 11:37:56 -07001chip soc/intel/skylake
2
Duncan Laurie1c2de9f2015-09-03 16:05:00 -07003 # Enable deep Sx states
Duncan Laurie1fe32d62017-04-10 21:02:13 -07004 register "deep_s5_enable_ac" = "1"
5 register "deep_s5_enable_dc" = "1"
Duncan Laurie1c2de9f2015-09-03 16:05:00 -07006 register "deep_sx_config" = "DSX_EN_LAN_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.
Duncan Lauried6a42f92015-09-08 16:28:21 -070012 register "gpe0_dw0" = "GPP_B"
Duncan Laurie1c2de9f2015-09-03 16:05:00 -070013 register "gpe0_dw1" = "GPP_D"
14 register "gpe0_dw2" = "GPP_E"
15
Subrata Banik89f6d602016-07-26 15:37:11 +053016 # EC host command ranges are in 0x800-0x8ff & 0x200-0x20f
Duncan Laurie1c2de9f2015-09-03 16:05:00 -070017 register "gen1_dec" = "0x00fc0801"
Subrata Banik89f6d602016-07-26 15:37:11 +053018 register "gen2_dec" = "0x000c0201"
Duncan Laurie1c2de9f2015-09-03 16:05:00 -070019
Subrata Banik2a696c02016-02-08 17:19:10 +053020 # Enable "Intel Speed Shift Technology"
21 register "speed_shift_enable" = "1"
22
Duncan Laurie74b964e2015-09-04 10:41:02 -070023 # Enable DPTF
24 register "dptf_enable" = "1"
25
Duncan Laurie1c2de9f2015-09-03 16:05:00 -070026 # FSP Configuration
Duncan Laurie1c2de9f2015-09-03 16:05:00 -070027 register "EnableAzalia" = "1"
28 register "DspEnable" = "1"
29 register "IoBufferOwnership" = "3"
Duncan Laurie1c2de9f2015-09-03 16:05:00 -070030 register "SmbusEnable" = "1"
Duncan Laurie1c2de9f2015-09-03 16:05:00 -070031 register "ScsEmmcEnabled" = "1"
32 register "ScsEmmcHs400Enabled" = "1"
33 register "ScsSdCardEnabled" = "2"
Duncan Laurie1c2de9f2015-09-03 16:05:00 -070034 register "SkipExtGfxScan" = "1"
35 register "Device4Enable" = "1"
Archana Patni30f53cd2015-11-11 01:30:41 +053036 register "HeciEnabled" = "0"
Praveen Hodagatta Praneshaa6a8fb2019-10-29 14:47:11 +080037 register "SaGv" = "SaGv_Enabled"
Archana Patni4af905a2015-12-19 00:10:17 +053038 register "PmTimerDisabled" = "1"
Rizwan Qureshifb879982015-11-19 16:06:28 +053039
Barnali Sarkar8f2f22d2016-08-03 12:15:22 +053040 register "pirqa_routing" = "PCH_IRQ11"
41 register "pirqb_routing" = "PCH_IRQ10"
42 register "pirqc_routing" = "PCH_IRQ11"
43 register "pirqd_routing" = "PCH_IRQ11"
44 register "pirqe_routing" = "PCH_IRQ11"
45 register "pirqf_routing" = "PCH_IRQ11"
46 register "pirqg_routing" = "PCH_IRQ11"
47 register "pirqh_routing" = "PCH_IRQ11"
48
Rizwan Qureshifb879982015-11-19 16:06:28 +053049 # Enabling SLP_S3#, SLP_S4#, SLP_SUS and SLP_A Stretch
50 # SLP_S3 Minimum Assertion Width. Values 0: 60us, 1: 1ms, 2: 50ms, 3: 2s
51 register "PmConfigSlpS3MinAssert" = "0x02"
52
53 # SLP_S4 Minimum Assertion Width. Values 0: default, 1: 1s, 2: 2s, 3: 3s, 4: 4s
54 register "PmConfigSlpS4MinAssert" = "0x04"
55
56 # SLP_SUS Minimum Assertion Width. Values 0: 0ms, 1: 500ms, 2: 1s, 3: 4s
57 register "PmConfigSlpSusMinAssert" = "0x03"
58
59 # SLP_A Minimum Assertion Width. Values 0: 0ms, 1: 4s, 2: 98ms, 3: 2s
60 register "PmConfigSlpAMinAssert" = "0x03"
61
Duncan Laurie1c2de9f2015-09-03 16:05:00 -070062
Michael Niewöhnerdd321032019-10-09 21:02:36 +020063 # VR Settings Configuration for 4 Domains
64 #+----------------+-----------+-----------+-------------+----------+
65 #| Domain/Setting | SA | IA | GT Unsliced | GT |
66 #+----------------+-----------+-----------+-------------+----------+
67 #| Psi1Threshold | 20A | 20A | 20A | 20A |
68 #| Psi2Threshold | 4A | 5A | 5A | 5A |
69 #| Psi3Threshold | 1A | 1A | 1A | 1A |
70 #| Psi3Enable | 1 | 1 | 1 | 1 |
71 #| Psi4Enable | 1 | 1 | 1 | 1 |
72 #| ImonSlope | 0 | 0 | 0 | 0 |
73 #| ImonOffset | 0 | 0 | 0 | 0 |
74 #| IccMax | 7A | 34A | 35A | 35A |
75 #| VrVoltageLimit | 1.52V | 1.52V | 1.52V | 1.52V |
76 #+----------------+-----------+-----------+-------------+----------+
Rizwan Qureshi3fc42772015-11-20 11:47:40 +053077 register "domain_vr_config[VR_SYSTEM_AGENT]" = "{
Michael Niewöhnerdd321032019-10-09 21:02:36 +020078 .vr_config_enable = 1,
79 .psi1threshold = VR_CFG_AMP(20),
80 .psi2threshold = VR_CFG_AMP(4),
81 .psi3threshold = VR_CFG_AMP(1),
82 .psi3enable = 1,
83 .psi4enable = 1,
84 .imon_slope = 0x0,
85 .imon_offset = 0x0,
86 .icc_max = VR_CFG_AMP(7),
87 .voltage_limit = 1520,
Rizwan Qureshi3fc42772015-11-20 11:47:40 +053088 }"
89
90 register "domain_vr_config[VR_IA_CORE]" = "{
Michael Niewöhnerdd321032019-10-09 21:02:36 +020091 .vr_config_enable = 1,
92 .psi1threshold = VR_CFG_AMP(20),
93 .psi2threshold = VR_CFG_AMP(5),
94 .psi3threshold = VR_CFG_AMP(1),
95 .psi3enable = 1,
96 .psi4enable = 1,
97 .imon_slope = 0x0,
98 .imon_offset = 0x0,
99 .icc_max = VR_CFG_AMP(34),
100 .voltage_limit = 1520,
Rizwan Qureshi3fc42772015-11-20 11:47:40 +0530101 }"
102
103 register "domain_vr_config[VR_GT_UNSLICED]" = "{
Michael Niewöhnerdd321032019-10-09 21:02:36 +0200104 .vr_config_enable = 1,
105 .psi1threshold = VR_CFG_AMP(20),
106 .psi2threshold = VR_CFG_AMP(5),
107 .psi3threshold = VR_CFG_AMP(1),
108 .psi3enable = 1,
109 .psi4enable = 1,
110 .imon_slope = 0x0,
111 .imon_offset = 0x0,
112 .icc_max = VR_CFG_AMP(35),
113 .voltage_limit = 1520,
Rizwan Qureshi3fc42772015-11-20 11:47:40 +0530114 }"
115
116 register "domain_vr_config[VR_GT_SLICED]" = "{
Michael Niewöhnerdd321032019-10-09 21:02:36 +0200117 .vr_config_enable = 1,
118 .psi1threshold = VR_CFG_AMP(20),
119 .psi2threshold = VR_CFG_AMP(5),
120 .psi3threshold = VR_CFG_AMP(1),
121 .psi3enable = 1,
122 .psi4enable = 1,
123 .imon_slope = 0x0,
124 .imon_offset = 0x0,
125 .icc_max = VR_CFG_AMP(35),
126 .voltage_limit = 1520,
Rizwan Qureshi3fc42772015-11-20 11:47:40 +0530127 }"
128
Duncan Laurie1c2de9f2015-09-03 16:05:00 -0700129 # Enable Root port 1 and 5.
130 register "PcieRpEnable[0]" = "1"
131 register "PcieRpEnable[4]" = "1"
132 # Enable CLKREQ#
133 register "PcieRpClkReqSupport[0]" = "1"
134 register "PcieRpClkReqSupport[4]" = "1"
135 # RP 1 uses SRCCLKREQ1# while RP 5 uses SRCCLKREQ2#
136 register "PcieRpClkReqNumber[0]" = "1"
137 register "PcieRpClkReqNumber[4]" = "2"
Lee Leahyc4210412015-06-29 11:37:56 -0700138
Subrata Banik2c3054c2016-11-22 20:21:49 +0530139 register "usb2_ports[0]" = "USB2_PORT_TYPE_C(OC0)" # Type-C Port 1
140 register "usb2_ports[1]" = "USB2_PORT_TYPE_C(OC1)" # Type-C Port 2
141 register "usb2_ports[2]" = "USB2_PORT_MID(OC_SKIP)" # Bluetooth
142 register "usb2_ports[4]" = "USB2_PORT_MID(OC2)" # Type-A Port (card)
143 register "usb2_ports[6]" = "USB2_PORT_FLEX(OC_SKIP)" # Camera
144 register "usb2_ports[8]" = "USB2_PORT_LONG(OC3)" # Type-A Port (board)
Duncan Laurie2b9595a2015-08-28 17:48:11 -0700145
Subrata Banik2c3054c2016-11-22 20:21:49 +0530146 register "usb3_ports[0]" = "USB3_PORT_DEFAULT(OC0)" # Type-C Port 1
147 register "usb3_ports[1]" = "USB3_PORT_DEFAULT(OC1)" # Type-C Port 2
148 register "usb3_ports[2]" = "USB3_PORT_DEFAULT(OC2)" # Type-A Port (card)
149 register "usb3_ports[3]" = "USB3_PORT_DEFAULT(OC3)" # Type-A Port (board)
Duncan Lauriec8d45ac2016-06-06 17:21:00 -0700150
Aaron Durbined14a4e2016-11-09 17:04:15 -0600151 register "i2c_voltage[4]" = "I2C_VOLTAGE_1V8" # I2C4 is 1.8V
Rizwan Qureshi9cd8e5a2015-10-05 19:13:01 +0530152
Duncan Laurie1c2de9f2015-09-03 16:05:00 -0700153 # Must leave UART0 enabled or SD/eMMC will not work as PCI
154 register "SerialIoDevMode" = "{ \
155 [PchSerialIoIndexI2C0] = PchSerialIoPci, \
156 [PchSerialIoIndexI2C1] = PchSerialIoPci, \
157 [PchSerialIoIndexI2C2] = PchSerialIoDisabled, \
158 [PchSerialIoIndexI2C3] = PchSerialIoDisabled, \
159 [PchSerialIoIndexI2C4] = PchSerialIoPci, \
160 [PchSerialIoIndexI2C5] = PchSerialIoDisabled, \
161 [PchSerialIoIndexSpi0] = PchSerialIoDisabled, \
162 [PchSerialIoIndexSpi1] = PchSerialIoDisabled, \
163 [PchSerialIoIndexUart0] = PchSerialIoPci, \
164 [PchSerialIoIndexUart1] = PchSerialIoDisabled, \
Rizwan Qureshi9cd8e5a2015-10-05 19:13:01 +0530165 [PchSerialIoIndexUart2] = PchSerialIoSkipInit, \
Duncan Laurie1c2de9f2015-09-03 16:05:00 -0700166 }"
Lee Leahyc4210412015-06-29 11:37:56 -0700167
pchandrif28929d2016-01-19 10:49:51 -0800168 # PL2 override 25W
169 register "tdp_pl2_override" = "25"
170
Subrata Banik9a8b67d2016-04-20 14:19:53 +0530171 # Send an extra VR mailbox command for the PS4 exit issue
172 register "SendVrMbxCmd" = "2"
173
Duncan Laurie9482cf62016-06-22 11:31:51 -0700174 # Use default SD card detect GPIO configuration
175 register "sdcard_cd_gpio_default" = "GPP_A7"
176
Subrata Banikc204aaa2017-08-17 15:49:58 +0530177 # Lock Down
Subrata Banikc4986eb2018-05-09 14:55:09 +0530178 register "common_soc_config" = "{
179 .chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT,
180 }"
Subrata Banikc204aaa2017-08-17 15:49:58 +0530181
Duncan Laurie1c2de9f2015-09-03 16:05:00 -0700182 device cpu_cluster 0 on
Lee Leahyc4210412015-06-29 11:37:56 -0700183 device lapic 0 on end
184 end
185 device domain 0 on
Lee Leahyc4210412015-06-29 11:37:56 -0700186 device pci 00.0 on end # Host Bridge
187 device pci 02.0 on end # Integrated Graphics Device
Duncan Laurie1c2de9f2015-09-03 16:05:00 -0700188 device pci 14.0 on end # USB xHCI
189 device pci 14.1 off end # USB xDCI (OTG)
Lee Leahyc4210412015-06-29 11:37:56 -0700190 device pci 14.2 on end # Thermal Subsystem
Duncan Laurie9482cf62016-06-22 11:31:51 -0700191 device pci 15.0 on
192 chip drivers/i2c/generic
193 register "hid" = ""ELAN0001""
194 register "desc" = ""ELAN Touchscreen""
Furquan Shaikh5b9b5932017-02-21 13:16:30 -0800195 register "irq" = "ACPI_IRQ_EDGE_LOW(GPP_E7_IRQ)"
Duncan Laurie9482cf62016-06-22 11:31:51 -0700196 device i2c 10 on end
197 end
198 end # I2C #0
199 device pci 15.1 on
200 chip drivers/i2c/generic
201 register "hid" = ""ELAN0000""
202 register "desc" = ""ELAN Touchpad""
Furquan Shaikh5b9b5932017-02-21 13:16:30 -0800203 register "irq" = "ACPI_IRQ_EDGE_LOW(GPP_B3_IRQ)"
Duncan Laurie9482cf62016-06-22 11:31:51 -0700204 register "wake" = "GPE0_DW0_05"
205 device i2c 15 on end
206 end
207 end # I2C #1
Duncan Laurie1c2de9f2015-09-03 16:05:00 -0700208 device pci 15.2 off end # I2C #2
209 device pci 15.3 off end # I2C #3
Lee Leahyc4210412015-06-29 11:37:56 -0700210 device pci 16.0 on end # Management Engine Interface 1
211 device pci 16.1 off end # Management Engine Interface 2
Duncan Laurie1c2de9f2015-09-03 16:05:00 -0700212 device pci 16.2 off end # Management Engine IDE-R
213 device pci 16.3 off end # Management Engine KT Redirection
214 device pci 16.4 off end # Management Engine Interface 3
215 device pci 17.0 off end # SATA
216 device pci 19.0 on end # UART #2
217 device pci 19.1 off end # I2C #5
Duncan Laurie9482cf62016-06-22 11:31:51 -0700218 device pci 19.2 on
219 chip drivers/i2c/nau8825
Furquan Shaikh5b9b5932017-02-21 13:16:30 -0800220 register "irq" = "ACPI_IRQ_LEVEL_LOW(GPP_F10_IRQ)"
Duncan Laurie9482cf62016-06-22 11:31:51 -0700221 register "jkdet_enable" = "1"
222 register "jkdet_pull_enable" = "1"
223 register "jkdet_pull_up" = "1"
224 register "jkdet_polarity" = "1" # ActiveLow
225 register "vref_impedance" = "2" # 125kOhm
226 register "micbias_voltage" = "6" # 2.754
227 register "sar_threshold_num" = "4"
228 register "sar_threshold[0]" = "0x08"
229 register "sar_threshold[1]" = "0x12"
230 register "sar_threshold[2]" = "0x26"
231 register "sar_threshold[3]" = "0x73"
232 register "sar_hysteresis" = "0"
233 register "sar_voltage" = "6"
234 register "sar_compare_time" = "1" # 1us
235 register "sar_sampling_time" = "1" # 4us
236 register "short_key_debounce" = "3" # 30ms
237 register "jack_insert_debounce" = "7" # 512ms
238 register "jack_eject_debounce" = "0"
239 device i2c 1a on end
240 end
241 chip drivers/i2c/generic
242 register "hid" = ""INT343B""
243 register "desc" = ""SSM4567 Left Speaker Amp""
244 register "uid" = "0"
245 register "device_present_gpio" = "GPP_E3"
246 device i2c 34 on end
247 end
248 chip drivers/i2c/generic
249 register "hid" = ""INT343B""
250 register "desc" = ""SSM4567 Right Speaker Amp""
251 register "uid" = "1"
252 register "device_present_gpio" = "GPP_E3"
253 device i2c 35 on end
254 end
255 end # I2C #4
256 device pci 1c.0 on
257 chip drivers/intel/wifi
258 register "wake" = "GPE0_DW0_16"
259 device pci 00.0 on end
260 end
261 end # PCI Express Port 1
Lee Leahyc4210412015-06-29 11:37:56 -0700262 device pci 1c.1 off end # PCI Express Port 2
263 device pci 1c.2 off end # PCI Express Port 3
264 device pci 1c.3 off end # PCI Express Port 4
Pratik Prajapatif1acb9b2015-08-13 15:21:37 -0700265 device pci 1c.4 on end # PCI Express Port 5
Lee Leahyc4210412015-06-29 11:37:56 -0700266 device pci 1c.5 off end # PCI Express Port 6
267 device pci 1c.6 off end # PCI Express Port 7
268 device pci 1c.7 off end # PCI Express Port 8
Pratik Prajapatif1acb9b2015-08-13 15:21:37 -0700269 device pci 1d.0 off end # PCI Express Port 9
Lee Leahyc4210412015-06-29 11:37:56 -0700270 device pci 1d.1 off end # PCI Express Port 10
271 device pci 1d.2 off end # PCI Express Port 11
272 device pci 1d.3 off end # PCI Express Port 12
273 device pci 1e.0 on end # UART #0
Duncan Laurie1c2de9f2015-09-03 16:05:00 -0700274 device pci 1e.1 off end # UART #1
275 device pci 1e.2 off end # GSPI #0
276 device pci 1e.3 off end # GSPI #1
Lee Leahyc4210412015-06-29 11:37:56 -0700277 device pci 1e.4 on end # eMMC
278 device pci 1e.5 off end # SDIO
279 device pci 1e.6 on end # SDCard
280 device pci 1f.0 on
Duncan Laurie1c2de9f2015-09-03 16:05:00 -0700281 chip drivers/pc80/tpm
282 device pnp 0c31.0 on end
283 end
Lee Leahyc4210412015-06-29 11:37:56 -0700284 chip ec/google/chromeec
285 device pnp 0c09.0 on end
286 end
287 end # LPC Interface
Archana Patni30f53cd2015-11-11 01:30:41 +0530288 device pci 1f.1 on end # P2SB
Naveen Krishna Chatradhi133dcd32015-07-10 16:00:51 +0530289 device pci 1f.2 on end # Power Management Controller
Duncan Laurie9482cf62016-06-22 11:31:51 -0700290 device pci 1f.3 on
291 chip drivers/generic/max98357a
Furquan Shaikh028200f2016-10-04 10:53:32 -0700292 register "sdmode_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_E3)"
Duncan Laurie9482cf62016-06-22 11:31:51 -0700293 register "device_present_gpio" = "GPP_E3"
294 register "device_present_gpio_invert" = "1"
295 device generic 0 on end
296 end
297 end # Intel HDA
Duncan Laurie1c2de9f2015-09-03 16:05:00 -0700298 device pci 1f.4 on end # SMBus
299 device pci 1f.5 on end # PCH SPI
300 device pci 1f.6 off end # GbE
Lee Leahyc4210412015-06-29 11:37:56 -0700301 end
302end