blob: a6ec6b62f8e1cf3024a9e60bdb45b57e8bfd8acf [file] [log] [blame]
Shelley Chen243dc392017-03-15 15:25:48 -07001chip soc/intel/skylake
2
Michael Niewöhner97e21d32020-12-28 00:49:33 +01003 register "panel_cfg" = "{
4 .up_delay_ms = 200,
5 .down_delay_ms = 50,
6 .cycle_delay_ms = 500,
7 .backlight_on_delay_ms = 1,
8 .backlight_off_delay_ms = 200,
9 .backlight_pwm_hz = 200,
10 }"
Nico Huber55c57772018-12-16 03:39:35 +010011
Shelley Chen243dc392017-03-15 15:25:48 -070012 # Deep Sx states
Duncan Laurie1fe32d62017-04-10 21:02:13 -070013 register "deep_s3_enable_ac" = "0"
14 register "deep_s3_enable_dc" = "0"
15 register "deep_s5_enable_ac" = "1"
16 register "deep_s5_enable_dc" = "1"
Shelley Chen243dc392017-03-15 15:25:48 -070017 register "deep_sx_config" = "DSX_EN_LAN_WAKE_PIN | DSX_EN_WAKE_PIN"
18
Matt DeVillier89393d62019-01-05 02:16:39 -060019 register "eist_enable" = "1"
20
Shelley Chenda6e4f62017-06-29 16:13:33 -070021 # Mapping of USB port # to device
22 #+----------------+-------+-----------------------------------+
23 #| Device | Port# | Rev |
24 #+----------------+-------+-----------------------------------+
25 #| USB C | 1 | 2/3 |
26 #| USB A Rear | 2 | 2/3 |
27 #| USB A Front | 3 | 2/3 |
28 #| USB A Front | 4 | 2/3 |
29 #| USB A Rear | 5 | 2 on base celeron, 2/3 all others |
30 #| USB A Rear | 6 | 2 on base celeron, 2/3 all others |
31 #| Bluetooth | 7 | |
32 #| Daughter Board | 8 | |
33 #+----------------+-------+-----------------------------------+
34
35 # Bitmap for Wake Enable on USB attach/detach
Felix Singer21b5a9a2023-10-23 07:26:28 +020036 register "usb2_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(2) |
37 USB_PORT_WAKE_ENABLE(3) |
38 USB_PORT_WAKE_ENABLE(4) |
39 USB_PORT_WAKE_ENABLE(5) |
Shelley Chenda6e4f62017-06-29 16:13:33 -070040 USB_PORT_WAKE_ENABLE(6)"
Felix Singer21b5a9a2023-10-23 07:26:28 +020041 register "usb3_wake_enable_bitmap" = "USB_PORT_WAKE_ENABLE(2) |
42 USB_PORT_WAKE_ENABLE(3) |
43 USB_PORT_WAKE_ENABLE(4) |
44 USB_PORT_WAKE_ENABLE(5) |
Shelley Chenda6e4f62017-06-29 16:13:33 -070045 USB_PORT_WAKE_ENABLE(6)"
46
Shelley Chen243dc392017-03-15 15:25:48 -070047 # GPE configuration
48 # Note that GPE events called out in ASL code rely on this
49 # route. i.e. If this route changes then the affected GPE
50 # offset bits also need to be changed.
51 register "gpe0_dw0" = "GPP_B"
52 register "gpe0_dw1" = "GPP_D"
53 register "gpe0_dw2" = "GPP_E"
54
55 # EC host command ranges are in 0x800-0x8ff & 0x200-0x20f
56 register "gen1_dec" = "0x00fc0801"
57 register "gen2_dec" = "0x000c0201"
58 # EC memory map range is 0x900-0x9ff
59 register "gen3_dec" = "0x00fc0901"
60
Tsai, Gaggeryb2a3ac42017-08-22 10:55:13 +080061 # Enable DPTF
62 register "dptf_enable" = "1"
63
Shelley Chen6dd9e592017-12-20 10:43:25 -080064 # Enable S0ix
Felix Singer743242b2023-06-16 01:33:25 +020065 register "s0ix_enable" = true
Shelley Chen6dd9e592017-12-20 10:43:25 -080066
Shelley Chen243dc392017-03-15 15:25:48 -070067 # FSP Configuration
David Wu0f829052017-12-11 14:08:11 +080068 register "SataPortsEnable[0]" = "1"
Shelley Chene8365aa2017-04-24 13:11:43 -070069 register "SataPortsEnable[1]" = "1"
Gaggery Tsaibc37c672017-09-29 13:40:04 +080070 register "SataPortsDevSlp[1]" = "1"
Shelley Chen243dc392017-03-15 15:25:48 -070071 register "DspEnable" = "1"
72 register "IoBufferOwnership" = "3"
Shelley Chen243dc392017-03-15 15:25:48 -070073 register "SkipExtGfxScan" = "1"
Angel Pons6fadde02021-04-04 16:11:53 +020074 register "SaGv" = "SaGv_Enabled"
Shelley Chen243dc392017-03-15 15:25:48 -070075 register "PmConfigSlpS3MinAssert" = "2" # 50ms
76 register "PmConfigSlpS4MinAssert" = "1" # 1s
77 register "PmConfigSlpSusMinAssert" = "1" # 500ms
78 register "PmConfigSlpAMinAssert" = "3" # 2s
Shelley Chen243dc392017-03-15 15:25:48 -070079 register "SendVrMbxCmd" = "1" # IMVP8 workaround
80
Rizwan Qureshibbff1572017-12-07 02:10:06 +053081 # Intersil VR c-state issue workaround
82 # send VR mailbox command for IA/GT/SA rails
83 register "IslVrCmd" = "2"
84
Shelley Chen243dc392017-03-15 15:25:48 -070085 # VR Settings Configuration for 4 Domains
86 #+----------------+-------+-------+-------+-------+
87 #| Domain/Setting | SA | IA | GTUS | GTS |
88 #+----------------+-------+-------+-------+-------+
89 #| Psi1Threshold | 20A | 20A | 20A | 20A |
90 #| Psi2Threshold | 4A | 5A | 5A | 5A |
91 #| Psi3Threshold | 1A | 1A | 1A | 1A |
92 #| Psi3Enable | 1 | 1 | 1 | 1 |
93 #| Psi4Enable | 1 | 1 | 1 | 1 |
94 #| ImonSlope | 0 | 0 | 0 | 0 |
95 #| ImonOffset | 0 | 0 | 0 | 0 |
96 #| IccMax | 7A | 34A | 35A | 35A |
97 #| VrVoltageLimit | 1.52V | 1.52V | 1.52V | 1.52V |
Gaggery Tsai63278ab2018-01-22 11:17:28 +080098 #| AcLoadline(ohm)| 10.3m | 2.4m | 3.1m | 3.1m |
99 #| DcLoadline(ohm)| 10.3m | 2.4m | 3.1m | 3.1m |
Shelley Chen243dc392017-03-15 15:25:48 -0700100 #+----------------+-------+-------+-------+-------+
Gaggery Tsai2ce90902018-01-15 22:48:18 +0800101 #Note: IccMax settings are moved to SoC code
Shelley Chen243dc392017-03-15 15:25:48 -0700102 register "domain_vr_config[VR_SYSTEM_AGENT]" = "{
103 .vr_config_enable = 1,
104 .psi1threshold = VR_CFG_AMP(20),
105 .psi2threshold = VR_CFG_AMP(4),
106 .psi3threshold = VR_CFG_AMP(1),
107 .psi3enable = 1,
108 .psi4enable = 1,
109 .imon_slope = 0x0,
110 .imon_offset = 0x0,
Shelley Chen243dc392017-03-15 15:25:48 -0700111 .voltage_limit = 1520,
Gaggery Tsai63278ab2018-01-22 11:17:28 +0800112 .ac_loadline = 1030,
113 .dc_loadline = 1030,
Shelley Chen243dc392017-03-15 15:25:48 -0700114 }"
115
116 register "domain_vr_config[VR_IA_CORE]" = "{
117 .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,
Shelley Chen243dc392017-03-15 15:25:48 -0700125 .voltage_limit = 1520,
Gaggery Tsai63278ab2018-01-22 11:17:28 +0800126 .ac_loadline = 240,
127 .dc_loadline = 240,
Shelley Chen243dc392017-03-15 15:25:48 -0700128 }"
129
130 register "domain_vr_config[VR_GT_UNSLICED]" = "{
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,
Shelley Chen243dc392017-03-15 15:25:48 -0700139 .voltage_limit = 1520,
Gaggery Tsai63278ab2018-01-22 11:17:28 +0800140 .ac_loadline = 310,
141 .dc_loadline = 310,
Shelley Chen243dc392017-03-15 15:25:48 -0700142 }"
143
144 register "domain_vr_config[VR_GT_SLICED]" = "{
145 .vr_config_enable = 1,
146 .psi1threshold = VR_CFG_AMP(20),
147 .psi2threshold = VR_CFG_AMP(5),
148 .psi3threshold = VR_CFG_AMP(1),
149 .psi3enable = 1,
150 .psi4enable = 1,
151 .imon_slope = 0x0,
152 .imon_offset = 0x0,
Shelley Chen243dc392017-03-15 15:25:48 -0700153 .voltage_limit = 1520,
Gaggery Tsai63278ab2018-01-22 11:17:28 +0800154 .ac_loadline = 310,
155 .dc_loadline = 310,
Shelley Chen243dc392017-03-15 15:25:48 -0700156 }"
157
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530158 # Enable Root port 3(x1) for LAN.
159 register "PcieRpEnable[2]" = "1"
Shelley Chen243dc392017-03-15 15:25:48 -0700160 # Enable CLKREQ#
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530161 register "PcieRpClkReqSupport[2]" = "1"
162 # RP 3 uses SRCCLKREQ0#
163 register "PcieRpClkReqNumber[2]" = "0"
Kane Chen6708d3a2017-10-11 12:39:46 +0800164 # RP 3, Enable Advanced Error Reporting
165 register "PcieRpAdvancedErrorReporting[2]" = "1"
166 # RP 3, Enable Latency Tolerance Reporting Mechanism
167 register "PcieRpLtrEnable[2]" = "1"
Alexander Goncharov893c3ae82023-02-04 15:20:37 +0400168 # RP 3 uses CLK SRC 0
Divya Chellape7fb7ce2017-12-19 20:16:50 +0530169 register "PcieRpClkSrcNumber[2]" = "0"
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530170
171 # Enable Root port 4(x1) for WLAN.
172 register "PcieRpEnable[3]" = "1"
173 # Enable CLKREQ#
174 register "PcieRpClkReqSupport[3]" = "1"
175 # RP 4 uses SRCCLKREQ5#
176 register "PcieRpClkReqNumber[3]" = "5"
Kane Chen6708d3a2017-10-11 12:39:46 +0800177 # RP 4, Enable Advanced Error Reporting
178 register "PcieRpAdvancedErrorReporting[3]" = "1"
179 # RP 4, Enable Latency Tolerance Reporting Mechanism
180 register "PcieRpLtrEnable[3]" = "1"
Alexander Goncharov893c3ae82023-02-04 15:20:37 +0400181 # RP 4 uses CLK SRC 5
Divya Chellape7fb7ce2017-12-19 20:16:50 +0530182 register "PcieRpClkSrcNumber[3]" = "5"
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530183
184 # Enable Root port 5(x4) for NVMe.
185 register "PcieRpEnable[4]" = "1"
186 # Enable CLKREQ#
187 register "PcieRpClkReqSupport[4]" = "1"
188 # RP 5 uses SRCCLKREQ1#
189 register "PcieRpClkReqNumber[4]" = "1"
Kane Chen6708d3a2017-10-11 12:39:46 +0800190 # RP 5, Enable Advanced Error Reporting
191 register "PcieRpAdvancedErrorReporting[4]" = "1"
192 # RP 5, Enable Latency Tolerance Reporting Mechanism
193 register "PcieRpLtrEnable[4]" = "1"
Divya Chellape7fb7ce2017-12-19 20:16:50 +0530194 # RP 5 uses CLK SRC 1
195 register "PcieRpClkSrcNumber[4]" = "1"
Naresh G Solanki561f7fc2017-04-20 16:45:01 +0530196
197 # Enable Root port 9 for BtoB.
198 register "PcieRpEnable[8]" = "1"
199 # Enable CLKREQ#
200 register "PcieRpClkReqSupport[8]" = "1"
201 # RP 9 uses SRCCLKREQ2#
202 register "PcieRpClkReqNumber[8]" = "2"
Kane Chen6708d3a2017-10-11 12:39:46 +0800203 # RP 9, Enable Advanced Error Reporting
204 register "PcieRpAdvancedErrorReporting[8]" = "1"
205 # RP 9, Enable Latency Tolerance Reporting Mechanism
206 register "PcieRpLtrEnable[8]" = "1"
Alexander Goncharov893c3ae82023-02-04 15:20:37 +0400207 # RP 9 uses CLK SRC 2
Divya Chellape7fb7ce2017-12-19 20:16:50 +0530208 register "PcieRpClkSrcNumber[8]" = "2"
Shelley Chen243dc392017-03-15 15:25:48 -0700209
Zhongze Hu12f656c2018-02-16 00:53:02 -0800210 # Enable Root port 11 for BtoB.
211 register "PcieRpEnable[10]" = "1"
212 # Enable CLKREQ#
213 register "PcieRpClkReqSupport[10]" = "1"
214 # RP 11 uses SRCCLKREQ2#
215 register "PcieRpClkReqNumber[10]" = "2"
216 # RP 11, Enable Advanced Error Reporting
217 register "PcieRpAdvancedErrorReporting[10]" = "1"
218 # RP 11, Enable Latency Tolerance Reporting Mechanism
219 register "PcieRpLtrEnable[10]" = "1"
Alexander Goncharov893c3ae82023-02-04 15:20:37 +0400220 # RP 11 uses CLK SRC 2
Zhongze Hu12f656c2018-02-16 00:53:02 -0800221 register "PcieRpClkSrcNumber[10]" = "2"
222
223 # Enable Root port 12 for BtoB.
224 register "PcieRpEnable[11]" = "1"
225 # Enable CLKREQ#
226 register "PcieRpClkReqSupport[11]" = "1"
227 # RP 12 uses SRCCLKREQ2#
228 register "PcieRpClkReqNumber[11]" = "2"
229 # RP 12, Enable Advanced Error Reporting
230 register "PcieRpAdvancedErrorReporting[11]" = "1"
231 # RP 12, Enable Latency Tolerance Reporting Mechanism
232 register "PcieRpLtrEnable[11]" = "1"
Alexander Goncharov893c3ae82023-02-04 15:20:37 +0400233 # RP 12 uses CLK SRC 2
Zhongze Hu12f656c2018-02-16 00:53:02 -0800234 register "PcieRpClkSrcNumber[11]" = "2"
235
Shelley Chenc5168832017-03-21 15:04:04 -0700236 register "i2c_voltage[0]" = "I2C_VOLTAGE_3V3" # HDMI CEC
237 register "i2c_voltage[1]" = "I2C_VOLTAGE_3V3" # TPM
238 register "i2c_voltage[2]" = "I2C_VOLTAGE_3V3" # Debug
Shelley Chen243dc392017-03-15 15:25:48 -0700239 register "i2c_voltage[5]" = "I2C_VOLTAGE_1V8" # Audio
240
Subrata Banikc4986eb2018-05-09 14:55:09 +0530241 # Intel Common SoC Config
242 #+-------------------+---------------------------+
243 #| Field | Value |
244 #+-------------------+---------------------------+
Subrata Banikc4986eb2018-05-09 14:55:09 +0530245 #| GSPI0 | cr50 TPM. Early init is |
246 #| | required to set up a BAR |
247 #| | for TPM communication |
248 #| | before memory is up |
249 #| I2C5 | Audio |
250 #+-------------------+---------------------------+
Shelley Chen5aa64b92017-06-09 13:05:29 -0700251
Subrata Banikc4986eb2018-05-09 14:55:09 +0530252 register "common_soc_config" = "{
Subrata Banikc4986eb2018-05-09 14:55:09 +0530253 .gspi[0] = {
254 .speed_mhz = 1,
255 .early_init = 1,
256 },
257 .i2c[5] = {
Shelley Chen8bd8cd32018-01-22 10:26:31 -0800258 .speed = I2C_SPEED_FAST,
Subrata Banikc4986eb2018-05-09 14:55:09 +0530259 .speed_config[0] = {
260 .speed = I2C_SPEED_FAST,
261 .scl_lcnt = 194,
262 .scl_hcnt = 100,
263 .sda_hold = 36,
264 },
Shelley Chen8bd8cd32018-01-22 10:26:31 -0800265 },
266 }"
267
Shelley Chen243dc392017-03-15 15:25:48 -0700268 # Must leave UART0 enabled or SD/eMMC will not work as PCI
269 register "SerialIoDevMode" = "{
Zhongze Hu1fa724b2018-03-16 17:11:07 -0700270 [PchSerialIoIndexI2C0] = PchSerialIoPci,
Shelley Chen5537f022017-11-22 16:55:27 -0800271 [PchSerialIoIndexI2C1] = PchSerialIoDisabled,
Zhongze Hu1fa724b2018-03-16 17:11:07 -0700272 [PchSerialIoIndexI2C2] = PchSerialIoPci,
Shelley Chenc5168832017-03-21 15:04:04 -0700273 [PchSerialIoIndexI2C3] = PchSerialIoDisabled,
274 [PchSerialIoIndexI2C4] = PchSerialIoDisabled,
Shelley Chen243dc392017-03-15 15:25:48 -0700275 [PchSerialIoIndexI2C5] = PchSerialIoPci,
276 [PchSerialIoIndexSpi0] = PchSerialIoPci,
Shelley Chenc5168832017-03-21 15:04:04 -0700277 [PchSerialIoIndexSpi1] = PchSerialIoDisabled,
Duncan Laurie3879ef42018-03-02 14:39:47 -0800278 [PchSerialIoIndexUart0] = PchSerialIoSkipInit,
Shelley Chen243dc392017-03-15 15:25:48 -0700279 [PchSerialIoIndexUart1] = PchSerialIoDisabled,
280 [PchSerialIoIndexUart2] = PchSerialIoSkipInit,
281 }"
282
Sumeet R Pawnikar97c54642020-05-10 01:24:11 +0530283 register "power_limits_config" = "{
284 .tdp_psyspl2 = 90,
285 .psys_pmax = 120,
286 }"
Kevin Chiu09f8a832018-01-08 11:50:59 +0800287 register "tcc_offset" = "6" # TCC of 94C
Shelley Chen243dc392017-03-15 15:25:48 -0700288
Shelley Chen243dc392017-03-15 15:25:48 -0700289 device domain 0 on
Felix Singera6116342023-11-16 01:59:32 +0100290 device ref igpu on end
291 device ref sa_thermal on end
292 device ref south_xhci on
Felix Singer6c83a712024-06-23 00:25:18 +0200293 register "usb2_ports" = "{
294 [0] = USB2_PORT_LONG(OC0), // Type-C
295 [1] = USB2_PORT_MID(OC3), // Type-A Rear
296 [2] = USB2_PORT_MID(OC2), // Type-A Front
297 [3] = USB2_PORT_MID(OC2), // Type-A Front
298 [4] = USB2_PORT_MID(OC1), // Type-A Rear
299 [5] = USB2_PORT_MID(OC1), // Type-A Rear
300 [6] = USB2_PORT_MID(OC_SKIP), // Bluetooth
301 [7] = USB2_PORT_MID(OC_SKIP), // Type-A 2.0 / Debug
302 }"
303
304 register "usb3_ports" = "{
305 [0] = USB3_PORT_DEFAULT(OC0), // Type-C
306 [1] = USB3_PORT_DEFAULT(OC3), // Type-A Rear
307 [2] = USB3_PORT_DEFAULT(OC2), // Type-A Front
308 [3] = USB3_PORT_DEFAULT(OC2), // Type-A Front
309 [4] = USB3_PORT_DEFAULT(OC1), // Type-A Rear
310 [5] = USB3_PORT_DEFAULT(OC1), // Type-A Rear
311 }"
Emil Lundmark2ad7ea02018-05-22 19:32:35 +0200312 chip drivers/usb/acpi
313 register "desc" = ""Root Hub""
314 register "type" = "UPC_TYPE_HUB"
315 device usb 0.0 on
316 chip drivers/usb/acpi
317 register "desc" = ""USB2 Type-C Rear""
318 register "type" = "UPC_TYPE_C_USB2_SS_SWITCH"
319 device usb 2.0 on end
320 end
321 chip drivers/usb/acpi
322 register "desc" = ""USB2 Type-A Rear Left""
323 register "type" = "UPC_TYPE_A"
324 device usb 2.1 on end
325 end
326 chip drivers/usb/acpi
Emil Lundmark2ad7ea02018-05-22 19:32:35 +0200327 register "desc" = ""USB2 Type-A Rear Right""
328 register "type" = "UPC_TYPE_A"
329 device usb 2.4 on end
330 end
331 chip drivers/usb/acpi
332 register "desc" = ""USB2 Type-A Rear Middle""
333 register "type" = "UPC_TYPE_A"
334 device usb 2.5 on end
335 end
336 chip drivers/usb/acpi
337 register "desc" = ""USB2 Bluetooth""
338 register "type" = "UPC_TYPE_INTERNAL"
339 device usb 2.6 on end
340 end
341 chip drivers/usb/acpi
342 register "desc" = ""USB3 Type-C Rear""
343 register "type" = "UPC_TYPE_C_USB2_SS_SWITCH"
344 device usb 3.0 on end
345 end
346 chip drivers/usb/acpi
347 register "desc" = ""USB3 Type-A Rear Left""
348 register "type" = "UPC_TYPE_USB3_A"
349 device usb 3.1 on end
350 end
351 chip drivers/usb/acpi
Emil Lundmark2ad7ea02018-05-22 19:32:35 +0200352 register "desc" = ""USB3 Type-A Rear Right""
353 register "type" = "UPC_TYPE_USB3_A"
354 device usb 3.4 on end
355 end
356 chip drivers/usb/acpi
357 register "desc" = ""USB3 Type-A Rear Middle""
358 register "type" = "UPC_TYPE_USB3_A"
359 device usb 3.5 on end
360 end
361 end
362 end
Felix Singera6116342023-11-16 01:59:32 +0100363 end
364 device ref thermal on end
365 device ref i2c0 on end
366 device ref i2c2 on end
367 device ref heci1 on end
368 device ref sata on end
369 device ref uart2 on end
370 device ref i2c5 on end
371 device ref pcie_rp1 on end
372 device ref pcie_rp3 on
373 # LAN, will be swapped to port 1 by FSP
Gaggery Tsai2ecf3f82017-11-02 09:58:06 +0800374 chip drivers/net
Gaggery Tsaid7de7bc2017-12-20 13:12:57 +0800375 register "customized_leds" = "0x0fa5"
Gaggery Tsai61c817d2017-11-23 13:23:57 +0800376 register "wake" = "GPE0_PCI_EXP"
Gaggery Tsai2ecf3f82017-11-02 09:58:06 +0800377 device pci 00.0 on end
Edward O'Callaghan0e138062020-03-23 13:06:42 +1100378 register "device_index" = "0"
Gaggery Tsai2ecf3f82017-11-02 09:58:06 +0800379 end
Felix Singera6116342023-11-16 01:59:32 +0100380 end
381 device ref pcie_rp4 on
382 # WLAN
Furquan Shaikha266d1e2020-10-04 12:52:54 -0700383 chip drivers/wifi/generic
Shelley Chen243dc392017-03-15 15:25:48 -0700384 register "wake" = "GPE0_PCI_EXP"
385 device pci 00.0 on end
386 end
Felix Singera6116342023-11-16 01:59:32 +0100387 end
388 device ref pcie_rp5 on end # NVMe
389 device ref pcie_rp9 on
390 # 2nd LAN
David Wu5f7fa722017-12-11 14:40:36 +0800391 chip drivers/net
Gaggery Tsaid7de7bc2017-12-20 13:12:57 +0800392 register "customized_leds" = "0x0fa5"
Edward O'Callaghan0e138062020-03-23 13:06:42 +1100393 register "device_index" = "1"
David Wu5f7fa722017-12-11 14:40:36 +0800394 device pci 00.0 on end
395 end
Felix Singera6116342023-11-16 01:59:32 +0100396 end
397 device ref pcie_rp11 on end
398 device ref pcie_rp12 on end
399 device ref uart0 on end
400 device ref gspi0 on
Shelley Chen5aa64b92017-06-09 13:05:29 -0700401 chip drivers/spi/acpi
402 register "hid" = "ACPI_DT_NAMESPACE_HID"
403 register "compat_string" = ""google,cr50""
404 register "irq" = "ACPI_IRQ_EDGE_LOW(GPP_E0_IRQ)"
405 device spi 0 on end
406 end
Felix Singera6116342023-11-16 01:59:32 +0100407 end
408 device ref sdxc on end
409 device ref lpc_espi on
Shelley Chen243dc392017-03-15 15:25:48 -0700410 chip ec/google/chromeec
411 device pnp 0c09.0 on end
412 end
Felix Singera6116342023-11-16 01:59:32 +0100413 end
414 device ref hda on end
415 device ref smbus on end
416 device ref fast_spi on end
Shelley Chen243dc392017-03-15 15:25:48 -0700417 end
418end