blob: 5eeb03c64896162d557687e44272c552df3cb569 [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
92
Rizwan Qureshibbff1572017-12-07 02:10:06 +053093 # Intersil VR c-state issue workaround
94 # send VR mailbox command for IA/GT/SA rails
95 register "IslVrCmd" = "2"
96
Shelley Chen243dc392017-03-15 15:25:48 -070097 register "pirqa_routing" = "PCH_IRQ11"
98 register "pirqb_routing" = "PCH_IRQ10"
99 register "pirqc_routing" = "PCH_IRQ11"
100 register "pirqd_routing" = "PCH_IRQ11"
101 register "pirqe_routing" = "PCH_IRQ11"
102 register "pirqf_routing" = "PCH_IRQ11"
103 register "pirqg_routing" = "PCH_IRQ11"
104 register "pirqh_routing" = "PCH_IRQ11"
105
106 # VR Settings Configuration for 4 Domains
107 #+----------------+-------+-------+-------+-------+
108 #| Domain/Setting | SA | IA | GTUS | GTS |
109 #+----------------+-------+-------+-------+-------+
110 #| Psi1Threshold | 20A | 20A | 20A | 20A |
111 #| Psi2Threshold | 4A | 5A | 5A | 5A |
112 #| Psi3Threshold | 1A | 1A | 1A | 1A |
113 #| Psi3Enable | 1 | 1 | 1 | 1 |
114 #| Psi4Enable | 1 | 1 | 1 | 1 |
115 #| ImonSlope | 0 | 0 | 0 | 0 |
116 #| ImonOffset | 0 | 0 | 0 | 0 |
117 #| IccMax | 7A | 34A | 35A | 35A |
118 #| VrVoltageLimit | 1.52V | 1.52V | 1.52V | 1.52V |
Gaggery Tsai63278ab2018-01-22 11:17:28 +0800119 #| AcLoadline(ohm)| 10.3m | 2.4m | 3.1m | 3.1m |
120 #| DcLoadline(ohm)| 10.3m | 2.4m | 3.1m | 3.1m |
Shelley Chen243dc392017-03-15 15:25:48 -0700121 #+----------------+-------+-------+-------+-------+
Gaggery Tsai2ce90902018-01-15 22:48:18 +0800122 #Note: IccMax settings are moved to SoC code
Shelley Chen243dc392017-03-15 15:25:48 -0700123 register "domain_vr_config[VR_SYSTEM_AGENT]" = "{
124 .vr_config_enable = 1,
125 .psi1threshold = VR_CFG_AMP(20),
126 .psi2threshold = VR_CFG_AMP(4),
127 .psi3threshold = VR_CFG_AMP(1),
128 .psi3enable = 1,
129 .psi4enable = 1,
130 .imon_slope = 0x0,
131 .imon_offset = 0x0,
Shelley Chen243dc392017-03-15 15:25:48 -0700132 .voltage_limit = 1520,
Gaggery Tsai63278ab2018-01-22 11:17:28 +0800133 .ac_loadline = 1030,
134 .dc_loadline = 1030,
Shelley Chen243dc392017-03-15 15:25:48 -0700135 }"
136
137 register "domain_vr_config[VR_IA_CORE]" = "{
138 .vr_config_enable = 1,
139 .psi1threshold = VR_CFG_AMP(20),
140 .psi2threshold = VR_CFG_AMP(5),
141 .psi3threshold = VR_CFG_AMP(1),
142 .psi3enable = 1,
143 .psi4enable = 1,
144 .imon_slope = 0x0,
145 .imon_offset = 0x0,
Shelley Chen243dc392017-03-15 15:25:48 -0700146 .voltage_limit = 1520,
Gaggery Tsai63278ab2018-01-22 11:17:28 +0800147 .ac_loadline = 240,
148 .dc_loadline = 240,
Shelley Chen243dc392017-03-15 15:25:48 -0700149 }"
150
151 register "domain_vr_config[VR_GT_UNSLICED]" = "{
152 .vr_config_enable = 1,
153 .psi1threshold = VR_CFG_AMP(20),
154 .psi2threshold = VR_CFG_AMP(5),
155 .psi3threshold = VR_CFG_AMP(1),
156 .psi3enable = 1,
157 .psi4enable = 1,
158 .imon_slope = 0x0,
159 .imon_offset = 0x0,
Shelley Chen243dc392017-03-15 15:25:48 -0700160 .voltage_limit = 1520,
Gaggery Tsai63278ab2018-01-22 11:17:28 +0800161 .ac_loadline = 310,
162 .dc_loadline = 310,
Shelley Chen243dc392017-03-15 15:25:48 -0700163 }"
164
165 register "domain_vr_config[VR_GT_SLICED]" = "{
166 .vr_config_enable = 1,
167 .psi1threshold = VR_CFG_AMP(20),
168 .psi2threshold = VR_CFG_AMP(5),
169 .psi3threshold = VR_CFG_AMP(1),
170 .psi3enable = 1,
171 .psi4enable = 1,
172 .imon_slope = 0x0,
173 .imon_offset = 0x0,
Shelley Chen243dc392017-03-15 15:25:48 -0700174 .voltage_limit = 1520,
Gaggery Tsai63278ab2018-01-22 11:17:28 +0800175 .ac_loadline = 310,
176 .dc_loadline = 310,
Shelley Chen243dc392017-03-15 15:25:48 -0700177 }"
178
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530179 # Enable Root port 3(x1) for LAN.
180 register "PcieRpEnable[2]" = "1"
Shelley Chen243dc392017-03-15 15:25:48 -0700181 # Enable CLKREQ#
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530182 register "PcieRpClkReqSupport[2]" = "1"
183 # RP 3 uses SRCCLKREQ0#
184 register "PcieRpClkReqNumber[2]" = "0"
Kane Chen6708d3a2017-10-11 12:39:46 +0800185 # RP 3, Enable Advanced Error Reporting
186 register "PcieRpAdvancedErrorReporting[2]" = "1"
187 # RP 3, Enable Latency Tolerance Reporting Mechanism
188 register "PcieRpLtrEnable[2]" = "1"
Divya Chellape7fb7ce2017-12-19 20:16:50 +0530189 # RP 3 uses uses CLK SRC 0
190 register "PcieRpClkSrcNumber[2]" = "0"
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530191
192 # Enable Root port 4(x1) for WLAN.
193 register "PcieRpEnable[3]" = "1"
194 # Enable CLKREQ#
195 register "PcieRpClkReqSupport[3]" = "1"
196 # RP 4 uses SRCCLKREQ5#
197 register "PcieRpClkReqNumber[3]" = "5"
Kane Chen6708d3a2017-10-11 12:39:46 +0800198 # RP 4, Enable Advanced Error Reporting
199 register "PcieRpAdvancedErrorReporting[3]" = "1"
200 # RP 4, Enable Latency Tolerance Reporting Mechanism
201 register "PcieRpLtrEnable[3]" = "1"
Divya Chellape7fb7ce2017-12-19 20:16:50 +0530202 # RP 4 uses uses CLK SRC 5
203 register "PcieRpClkSrcNumber[3]" = "5"
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530204
205 # Enable Root port 5(x4) for NVMe.
206 register "PcieRpEnable[4]" = "1"
207 # Enable CLKREQ#
208 register "PcieRpClkReqSupport[4]" = "1"
209 # RP 5 uses SRCCLKREQ1#
210 register "PcieRpClkReqNumber[4]" = "1"
Kane Chen6708d3a2017-10-11 12:39:46 +0800211 # RP 5, Enable Advanced Error Reporting
212 register "PcieRpAdvancedErrorReporting[4]" = "1"
213 # RP 5, Enable Latency Tolerance Reporting Mechanism
214 register "PcieRpLtrEnable[4]" = "1"
Divya Chellape7fb7ce2017-12-19 20:16:50 +0530215 # RP 5 uses CLK SRC 1
216 register "PcieRpClkSrcNumber[4]" = "1"
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530217
218 # Enable Root port 9 for BtoB.
219 register "PcieRpEnable[8]" = "1"
220 # Enable CLKREQ#
221 register "PcieRpClkReqSupport[8]" = "1"
222 # RP 9 uses SRCCLKREQ2#
223 register "PcieRpClkReqNumber[8]" = "2"
Kane Chen6708d3a2017-10-11 12:39:46 +0800224 # RP 9, Enable Advanced Error Reporting
225 register "PcieRpAdvancedErrorReporting[8]" = "1"
226 # RP 9, Enable Latency Tolerance Reporting Mechanism
227 register "PcieRpLtrEnable[8]" = "1"
Divya Chellape7fb7ce2017-12-19 20:16:50 +0530228 # RP 9 uses uses CLK SRC 2
229 register "PcieRpClkSrcNumber[8]" = "2"
Shelley Chen243dc392017-03-15 15:25:48 -0700230
Zhongze Hu12f656c2018-02-16 00:53:02 -0800231 # Enable Root port 11 for BtoB.
232 register "PcieRpEnable[10]" = "1"
233 # Enable CLKREQ#
234 register "PcieRpClkReqSupport[10]" = "1"
235 # RP 11 uses SRCCLKREQ2#
236 register "PcieRpClkReqNumber[10]" = "2"
237 # RP 11, Enable Advanced Error Reporting
238 register "PcieRpAdvancedErrorReporting[10]" = "1"
239 # RP 11, Enable Latency Tolerance Reporting Mechanism
240 register "PcieRpLtrEnable[10]" = "1"
241 # RP 11 uses uses CLK SRC 2
242 register "PcieRpClkSrcNumber[10]" = "2"
243
244 # Enable Root port 12 for BtoB.
245 register "PcieRpEnable[11]" = "1"
246 # Enable CLKREQ#
247 register "PcieRpClkReqSupport[11]" = "1"
248 # RP 12 uses SRCCLKREQ2#
249 register "PcieRpClkReqNumber[11]" = "2"
250 # RP 12, Enable Advanced Error Reporting
251 register "PcieRpAdvancedErrorReporting[11]" = "1"
252 # RP 12, Enable Latency Tolerance Reporting Mechanism
253 register "PcieRpLtrEnable[11]" = "1"
254 # RP 12 uses uses CLK SRC 2
255 register "PcieRpClkSrcNumber[11]" = "2"
256
Shelley Chenc5168832017-03-21 15:04:04 -0700257 register "usb2_ports[0]" = "USB2_PORT_LONG(OC0)" # Type-C
258 register "usb2_ports[1]" = "USB2_PORT_MID(OC3)" # Type-A Rear
259 register "usb2_ports[2]" = "USB2_PORT_MID(OC2)" # Type-A Front
260 register "usb2_ports[3]" = "USB2_PORT_MID(OC2)" # Type-A Front
261 register "usb2_ports[4]" = "USB2_PORT_MID(OC1)" # Type-A Rear
262 register "usb2_ports[5]" = "USB2_PORT_MID(OC1)" # Type-A Rear
263 register "usb2_ports[6]" = "USB2_PORT_MID(OC_SKIP)" # Bluetooth
264 register "usb2_ports[7]" = "USB2_PORT_MID(OC_SKIP)" # Type-A 2.0 / Debug
265 register "usb2_ports[8]" = "USB2_PORT_EMPTY" # H1 (disconnected)
Shelley Chen243dc392017-03-15 15:25:48 -0700266
Shelley Chenc5168832017-03-21 15:04:04 -0700267 register "usb3_ports[0]" = "USB3_PORT_DEFAULT(OC0)" # Type-C
268 register "usb3_ports[1]" = "USB3_PORT_DEFAULT(OC3)" # Type-A Rear
269 register "usb3_ports[2]" = "USB3_PORT_DEFAULT(OC2)" # Type-A Front
270 register "usb3_ports[3]" = "USB3_PORT_DEFAULT(OC2)" # Type-A Front
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530271 register "usb3_ports[4]" = "USB3_PORT_DEFAULT(OC1)" # Type-A Rear
272 register "usb3_ports[5]" = "USB3_PORT_DEFAULT(OC1)" # Type-A Rear
Shelley Chen243dc392017-03-15 15:25:48 -0700273
Shelley Chenc5168832017-03-21 15:04:04 -0700274 register "i2c_voltage[0]" = "I2C_VOLTAGE_3V3" # HDMI CEC
275 register "i2c_voltage[1]" = "I2C_VOLTAGE_3V3" # TPM
276 register "i2c_voltage[2]" = "I2C_VOLTAGE_3V3" # Debug
Shelley Chen243dc392017-03-15 15:25:48 -0700277 register "i2c_voltage[5]" = "I2C_VOLTAGE_1V8" # Audio
278
Shelley Chen5aa64b92017-06-09 13:05:29 -0700279 # Use GSPI0 for cr50 TPM. Early init is required to set up a BAR for TPM
280 # communication before memory is up.
281 register "gspi[0]" = "{
282 .speed_mhz = 1,
283 .early_init = 1,
284 }"
285
Shelley Chen8bd8cd32018-01-22 10:26:31 -0800286 # audio
287 register "i2c[5]" = "{
288 .speed = I2C_SPEED_FAST,
289 .speed_config[0] = {
290 .speed = I2C_SPEED_FAST,
291 .scl_lcnt = 194,
292 .scl_hcnt = 100,
293 .sda_hold = 36,
294 },
295 }"
296
Shelley Chen243dc392017-03-15 15:25:48 -0700297 # Must leave UART0 enabled or SD/eMMC will not work as PCI
298 register "SerialIoDevMode" = "{
Shelley Chen5537f022017-11-22 16:55:27 -0800299 [PchSerialIoIndexI2C0] = PchSerialIoDisabled,
300 [PchSerialIoIndexI2C1] = PchSerialIoDisabled,
301 [PchSerialIoIndexI2C2] = PchSerialIoDisabled,
Shelley Chenc5168832017-03-21 15:04:04 -0700302 [PchSerialIoIndexI2C3] = PchSerialIoDisabled,
303 [PchSerialIoIndexI2C4] = PchSerialIoDisabled,
Shelley Chen243dc392017-03-15 15:25:48 -0700304 [PchSerialIoIndexI2C5] = PchSerialIoPci,
305 [PchSerialIoIndexSpi0] = PchSerialIoPci,
Shelley Chenc5168832017-03-21 15:04:04 -0700306 [PchSerialIoIndexSpi1] = PchSerialIoDisabled,
Shelley Chen243dc392017-03-15 15:25:48 -0700307 [PchSerialIoIndexUart0] = PchSerialIoPci,
308 [PchSerialIoIndexUart1] = PchSerialIoDisabled,
309 [PchSerialIoIndexUart2] = PchSerialIoSkipInit,
310 }"
311
312 register "speed_shift_enable" = "1"
Shelley Chen8c81c6a2017-06-29 14:58:59 -0700313 register "tdp_psyspl2" = "90"
Shelley Chen2a9e8122018-02-06 21:16:04 -0800314 register "psys_pmax" = "120"
Kevin Chiu09f8a832018-01-08 11:50:59 +0800315 register "tcc_offset" = "6" # TCC of 94C
Shelley Chen243dc392017-03-15 15:25:48 -0700316
317 # Use default SD card detect GPIO configuration
Shelley Chenc5168832017-03-21 15:04:04 -0700318 register "sdcard_cd_gpio_default" = "GPP_A7"
Shelley Chen243dc392017-03-15 15:25:48 -0700319
Subrata Banikc204aaa2017-08-17 15:49:58 +0530320 # Lock Down
321 register "chipset_lockdown" = "CHIPSET_LOCKDOWN_COREBOOT"
322
Shelley Chen243dc392017-03-15 15:25:48 -0700323 device cpu_cluster 0 on
324 device lapic 0 on end
325 end
326 device domain 0 on
327 device pci 00.0 on end # Host Bridge
328 device pci 02.0 on end # Integrated Graphics Device
329 device pci 14.0 on end # USB xHCI
330 device pci 14.1 off end # USB xDCI (OTG)
331 device pci 14.2 on end # Thermal Subsystem
Shelley Chen5537f022017-11-22 16:55:27 -0800332 device pci 15.0 off end # I2C #0
333 device pci 15.1 off end # I2C #1
334 device pci 15.2 off end # I2C #2
335 device pci 15.3 off end # I2C #3
Shelley Chen243dc392017-03-15 15:25:48 -0700336 device pci 16.0 on end # Management Engine Interface 1
337 device pci 16.1 off end # Management Engine Interface 2
338 device pci 16.2 off end # Management Engine IDE-R
339 device pci 16.3 off end # Management Engine KT Redirection
340 device pci 16.4 off end # Management Engine Interface 3
Shelley Chenc5168832017-03-21 15:04:04 -0700341 device pci 17.0 on end # SATA
Shelley Chen243dc392017-03-15 15:25:48 -0700342 device pci 19.0 on end # UART #2
343 device pci 19.1 on
Kevin Cheng2a6f4ae2017-06-06 10:37:59 +0800344 chip drivers/i2c/generic
345 register "hid" = ""10EC5663""
346 register "name" = ""RT53""
347 register "desc" = ""Realtek RT5663""
348 register "irq_gpio" = "ACPI_GPIO_IRQ_EDGE_BOTH(GPP_D9)"
349 device i2c 13 on end
350 end
Shelley Chen243dc392017-03-15 15:25:48 -0700351 end # I2C #5
Shelley Chenc5168832017-03-21 15:04:04 -0700352 device pci 19.2 off end # I2C #4
Gaggery Tsai2ecf3f82017-11-02 09:58:06 +0800353 device pci 1c.0 on # PCI Express Port 1
354 chip drivers/net
Gaggery Tsaid7de7bc2017-12-20 13:12:57 +0800355 register "customized_leds" = "0x0fa5"
Gaggery Tsai61c817d2017-11-23 13:23:57 +0800356 register "wake" = "GPE0_PCI_EXP"
Gaggery Tsai2ecf3f82017-11-02 09:58:06 +0800357 device pci 00.0 on end
358 end
359 end # PCI Express Port 1
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530360 device pci 1c.1 off end # PCI Express Port 2
Gaggery Tsai2ecf3f82017-11-02 09:58:06 +0800361 # PCI Express Port 3 for LAN, but will be swapped to port 1
362 device pci 1c.2 on end
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530363 device pci 1c.3 on
Shelley Chen243dc392017-03-15 15:25:48 -0700364 chip drivers/intel/wifi
365 register "wake" = "GPE0_PCI_EXP"
366 device pci 00.0 on end
367 end
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530368 end # PCI Express Port 4 for WLAN
369 device pci 1c.4 on end # PCI Express Port 5 for NVMe
Shelley Chen243dc392017-03-15 15:25:48 -0700370 device pci 1c.5 off end # PCI Express Port 6
371 device pci 1c.6 off end # PCI Express Port 7
372 device pci 1c.7 off end # PCI Express Port 8
David Wu5f7fa722017-12-11 14:40:36 +0800373 device pci 1d.0 on # PCI Express Port 9 for 2nd LAN
374 chip drivers/net
Gaggery Tsaid7de7bc2017-12-20 13:12:57 +0800375 register "customized_leds" = "0x0fa5"
David Wu5f7fa722017-12-11 14:40:36 +0800376 device pci 00.0 on end
377 end
378 end # PCI Express Port 9 for BtoB
Shelley Chen243dc392017-03-15 15:25:48 -0700379 device pci 1d.1 off end # PCI Express Port 10
Zhongze Hu12f656c2018-02-16 00:53:02 -0800380 device pci 1d.2 on end # PCI Express Port 11
381 device pci 1d.3 on end # PCI Express Port 12
Shelley Chen243dc392017-03-15 15:25:48 -0700382 device pci 1e.0 on end # UART #0
383 device pci 1e.1 off end # UART #1
Shelley Chen5aa64b92017-06-09 13:05:29 -0700384 device pci 1e.2 on
385 chip drivers/spi/acpi
386 register "hid" = "ACPI_DT_NAMESPACE_HID"
387 register "compat_string" = ""google,cr50""
388 register "irq" = "ACPI_IRQ_EDGE_LOW(GPP_E0_IRQ)"
389 device spi 0 on end
390 end
391 end # GSPI #0
Shelley Chenc5168832017-03-21 15:04:04 -0700392 device pci 1e.3 off end # GSPI #1
393 device pci 1e.4 off end # eMMC
Shelley Chen243dc392017-03-15 15:25:48 -0700394 device pci 1e.5 off end # SDIO
395 device pci 1e.6 on end # SDCard
396 device pci 1f.0 on
397 chip ec/google/chromeec
398 device pnp 0c09.0 on end
399 end
400 end # LPC Interface
401 device pci 1f.1 on end # P2SB
402 device pci 1f.2 on end # Power Management Controller
403 device pci 1f.3 on end # Intel HDA
404 device pci 1f.4 on end # SMBus
405 device pci 1f.5 on end # PCH SPI
406 device pci 1f.6 off end # GbE
407 end
408end