blob: a9646ec6cb23b1c4ddba384fdc0336c9b5fe7a98 [file] [log] [blame]
Shelley Chen243dc392017-03-15 15:25:48 -07001chip soc/intel/skylake
2
3 # Deep Sx states
Duncan Laurie1fe32d62017-04-10 21:02:13 -07004 register "deep_s3_enable_ac" = "0"
5 register "deep_s3_enable_dc" = "0"
6 register "deep_s5_enable_ac" = "1"
7 register "deep_s5_enable_dc" = "1"
Shelley Chen243dc392017-03-15 15:25:48 -07008 register "deep_sx_config" = "DSX_EN_LAN_WAKE_PIN | DSX_EN_WAKE_PIN"
9
Shelley Chenda6e4f62017-06-29 16:13:33 -070010 # Mapping of USB port # to device
11 #+----------------+-------+-----------------------------------+
12 #| Device | Port# | Rev |
13 #+----------------+-------+-----------------------------------+
14 #| USB C | 1 | 2/3 |
15 #| USB A Rear | 2 | 2/3 |
16 #| USB A Front | 3 | 2/3 |
17 #| USB A Front | 4 | 2/3 |
18 #| USB A Rear | 5 | 2 on base celeron, 2/3 all others |
19 #| USB A Rear | 6 | 2 on base celeron, 2/3 all others |
20 #| Bluetooth | 7 | |
21 #| Daughter Board | 8 | |
22 #+----------------+-------+-----------------------------------+
23
24 # Bitmap for Wake Enable on USB attach/detach
25 register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(2) | \
26 USB_PORT_WAKE_ENABLE(3) | \
27 USB_PORT_WAKE_ENABLE(4) | \
28 USB_PORT_WAKE_ENABLE(5) | \
29 USB_PORT_WAKE_ENABLE(6)"
30 register "usb3_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(2) | \
31 USB_PORT_WAKE_ENABLE(3) | \
32 USB_PORT_WAKE_ENABLE(4) | \
33 USB_PORT_WAKE_ENABLE(5) | \
34 USB_PORT_WAKE_ENABLE(6)"
35
Shelley Chen243dc392017-03-15 15:25:48 -070036 # GPE configuration
37 # Note that GPE events called out in ASL code rely on this
38 # route. i.e. If this route changes then the affected GPE
39 # offset bits also need to be changed.
40 register "gpe0_dw0" = "GPP_B"
41 register "gpe0_dw1" = "GPP_D"
42 register "gpe0_dw2" = "GPP_E"
43
44 # EC host command ranges are in 0x800-0x8ff & 0x200-0x20f
45 register "gen1_dec" = "0x00fc0801"
46 register "gen2_dec" = "0x000c0201"
47 # EC memory map range is 0x900-0x9ff
48 register "gen3_dec" = "0x00fc0901"
49
Tsai, Gaggeryb2a3ac42017-08-22 10:55:13 +080050 # Enable DPTF
51 register "dptf_enable" = "1"
52
Shelley Chen6dd9e592017-12-20 10:43:25 -080053 # Enable S0ix
54 register "s0ix_enable" = "1"
55
Shelley Chen243dc392017-03-15 15:25:48 -070056 # FSP Configuration
57 register "ProbelessTrace" = "0"
Kane Chene13a2692018-01-09 09:52:37 +080058 register "EnableLan" = "0"
Shelley Chenc5168832017-03-21 15:04:04 -070059 register "EnableSata" = "1"
Kevin Chiua63f4c42018-01-08 09:54:08 +080060 register "SataSalpSupport" = "0"
Kane Chen91ea9f02017-12-13 11:35:54 +080061 register "SataMode" = "0"
David Wu0f829052017-12-11 14:08:11 +080062 register "SataPortsEnable[0]" = "1"
Shelley Chene8365aa2017-04-24 13:11:43 -070063 register "SataPortsEnable[1]" = "1"
Gaggery Tsaibc37c672017-09-29 13:40:04 +080064 register "SataPortsDevSlp[1]" = "1"
Kane Chenf3122ce2017-12-27 13:55:45 +080065 register "SataPwrOptEnable" = "1"
Shelley Chen243dc392017-03-15 15:25:48 -070066 register "EnableAzalia" = "1"
67 register "DspEnable" = "1"
68 register "IoBufferOwnership" = "3"
69 register "EnableTraceHub" = "0"
70 register "XdciEnable" = "0"
71 register "SsicPortEnable" = "0"
72 register "SmbusEnable" = "1"
73 register "Cio2Enable" = "0"
Shelley Chenc5168832017-03-21 15:04:04 -070074 register "ScsEmmcEnabled" = "0"
75 register "ScsEmmcHs400Enabled" = "0"
Shelley Chen243dc392017-03-15 15:25:48 -070076 register "ScsSdCardEnabled" = "2"
77 register "IshEnable" = "0"
78 register "PttSwitch" = "0"
79 register "InternalGfx" = "1"
80 register "SkipExtGfxScan" = "1"
81 register "Device4Enable" = "1"
82 register "HeciEnabled" = "0"
83 register "FspSkipMpInit" = "1"
84 register "SaGv" = "3"
85 register "SerialIrqConfigSirqEnable" = "1"
86 register "PmConfigSlpS3MinAssert" = "2" # 50ms
87 register "PmConfigSlpS4MinAssert" = "1" # 1s
88 register "PmConfigSlpSusMinAssert" = "1" # 500ms
89 register "PmConfigSlpAMinAssert" = "3" # 2s
90 register "PmTimerDisabled" = "1"
91 register "SendVrMbxCmd" = "1" # IMVP8 workaround
Shelley Chenf12bb7b2018-03-16 12:43:02 -070092 register "VmxEnable" = "1"
Shelley Chen243dc392017-03-15 15:25:48 -070093
Rizwan Qureshibbff1572017-12-07 02:10:06 +053094 # Intersil VR c-state issue workaround
95 # send VR mailbox command for IA/GT/SA rails
96 register "IslVrCmd" = "2"
97
Shelley Chen243dc392017-03-15 15:25:48 -070098 register "pirqa_routing" = "PCH_IRQ11"
99 register "pirqb_routing" = "PCH_IRQ10"
100 register "pirqc_routing" = "PCH_IRQ11"
101 register "pirqd_routing" = "PCH_IRQ11"
102 register "pirqe_routing" = "PCH_IRQ11"
103 register "pirqf_routing" = "PCH_IRQ11"
104 register "pirqg_routing" = "PCH_IRQ11"
105 register "pirqh_routing" = "PCH_IRQ11"
106
107 # VR Settings Configuration for 4 Domains
108 #+----------------+-------+-------+-------+-------+
109 #| Domain/Setting | SA | IA | GTUS | GTS |
110 #+----------------+-------+-------+-------+-------+
111 #| Psi1Threshold | 20A | 20A | 20A | 20A |
112 #| Psi2Threshold | 4A | 5A | 5A | 5A |
113 #| Psi3Threshold | 1A | 1A | 1A | 1A |
114 #| Psi3Enable | 1 | 1 | 1 | 1 |
115 #| Psi4Enable | 1 | 1 | 1 | 1 |
116 #| ImonSlope | 0 | 0 | 0 | 0 |
117 #| ImonOffset | 0 | 0 | 0 | 0 |
118 #| IccMax | 7A | 34A | 35A | 35A |
119 #| VrVoltageLimit | 1.52V | 1.52V | 1.52V | 1.52V |
Gaggery Tsai63278ab2018-01-22 11:17:28 +0800120 #| AcLoadline(ohm)| 10.3m | 2.4m | 3.1m | 3.1m |
121 #| DcLoadline(ohm)| 10.3m | 2.4m | 3.1m | 3.1m |
Shelley Chen243dc392017-03-15 15:25:48 -0700122 #+----------------+-------+-------+-------+-------+
Gaggery Tsai2ce90902018-01-15 22:48:18 +0800123 #Note: IccMax settings are moved to SoC code
Shelley Chen243dc392017-03-15 15:25:48 -0700124 register "domain_vr_config[VR_SYSTEM_AGENT]" = "{
125 .vr_config_enable = 1,
126 .psi1threshold = VR_CFG_AMP(20),
127 .psi2threshold = VR_CFG_AMP(4),
128 .psi3threshold = VR_CFG_AMP(1),
129 .psi3enable = 1,
130 .psi4enable = 1,
131 .imon_slope = 0x0,
132 .imon_offset = 0x0,
Shelley Chen243dc392017-03-15 15:25:48 -0700133 .voltage_limit = 1520,
Gaggery Tsai63278ab2018-01-22 11:17:28 +0800134 .ac_loadline = 1030,
135 .dc_loadline = 1030,
Shelley Chen243dc392017-03-15 15:25:48 -0700136 }"
137
138 register "domain_vr_config[VR_IA_CORE]" = "{
139 .vr_config_enable = 1,
140 .psi1threshold = VR_CFG_AMP(20),
141 .psi2threshold = VR_CFG_AMP(5),
142 .psi3threshold = VR_CFG_AMP(1),
143 .psi3enable = 1,
144 .psi4enable = 1,
145 .imon_slope = 0x0,
146 .imon_offset = 0x0,
Shelley Chen243dc392017-03-15 15:25:48 -0700147 .voltage_limit = 1520,
Gaggery Tsai63278ab2018-01-22 11:17:28 +0800148 .ac_loadline = 240,
149 .dc_loadline = 240,
Shelley Chen243dc392017-03-15 15:25:48 -0700150 }"
151
152 register "domain_vr_config[VR_GT_UNSLICED]" = "{
153 .vr_config_enable = 1,
154 .psi1threshold = VR_CFG_AMP(20),
155 .psi2threshold = VR_CFG_AMP(5),
156 .psi3threshold = VR_CFG_AMP(1),
157 .psi3enable = 1,
158 .psi4enable = 1,
159 .imon_slope = 0x0,
160 .imon_offset = 0x0,
Shelley Chen243dc392017-03-15 15:25:48 -0700161 .voltage_limit = 1520,
Gaggery Tsai63278ab2018-01-22 11:17:28 +0800162 .ac_loadline = 310,
163 .dc_loadline = 310,
Shelley Chen243dc392017-03-15 15:25:48 -0700164 }"
165
166 register "domain_vr_config[VR_GT_SLICED]" = "{
167 .vr_config_enable = 1,
168 .psi1threshold = VR_CFG_AMP(20),
169 .psi2threshold = VR_CFG_AMP(5),
170 .psi3threshold = VR_CFG_AMP(1),
171 .psi3enable = 1,
172 .psi4enable = 1,
173 .imon_slope = 0x0,
174 .imon_offset = 0x0,
Shelley Chen243dc392017-03-15 15:25:48 -0700175 .voltage_limit = 1520,
Gaggery Tsai63278ab2018-01-22 11:17:28 +0800176 .ac_loadline = 310,
177 .dc_loadline = 310,
Shelley Chen243dc392017-03-15 15:25:48 -0700178 }"
179
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530180 # Enable Root port 3(x1) for LAN.
181 register "PcieRpEnable[2]" = "1"
Shelley Chen243dc392017-03-15 15:25:48 -0700182 # Enable CLKREQ#
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530183 register "PcieRpClkReqSupport[2]" = "1"
184 # RP 3 uses SRCCLKREQ0#
185 register "PcieRpClkReqNumber[2]" = "0"
Kane Chen6708d3a2017-10-11 12:39:46 +0800186 # RP 3, Enable Advanced Error Reporting
187 register "PcieRpAdvancedErrorReporting[2]" = "1"
188 # RP 3, Enable Latency Tolerance Reporting Mechanism
189 register "PcieRpLtrEnable[2]" = "1"
Divya Chellape7fb7ce2017-12-19 20:16:50 +0530190 # RP 3 uses uses CLK SRC 0
191 register "PcieRpClkSrcNumber[2]" = "0"
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530192
193 # Enable Root port 4(x1) for WLAN.
194 register "PcieRpEnable[3]" = "1"
195 # Enable CLKREQ#
196 register "PcieRpClkReqSupport[3]" = "1"
197 # RP 4 uses SRCCLKREQ5#
198 register "PcieRpClkReqNumber[3]" = "5"
Kane Chen6708d3a2017-10-11 12:39:46 +0800199 # RP 4, Enable Advanced Error Reporting
200 register "PcieRpAdvancedErrorReporting[3]" = "1"
201 # RP 4, Enable Latency Tolerance Reporting Mechanism
202 register "PcieRpLtrEnable[3]" = "1"
Divya Chellape7fb7ce2017-12-19 20:16:50 +0530203 # RP 4 uses uses CLK SRC 5
204 register "PcieRpClkSrcNumber[3]" = "5"
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530205
206 # Enable Root port 5(x4) for NVMe.
207 register "PcieRpEnable[4]" = "1"
208 # Enable CLKREQ#
209 register "PcieRpClkReqSupport[4]" = "1"
210 # RP 5 uses SRCCLKREQ1#
211 register "PcieRpClkReqNumber[4]" = "1"
Kane Chen6708d3a2017-10-11 12:39:46 +0800212 # RP 5, Enable Advanced Error Reporting
213 register "PcieRpAdvancedErrorReporting[4]" = "1"
214 # RP 5, Enable Latency Tolerance Reporting Mechanism
215 register "PcieRpLtrEnable[4]" = "1"
Divya Chellape7fb7ce2017-12-19 20:16:50 +0530216 # RP 5 uses CLK SRC 1
217 register "PcieRpClkSrcNumber[4]" = "1"
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530218
219 # Enable Root port 9 for BtoB.
220 register "PcieRpEnable[8]" = "1"
221 # Enable CLKREQ#
222 register "PcieRpClkReqSupport[8]" = "1"
223 # RP 9 uses SRCCLKREQ2#
224 register "PcieRpClkReqNumber[8]" = "2"
Kane Chen6708d3a2017-10-11 12:39:46 +0800225 # RP 9, Enable Advanced Error Reporting
226 register "PcieRpAdvancedErrorReporting[8]" = "1"
227 # RP 9, Enable Latency Tolerance Reporting Mechanism
228 register "PcieRpLtrEnable[8]" = "1"
Divya Chellape7fb7ce2017-12-19 20:16:50 +0530229 # RP 9 uses uses CLK SRC 2
230 register "PcieRpClkSrcNumber[8]" = "2"
Shelley Chen243dc392017-03-15 15:25:48 -0700231
Zhongze Hu12f656c2018-02-16 00:53:02 -0800232 # Enable Root port 11 for BtoB.
233 register "PcieRpEnable[10]" = "1"
234 # Enable CLKREQ#
235 register "PcieRpClkReqSupport[10]" = "1"
236 # RP 11 uses SRCCLKREQ2#
237 register "PcieRpClkReqNumber[10]" = "2"
238 # RP 11, Enable Advanced Error Reporting
239 register "PcieRpAdvancedErrorReporting[10]" = "1"
240 # RP 11, Enable Latency Tolerance Reporting Mechanism
241 register "PcieRpLtrEnable[10]" = "1"
242 # RP 11 uses uses CLK SRC 2
243 register "PcieRpClkSrcNumber[10]" = "2"
244
245 # Enable Root port 12 for BtoB.
246 register "PcieRpEnable[11]" = "1"
247 # Enable CLKREQ#
248 register "PcieRpClkReqSupport[11]" = "1"
249 # RP 12 uses SRCCLKREQ2#
250 register "PcieRpClkReqNumber[11]" = "2"
251 # RP 12, Enable Advanced Error Reporting
252 register "PcieRpAdvancedErrorReporting[11]" = "1"
253 # RP 12, Enable Latency Tolerance Reporting Mechanism
254 register "PcieRpLtrEnable[11]" = "1"
255 # RP 12 uses uses CLK SRC 2
256 register "PcieRpClkSrcNumber[11]" = "2"
257
Shelley Chenc5168832017-03-21 15:04:04 -0700258 register "usb2_ports[0]" = "USB2_PORT_LONG(OC0)" # Type-C
259 register "usb2_ports[1]" = "USB2_PORT_MID(OC3)" # Type-A Rear
260 register "usb2_ports[2]" = "USB2_PORT_MID(OC2)" # Type-A Front
261 register "usb2_ports[3]" = "USB2_PORT_MID(OC2)" # Type-A Front
262 register "usb2_ports[4]" = "USB2_PORT_MID(OC1)" # Type-A Rear
263 register "usb2_ports[5]" = "USB2_PORT_MID(OC1)" # Type-A Rear
264 register "usb2_ports[6]" = "USB2_PORT_MID(OC_SKIP)" # Bluetooth
265 register "usb2_ports[7]" = "USB2_PORT_MID(OC_SKIP)" # Type-A 2.0 / Debug
266 register "usb2_ports[8]" = "USB2_PORT_EMPTY" # H1 (disconnected)
Shelley Chen243dc392017-03-15 15:25:48 -0700267
Shelley Chenc5168832017-03-21 15:04:04 -0700268 register "usb3_ports[0]" = "USB3_PORT_DEFAULT(OC0)" # Type-C
269 register "usb3_ports[1]" = "USB3_PORT_DEFAULT(OC3)" # Type-A Rear
270 register "usb3_ports[2]" = "USB3_PORT_DEFAULT(OC2)" # Type-A Front
271 register "usb3_ports[3]" = "USB3_PORT_DEFAULT(OC2)" # Type-A Front
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530272 register "usb3_ports[4]" = "USB3_PORT_DEFAULT(OC1)" # Type-A Rear
273 register "usb3_ports[5]" = "USB3_PORT_DEFAULT(OC1)" # Type-A Rear
Shelley Chen243dc392017-03-15 15:25:48 -0700274
Shelley Chenc5168832017-03-21 15:04:04 -0700275 register "i2c_voltage[0]" = "I2C_VOLTAGE_3V3" # HDMI CEC
276 register "i2c_voltage[1]" = "I2C_VOLTAGE_3V3" # TPM
277 register "i2c_voltage[2]" = "I2C_VOLTAGE_3V3" # Debug
Shelley Chen243dc392017-03-15 15:25:48 -0700278 register "i2c_voltage[5]" = "I2C_VOLTAGE_1V8" # Audio
279
Shelley Chen5aa64b92017-06-09 13:05:29 -0700280 # Use GSPI0 for cr50 TPM. Early init is required to set up a BAR for TPM
281 # communication before memory is up.
282 register "gspi[0]" = "{
283 .speed_mhz = 1,
284 .early_init = 1,
285 }"
286
Shelley Chen8bd8cd32018-01-22 10:26:31 -0800287 # audio
288 register "i2c[5]" = "{
289 .speed = I2C_SPEED_FAST,
290 .speed_config[0] = {
291 .speed = I2C_SPEED_FAST,
292 .scl_lcnt = 194,
293 .scl_hcnt = 100,
294 .sda_hold = 36,
295 },
296 }"
297
Shelley Chen243dc392017-03-15 15:25:48 -0700298 # Must leave UART0 enabled or SD/eMMC will not work as PCI
299 register "SerialIoDevMode" = "{
Zhongze Hu1fa724b2018-03-16 17:11:07 -0700300 [PchSerialIoIndexI2C0] = PchSerialIoPci,
Shelley Chen5537f022017-11-22 16:55:27 -0800301 [PchSerialIoIndexI2C1] = PchSerialIoDisabled,
Zhongze Hu1fa724b2018-03-16 17:11:07 -0700302 [PchSerialIoIndexI2C2] = PchSerialIoPci,
Shelley Chenc5168832017-03-21 15:04:04 -0700303 [PchSerialIoIndexI2C3] = PchSerialIoDisabled,
304 [PchSerialIoIndexI2C4] = PchSerialIoDisabled,
Shelley Chen243dc392017-03-15 15:25:48 -0700305 [PchSerialIoIndexI2C5] = PchSerialIoPci,
306 [PchSerialIoIndexSpi0] = PchSerialIoPci,
Shelley Chenc5168832017-03-21 15:04:04 -0700307 [PchSerialIoIndexSpi1] = PchSerialIoDisabled,
Duncan Laurie3879ef42018-03-02 14:39:47 -0800308 [PchSerialIoIndexUart0] = PchSerialIoSkipInit,
Shelley Chen243dc392017-03-15 15:25:48 -0700309 [PchSerialIoIndexUart1] = PchSerialIoDisabled,
310 [PchSerialIoIndexUart2] = PchSerialIoSkipInit,
311 }"
312
313 register "speed_shift_enable" = "1"
Shelley Chen8c81c6a2017-06-29 14:58:59 -0700314 register "tdp_psyspl2" = "90"
Shelley Chen2a9e8122018-02-06 21:16:04 -0800315 register "psys_pmax" = "120"
Kevin Chiu09f8a832018-01-08 11:50:59 +0800316 register "tcc_offset" = "6" # TCC of 94C
Shelley Chen243dc392017-03-15 15:25:48 -0700317
318 # Use default SD card detect GPIO configuration
Shelley Chenc5168832017-03-21 15:04:04 -0700319 register "sdcard_cd_gpio_default" = "GPP_A7"
Shelley Chen243dc392017-03-15 15:25:48 -0700320
Subrata Banikc204aaa2017-08-17 15:49:58 +0530321 # Lock Down
322 register "chipset_lockdown" = "CHIPSET_LOCKDOWN_COREBOOT"
323
Shelley Chen243dc392017-03-15 15:25:48 -0700324 device cpu_cluster 0 on
325 device lapic 0 on end
326 end
327 device domain 0 on
328 device pci 00.0 on end # Host Bridge
329 device pci 02.0 on end # Integrated Graphics Device
330 device pci 14.0 on end # USB xHCI
331 device pci 14.1 off end # USB xDCI (OTG)
332 device pci 14.2 on end # Thermal Subsystem
Zhongze Hu1fa724b2018-03-16 17:11:07 -0700333 device pci 15.0 on end # I2C #0
Shelley Chen5537f022017-11-22 16:55:27 -0800334 device pci 15.1 off end # I2C #1
Zhongze Hu1fa724b2018-03-16 17:11:07 -0700335 device pci 15.2 on end # I2C #2
Shelley Chen5537f022017-11-22 16:55:27 -0800336 device pci 15.3 off end # I2C #3
Shelley Chen243dc392017-03-15 15:25:48 -0700337 device pci 16.0 on end # Management Engine Interface 1
338 device pci 16.1 off end # Management Engine Interface 2
339 device pci 16.2 off end # Management Engine IDE-R
340 device pci 16.3 off end # Management Engine KT Redirection
341 device pci 16.4 off end # Management Engine Interface 3
Shelley Chenc5168832017-03-21 15:04:04 -0700342 device pci 17.0 on end # SATA
Shelley Chen243dc392017-03-15 15:25:48 -0700343 device pci 19.0 on end # UART #2
344 device pci 19.1 on
Kevin Cheng2a6f4ae2017-06-06 10:37:59 +0800345 chip drivers/i2c/generic
346 register "hid" = ""10EC5663""
347 register "name" = ""RT53""
348 register "desc" = ""Realtek RT5663""
349 register "irq_gpio" = "ACPI_GPIO_IRQ_EDGE_BOTH(GPP_D9)"
350 device i2c 13 on end
351 end
Shelley Chen243dc392017-03-15 15:25:48 -0700352 end # I2C #5
Shelley Chenc5168832017-03-21 15:04:04 -0700353 device pci 19.2 off end # I2C #4
Gaggery Tsai2ecf3f82017-11-02 09:58:06 +0800354 device pci 1c.0 on # PCI Express Port 1
355 chip drivers/net
Gaggery Tsaid7de7bc2017-12-20 13:12:57 +0800356 register "customized_leds" = "0x0fa5"
Gaggery Tsai61c817d2017-11-23 13:23:57 +0800357 register "wake" = "GPE0_PCI_EXP"
Gaggery Tsai2ecf3f82017-11-02 09:58:06 +0800358 device pci 00.0 on end
359 end
360 end # PCI Express Port 1
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530361 device pci 1c.1 off end # PCI Express Port 2
Gaggery Tsai2ecf3f82017-11-02 09:58:06 +0800362 # PCI Express Port 3 for LAN, but will be swapped to port 1
363 device pci 1c.2 on end
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530364 device pci 1c.3 on
Shelley Chen243dc392017-03-15 15:25:48 -0700365 chip drivers/intel/wifi
366 register "wake" = "GPE0_PCI_EXP"
367 device pci 00.0 on end
368 end
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530369 end # PCI Express Port 4 for WLAN
370 device pci 1c.4 on end # PCI Express Port 5 for NVMe
Shelley Chen243dc392017-03-15 15:25:48 -0700371 device pci 1c.5 off end # PCI Express Port 6
372 device pci 1c.6 off end # PCI Express Port 7
373 device pci 1c.7 off end # PCI Express Port 8
David Wu5f7fa722017-12-11 14:40:36 +0800374 device pci 1d.0 on # PCI Express Port 9 for 2nd LAN
375 chip drivers/net
Gaggery Tsaid7de7bc2017-12-20 13:12:57 +0800376 register "customized_leds" = "0x0fa5"
David Wu5f7fa722017-12-11 14:40:36 +0800377 device pci 00.0 on end
378 end
379 end # PCI Express Port 9 for BtoB
Shelley Chen243dc392017-03-15 15:25:48 -0700380 device pci 1d.1 off end # PCI Express Port 10
Zhongze Hu12f656c2018-02-16 00:53:02 -0800381 device pci 1d.2 on end # PCI Express Port 11
382 device pci 1d.3 on end # PCI Express Port 12
Shelley Chen243dc392017-03-15 15:25:48 -0700383 device pci 1e.0 on end # UART #0
384 device pci 1e.1 off end # UART #1
Shelley Chen5aa64b92017-06-09 13:05:29 -0700385 device pci 1e.2 on
386 chip drivers/spi/acpi
387 register "hid" = "ACPI_DT_NAMESPACE_HID"
388 register "compat_string" = ""google,cr50""
389 register "irq" = "ACPI_IRQ_EDGE_LOW(GPP_E0_IRQ)"
390 device spi 0 on end
391 end
392 end # GSPI #0
Shelley Chenc5168832017-03-21 15:04:04 -0700393 device pci 1e.3 off end # GSPI #1
394 device pci 1e.4 off end # eMMC
Shelley Chen243dc392017-03-15 15:25:48 -0700395 device pci 1e.5 off end # SDIO
396 device pci 1e.6 on end # SDCard
397 device pci 1f.0 on
398 chip ec/google/chromeec
399 device pnp 0c09.0 on end
400 end
401 end # LPC Interface
402 device pci 1f.1 on end # P2SB
403 device pci 1f.2 on end # Power Management Controller
404 device pci 1f.3 on end # Intel HDA
405 device pci 1f.4 on end # SMBus
406 device pci 1f.5 on end # PCH SPI
407 device pci 1f.6 off end # GbE
408 end
409end