blob: cfeefb1d720b6ef820b889b45b242ead4444b1fb [file] [log] [blame]
Furquan Shaikh06cd9032016-12-14 12:10:21 -08001chip soc/intel/skylake
2
Matt DeVillier8f424722019-11-27 22:55:43 -06003 # IGD Displays
4 register "gfx" = "GMA_STATIC_DISPLAYS(0)"
5
Furquan Shaikh2eb08372017-02-22 16:42:04 -08006 # Deep Sx states
Duncan Laurie1fe32d62017-04-10 21:02:13 -07007 register "deep_s3_enable_ac" = "0"
Furquan Shaikhd37107e2017-11-08 11:28:10 -08008 register "deep_s3_enable_dc" = "0"
Duncan Laurie1fe32d62017-04-10 21:02:13 -07009 register "deep_s5_enable_ac" = "1"
10 register "deep_s5_enable_dc" = "1"
Furquan Shaikh9d867af2017-12-03 21:45:47 -080011 register "deep_sx_config" = "DSX_EN_LAN_WAKE_PIN | DSX_EN_WAKE_PIN | DSX_DIS_AC_PRESENT_PD"
Furquan Shaikh06cd9032016-12-14 12:10:21 -080012
13 # GPE configuration
14 # Note that GPE events called out in ASL code rely on this
15 # route. i.e. If this route changes then the affected GPE
16 # offset bits also need to be changed.
17 register "gpe0_dw0" = "GPP_B"
18 register "gpe0_dw1" = "GPP_D"
19 register "gpe0_dw2" = "GPP_E"
20
21 # EC host command ranges are in 0x800-0x8ff & 0x200-0x20f
22 register "gen1_dec" = "0x00fc0801"
23 register "gen2_dec" = "0x000c0201"
24 # EC memory map range is 0x900-0x9ff
25 register "gen3_dec" = "0x00fc0901"
26
Sumeet Pawnikard56fae12017-02-20 10:34:01 +053027 # Enable DPTF
28 register "dptf_enable" = "1"
29
Rajat Jain2671afc2017-07-20 19:31:01 -070030 # Enable S0ix
Felix Singer743242b2023-06-16 01:33:25 +020031 register "s0ix_enable" = true
Rajat Jain2671afc2017-07-20 19:31:01 -070032
Furquan Shaikh06cd9032016-12-14 12:10:21 -080033 # FSP Configuration
Furquan Shaikh06cd9032016-12-14 12:10:21 -080034 register "SataSalpSupport" = "0"
Furquan Shaikh06cd9032016-12-14 12:10:21 -080035 register "SataPortsEnable[0]" = "0"
Furquan Shaikh06cd9032016-12-14 12:10:21 -080036 register "DspEnable" = "1"
37 register "IoBufferOwnership" = "3"
Furquan Shaikh06cd9032016-12-14 12:10:21 -080038 register "SsicPortEnable" = "0"
Furquan Shaikh06cd9032016-12-14 12:10:21 -080039 register "ScsEmmcHs400Enabled" = "1"
Furquan Shaikh06cd9032016-12-14 12:10:21 -080040 register "SkipExtGfxScan" = "1"
Angel Pons6fadde02021-04-04 16:11:53 +020041 register "SaGv" = "SaGv_Enabled"
Furquan Shaikh06cd9032016-12-14 12:10:21 -080042 register "PmConfigSlpS3MinAssert" = "2" # 50ms
43 register "PmConfigSlpS4MinAssert" = "1" # 1s
44 register "PmConfigSlpSusMinAssert" = "1" # 500ms
45 register "PmConfigSlpAMinAssert" = "3" # 2s
Furquan Shaikh06cd9032016-12-14 12:10:21 -080046
Duncan Laurie4fa8a6f2017-03-14 16:37:55 -070047 # VR Settings Configuration for 4 Domains
48 #+----------------+-------+-------+-------+-------+
49 #| Domain/Setting | SA | IA | GTUS | GTS |
50 #+----------------+-------+-------+-------+-------+
51 #| Psi1Threshold | 20A | 20A | 20A | 20A |
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -070052 #| Psi2Threshold | 2A | 2A | 2A | 2A |
Duncan Laurie4fa8a6f2017-03-14 16:37:55 -070053 #| Psi3Threshold | 1A | 1A | 1A | 1A |
54 #| Psi3Enable | 1 | 1 | 1 | 1 |
55 #| Psi4Enable | 1 | 1 | 1 | 1 |
56 #| ImonSlope | 0 | 0 | 0 | 0 |
57 #| ImonOffset | 0 | 0 | 0 | 0 |
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -070058 #| IccMax | 5A | 24A | 24A | 24A |
Duncan Laurie4fa8a6f2017-03-14 16:37:55 -070059 #| VrVoltageLimit | 1.52V | 1.52V | 1.52V | 1.52V |
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -070060 #| AcLoadline | 15 | 5.7 | 5.5 | 5.5 |
61 #| DcLoadline | 14.3 | 4.83 | 4.2 | 4.2 |
Duncan Laurie4fa8a6f2017-03-14 16:37:55 -070062 #+----------------+-------+-------+-------+-------+
Furquan Shaikh06cd9032016-12-14 12:10:21 -080063 register "domain_vr_config[VR_SYSTEM_AGENT]" = "{
64 .vr_config_enable = 1,
65 .psi1threshold = VR_CFG_AMP(20),
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -070066 .psi2threshold = VR_CFG_AMP(2),
Furquan Shaikh06cd9032016-12-14 12:10:21 -080067 .psi3threshold = VR_CFG_AMP(1),
68 .psi3enable = 1,
69 .psi4enable = 1,
70 .imon_slope = 0x0,
71 .imon_offset = 0x0,
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -070072 .icc_max = VR_CFG_AMP(5),
Furquan Shaikh06cd9032016-12-14 12:10:21 -080073 .voltage_limit = 1520,
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -070074 .ac_loadline = 1500,
75 .dc_loadline = 1430,
Furquan Shaikh06cd9032016-12-14 12:10:21 -080076 }"
77
78 register "domain_vr_config[VR_IA_CORE]" = "{
79 .vr_config_enable = 1,
80 .psi1threshold = VR_CFG_AMP(20),
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -070081 .psi2threshold = VR_CFG_AMP(2),
Furquan Shaikh06cd9032016-12-14 12:10:21 -080082 .psi3threshold = VR_CFG_AMP(1),
83 .psi3enable = 1,
84 .psi4enable = 1,
85 .imon_slope = 0x0,
86 .imon_offset = 0x0,
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -070087 .icc_max = VR_CFG_AMP(24),
Furquan Shaikh06cd9032016-12-14 12:10:21 -080088 .voltage_limit = 1520,
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -070089 .ac_loadline = 570,
90 .dc_loadline = 483,
Furquan Shaikh06cd9032016-12-14 12:10:21 -080091 }"
92
Furquan Shaikh06cd9032016-12-14 12:10:21 -080093 register "domain_vr_config[VR_GT_UNSLICED]" = "{
94 .vr_config_enable = 1,
95 .psi1threshold = VR_CFG_AMP(20),
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -070096 .psi2threshold = VR_CFG_AMP(2),
Furquan Shaikh06cd9032016-12-14 12:10:21 -080097 .psi3threshold = VR_CFG_AMP(1),
98 .psi3enable = 1,
99 .psi4enable = 1,
100 .imon_slope = 0x0,
101 .imon_offset = 0x0,
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -0700102 .icc_max = VR_CFG_AMP(24),
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800103 .voltage_limit = 1520,
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -0700104 .ac_loadline = 550,
105 .dc_loadline = 420,
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800106 }"
107
108 register "domain_vr_config[VR_GT_SLICED]" = "{
109 .vr_config_enable = 1,
110 .psi1threshold = VR_CFG_AMP(20),
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -0700111 .psi2threshold = VR_CFG_AMP(2),
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800112 .psi3threshold = VR_CFG_AMP(1),
113 .psi3enable = 1,
114 .psi4enable = 1,
115 .imon_slope = 0x0,
116 .imon_offset = 0x0,
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -0700117 .icc_max = VR_CFG_AMP(24),
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800118 .voltage_limit = 1520,
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -0700119 .ac_loadline = 550,
120 .dc_loadline = 420,
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800121 }"
122
123 # Enable Root port 1.
124 register "PcieRpEnable[0]" = "1"
125 # Enable CLKREQ#
126 register "PcieRpClkReqSupport[0]" = "1"
127 # RP 1 uses SRCCLKREQ1#
128 register "PcieRpClkReqNumber[0]" = "1"
Rizwan Qureshiea4649f2017-09-06 19:08:23 +0530129 # RP 1, Enable Advanced Error Reporting
Rizwan Qureshi09703f62017-09-16 02:01:13 +0530130 register "PcieRpAdvancedErrorReporting[0]" = "1"
131 # RP 1, Enable Latency Tolerance Reporting Mechanism
132 register "PcieRpLtrEnable[0]" = "1"
Alexander Goncharov893c3ae82023-02-04 15:20:37 +0400133 # RP 1 uses CLK SRC 1
Divya Chellape7fb7ce2017-12-19 20:16:50 +0530134 register "PcieRpClkSrcNumber[0]" = "1"
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800135
136 register "usb2_ports[0]" = "USB2_PORT_LONG(OC0)" # Type-C Port 1
137 register "usb2_ports[1]" = "USB2_PORT_MID(OC_SKIP)" # Type-A Port
138 register "usb2_ports[2]" = "USB2_PORT_MID(OC_SKIP)" # Bluetooth
139 register "usb2_ports[4]" = "USB2_PORT_LONG(OC1)" # Type-C Port 2
140 register "usb2_ports[6]" = "USB2_PORT_MID(OC_SKIP)" # Type-A Port
141 register "usb2_ports[8]" = "USB2_PORT_MID(OC_SKIP)" # Type-A Port
142
143 register "usb3_ports[0]" = "USB3_PORT_DEFAULT(OC0)" # Type-C Port 1
144 register "usb3_ports[1]" = "USB3_PORT_DEFAULT(OC1)" # Type-C Port 2
145 register "usb3_ports[2]" = "USB3_PORT_DEFAULT(OC_SKIP)" # Type-A Port
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800146
Subrata Banikc4986eb2018-05-09 14:55:09 +0530147 # Intel Common SoC Config
148 #+-------------------+---------------------------+
149 #| Field | Value |
150 #+-------------------+---------------------------+
Subrata Banikc4986eb2018-05-09 14:55:09 +0530151 #| I2C0 | Touchscreen |
152 #| I2C1 | H1 |
153 #| I2C2 | Camera |
154 #| I2C3 | Pen |
155 #| I2C4 | Camera |
156 #| I2C5 | Audio |
Subrata Banikc077b222019-08-01 10:50:35 +0530157 #| pch_thermal_trip | PCH Trip Temperature |
Subrata Banikc4986eb2018-05-09 14:55:09 +0530158 #+-------------------+---------------------------+
159 register "common_soc_config" = "{
Subrata Banikc4986eb2018-05-09 14:55:09 +0530160 .i2c[0] = {
Furquan Shaikhc3e4f632017-08-25 09:50:15 -0700161 .speed = I2C_SPEED_FAST,
Subrata Banikc4986eb2018-05-09 14:55:09 +0530162 .speed_config[0] = {
163 .speed = I2C_SPEED_FAST,
164 .scl_lcnt = 185,
165 .scl_hcnt = 90,
166 .sda_hold = 36,
167 },
168 },
169 .i2c[1] = {
170 .speed = I2C_SPEED_FAST,
171 .speed_config[0] = {
172 .speed = I2C_SPEED_FAST,
173 .scl_lcnt = 190,
174 .scl_hcnt = 100,
175 .sda_hold = 36,
176 },
177 .early_init = 1,
178 },
179 .i2c[2] = {
180 .speed = I2C_SPEED_FAST,
181 .speed_config[0] = {
182 .speed = I2C_SPEED_FAST,
183 .scl_lcnt = 190,
184 .scl_hcnt = 97,
185 .sda_hold = 36,
186 },
187 },
188 .i2c[4] = {
189 .speed = I2C_SPEED_FAST,
190 .speed_config[0] = {
191 .speed = I2C_SPEED_FAST,
192 .scl_lcnt = 190,
193 .scl_hcnt = 97,
194 .sda_hold = 36,
195 },
196 },
197 .i2c[5] = {
198 .speed = I2C_SPEED_FAST,
199 .speed_config[0] = {
200 .speed = I2C_SPEED_FAST,
201 .scl_lcnt = 190,
202 .scl_hcnt = 98,
203 .sda_hold = 36,
204 },
Furquan Shaikhc3e4f632017-08-25 09:50:15 -0700205 },
Subrata Banikc077b222019-08-01 10:50:35 +0530206 .pch_thermal_trip = 75,
Furquan Shaikhc3e4f632017-08-25 09:50:15 -0700207 }"
208
Subrata Banikc4986eb2018-05-09 14:55:09 +0530209 # Touchscreen
210 register "i2c_voltage[0]" = "I2C_VOLTAGE_3V3"
211
Furquan Shaikhc3e4f632017-08-25 09:50:15 -0700212 # H1
213 register "i2c_voltage[1]" = "I2C_VOLTAGE_3V3"
Furquan Shaikhc3e4f632017-08-25 09:50:15 -0700214
215 # Camera
216 register "i2c_voltage[2]" = "I2C_VOLTAGE_1V8"
Furquan Shaikhc3e4f632017-08-25 09:50:15 -0700217
218 # Pen
219 register "i2c_voltage[3]" = "I2C_VOLTAGE_1V8"
220
221 # Camera
222 register "i2c_voltage[4]" = "I2C_VOLTAGE_1V8"
Furquan Shaikhc3e4f632017-08-25 09:50:15 -0700223
224 # Audio
225 register "i2c_voltage[5]" = "I2C_VOLTAGE_1V8"
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800226
227 # Must leave UART0 enabled or SD/eMMC will not work as PCI
228 register "SerialIoDevMode" = "{
229 [PchSerialIoIndexI2C0] = PchSerialIoPci,
230 [PchSerialIoIndexI2C1] = PchSerialIoPci,
231 [PchSerialIoIndexI2C2] = PchSerialIoPci,
232 [PchSerialIoIndexI2C3] = PchSerialIoPci,
233 [PchSerialIoIndexI2C4] = PchSerialIoPci,
234 [PchSerialIoIndexI2C5] = PchSerialIoPci,
Furquan Shaikhbea9b472017-12-04 12:16:22 -0800235 [PchSerialIoIndexSpi0] = PchSerialIoDisabled,
Furquan Shaikh296c79c2017-06-09 18:41:39 -0700236 [PchSerialIoIndexSpi1] = PchSerialIoDisabled,
Angel Pons08564942021-06-04 18:55:03 +0200237 [PchSerialIoIndexUart0] = PchSerialIoSkipInit,
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800238 [PchSerialIoIndexUart1] = PchSerialIoDisabled,
239 [PchSerialIoIndexUart2] = PchSerialIoSkipInit,
240 }"
241
Sumeet Pawnikarb4411d32017-08-10 18:55:12 +0530242 # PL2 override 15W for KBL-Y
Sumeet R Pawnikar97c54642020-05-10 01:24:11 +0530243 register "power_limits_config" = "{
244 .tdp_pl2_override = 15,
245 .psys_pmax = 45,
246 }"
Sumeet Pawnikard56fae12017-02-20 10:34:01 +0530247 register "tcc_offset" = "10" # TCC of 90C
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800248
Furquan Shaikhd093e4a2017-01-13 17:27:36 -0800249 # Use default SD card detect GPIO configuration
Angel Pons6bd99f92021-02-20 00:16:47 +0100250 register "sdcard_cd_gpio" = "GPP_E15"
Furquan Shaikhd093e4a2017-01-13 17:27:36 -0800251
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800252 device domain 0 on
Marvin Evers059476d2023-12-04 02:28:25 +0100253 device ref system_agent on end
254 device ref igpu on end
255 device ref sa_thermal on end
256 device ref imgu on end
257 device ref south_xhci on end
258 device ref south_xdci on end
259 device ref thermal on end
260 device ref cio on end
261 device ref i2c0 on
Furquan Shaikh13dae932017-01-12 02:06:47 -0800262 chip drivers/i2c/generic
Furquan Shaikh5677e7d2017-06-05 09:19:29 -0700263 register "hid" = ""ELAN0001""
264 register "desc" = ""ELAN Touchscreen""
Matt DeVillier1c2f5ce2019-11-28 01:45:11 -0600265 register "irq" = "ACPI_IRQ_LEVEL_LOW(GPP_E7_IRQ)"
Matt DeVillier86425c82022-03-28 23:45:14 -0500266 register "detect" = "1"
Furquan Shaikh5677e7d2017-06-05 09:19:29 -0700267 register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_E3)"
268 register "reset_delay_ms" = "20"
269 register "enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_C22)"
270 register "enable_delay_ms" = "1"
271 register "has_power_resource" = "1"
272 device i2c 10 on end
273 end
274 chip drivers/i2c/generic
Furquan Shaikh13dae932017-01-12 02:06:47 -0800275 register "hid" = ""ATML0001""
276 register "desc" = ""Atmel Touchscreen""
Furquan Shaikh61335082017-02-21 15:52:57 -0800277 register "irq" = "ACPI_IRQ_LEVEL_LOW(GPP_E7_IRQ)"
Matt DeVillier86425c82022-03-28 23:45:14 -0500278 register "detect" = "1"
Furquan Shaikh73108de2017-05-23 11:56:09 -0700279 register "has_power_resource" = "1"
Furquan Shaikh73108de2017-05-23 11:56:09 -0700280 register "enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_C22)"
281 register "enable_delay_ms" = "250"
Furquan Shaikh13dae932017-01-12 02:06:47 -0800282 device i2c 4b on end
283 end
Marvin Evers059476d2023-12-04 02:28:25 +0100284 end
285 device ref i2c1 on
Furquan Shaikh15815432017-05-23 22:46:52 -0700286 chip drivers/i2c/tpm
287 register "hid" = ""GOOG0005""
288 register "irq" = "ACPI_IRQ_EDGE_LOW(GPP_E0_IRQ)"
289 device i2c 50 on end
290 end
Marvin Evers059476d2023-12-04 02:28:25 +0100291 end
292 device ref i2c2 on end
293 device ref i2c3 on
Furquan Shaikh5360c7e2017-02-19 01:18:09 -0800294 chip drivers/i2c/hid
295 register "generic.hid" = ""WCOM50C1""
296 register "generic.desc" = ""WCOM Digitizer""
Furquan Shaikh5b9b5932017-02-21 13:16:30 -0800297 register "generic.irq" = "ACPI_IRQ_LEVEL_LOW(GPP_D1_IRQ)"
Furquan Shaikh2d12a902017-12-17 21:01:54 -0800298 register "generic.wake" = "GPE0_DW1_12"
Furquan Shaikhc57c48b2017-02-15 09:53:50 -0800299 register "hid_desc_reg_offset" = "0x1"
300 device i2c 0x9 on end
301 end
Nicolas Boichat3bfd7342018-03-14 15:46:15 +0800302 chip drivers/generic/gpio_keys
303 register "name" = ""PENH""
304 register "gpio" = "ACPI_GPIO_INPUT_ACTIVE_LOW(GPP_D8)"
305 register "key.dev_name" = ""EJCT""
306 register "key.linux_code" = "SW_PEN_INSERTED"
307 register "key.linux_input_type" = "EV_SW"
308 register "key.label" = ""pen_eject""
Furquan Shaikhfa8b75f2020-06-26 01:19:46 -0700309 register "key.wakeup_route" = "WAKEUP_ROUTE_DISABLED"
Nicolas Boichat3bfd7342018-03-14 15:46:15 +0800310 device generic 0 on end
311 end
Marvin Evers059476d2023-12-04 02:28:25 +0100312 end
313 device ref heci1 on end
314 device ref heci2 off end
315 device ref csme_ider off end
316 device ref csme_ktr off end
317 device ref heci3 off end
318 device ref sata off end
319 device ref uart2 on end
320 device ref i2c5 on
Rizwan Qureshi7ed1eff2017-01-13 22:22:42 +0530321 chip drivers/i2c/max98927
322 register "interleave_mode" = "1"
Harsha Priya130b4a22017-08-24 14:40:04 -0700323 register "vmon_slot_no" = "4"
324 register "imon_slot_no" = "5"
Rizwan Qureshi7ed1eff2017-01-13 22:22:42 +0530325 register "uid" = "0"
326 register "desc" = ""SSM4567 Right Speaker Amp""
327 register "name" = ""MAXR""
328 device i2c 39 on end
329 end
330 chip drivers/i2c/max98927
331 register "interleave_mode" = "1"
Harsha Priya130b4a22017-08-24 14:40:04 -0700332 register "vmon_slot_no" = "6"
333 register "imon_slot_no" = "7"
Rizwan Qureshi7ed1eff2017-01-13 22:22:42 +0530334 register "uid" = "1"
335 register "desc" = ""SSM4567 Left Speaker Amp""
336 register "name" = ""MAXL""
337 device i2c 3A on end
338 end
Rizwan Qureshia04ceaa2017-02-07 21:11:45 +0530339 chip drivers/i2c/generic
340 register "hid" = ""10EC5663""
341 register "name" = ""RT53""
342 register "desc" = ""Realtek RT5663""
Rizwan Qureshi6a1503e2017-03-16 13:19:22 +0530343 register "irq_gpio" = "ACPI_GPIO_IRQ_EDGE_BOTH(GPP_D9)"
Rizwan Qureshia04ceaa2017-02-07 21:11:45 +0530344 register "probed" = "1"
345 device i2c 13 on end
346 end
Marvin Evers059476d2023-12-04 02:28:25 +0100347 end
348 device ref i2c4 on end
349 device ref pcie_rp1 on
Furquan Shaikha266d1e2020-10-04 12:52:54 -0700350 chip drivers/wifi/generic
Furquan Shaikh5e9ba6e2017-12-18 01:17:08 -0800351 register "wake" = "GPE0_DW0_00"
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800352 device pci 00.0 on end
353 end
Marvin Evers059476d2023-12-04 02:28:25 +0100354 end
355 device ref pcie_rp2 off end
356 device ref pcie_rp3 off end
357 device ref pcie_rp4 off end
358 device ref pcie_rp5 off end
359 device ref pcie_rp6 off end
360 device ref pcie_rp7 off end
361 device ref pcie_rp8 off end
362 device ref pcie_rp9 off end
363 device ref pcie_rp10 off end
364 device ref pcie_rp11 off end
365 device ref pcie_rp12 off end
366 device ref uart0 on end
367 device ref uart1 off end
368 device ref gspi0 off end
369 device ref gspi1 off end
370 device ref emmc on end
371 device ref sdio off end
372 device ref sdxc on end
373 device ref lpc_espi on
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800374 chip ec/google/chromeec
375 device pnp 0c09.0 on end
376 end
Marvin Evers059476d2023-12-04 02:28:25 +0100377 end
378 device ref p2sb on end
379 device ref pmc on end
380 device ref hda on end
381 device ref smbus on end
382 device ref fast_spi on end
383 device ref gbe off end
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800384 end
385end