blob: 5f8b4593a5a299798843d21df2c8f3dbe3d35b12 [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 "ScsEmmcHs400Enabled" = "1"
Furquan Shaikh06cd9032016-12-14 12:10:21 -080039 register "SkipExtGfxScan" = "1"
Angel Pons6fadde02021-04-04 16:11:53 +020040 register "SaGv" = "SaGv_Enabled"
Furquan Shaikh06cd9032016-12-14 12:10:21 -080041 register "PmConfigSlpS3MinAssert" = "2" # 50ms
42 register "PmConfigSlpS4MinAssert" = "1" # 1s
43 register "PmConfigSlpSusMinAssert" = "1" # 500ms
44 register "PmConfigSlpAMinAssert" = "3" # 2s
Furquan Shaikh06cd9032016-12-14 12:10:21 -080045
Duncan Laurie4fa8a6f2017-03-14 16:37:55 -070046 # VR Settings Configuration for 4 Domains
47 #+----------------+-------+-------+-------+-------+
48 #| Domain/Setting | SA | IA | GTUS | GTS |
49 #+----------------+-------+-------+-------+-------+
50 #| Psi1Threshold | 20A | 20A | 20A | 20A |
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -070051 #| Psi2Threshold | 2A | 2A | 2A | 2A |
Duncan Laurie4fa8a6f2017-03-14 16:37:55 -070052 #| Psi3Threshold | 1A | 1A | 1A | 1A |
53 #| Psi3Enable | 1 | 1 | 1 | 1 |
54 #| Psi4Enable | 1 | 1 | 1 | 1 |
55 #| ImonSlope | 0 | 0 | 0 | 0 |
56 #| ImonOffset | 0 | 0 | 0 | 0 |
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -070057 #| IccMax | 5A | 24A | 24A | 24A |
Duncan Laurie4fa8a6f2017-03-14 16:37:55 -070058 #| VrVoltageLimit | 1.52V | 1.52V | 1.52V | 1.52V |
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -070059 #| AcLoadline | 15 | 5.7 | 5.5 | 5.5 |
60 #| DcLoadline | 14.3 | 4.83 | 4.2 | 4.2 |
Duncan Laurie4fa8a6f2017-03-14 16:37:55 -070061 #+----------------+-------+-------+-------+-------+
Furquan Shaikh06cd9032016-12-14 12:10:21 -080062 register "domain_vr_config[VR_SYSTEM_AGENT]" = "{
63 .vr_config_enable = 1,
64 .psi1threshold = VR_CFG_AMP(20),
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -070065 .psi2threshold = VR_CFG_AMP(2),
Furquan Shaikh06cd9032016-12-14 12:10:21 -080066 .psi3threshold = VR_CFG_AMP(1),
67 .psi3enable = 1,
68 .psi4enable = 1,
69 .imon_slope = 0x0,
70 .imon_offset = 0x0,
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -070071 .icc_max = VR_CFG_AMP(5),
Furquan Shaikh06cd9032016-12-14 12:10:21 -080072 .voltage_limit = 1520,
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -070073 .ac_loadline = 1500,
74 .dc_loadline = 1430,
Furquan Shaikh06cd9032016-12-14 12:10:21 -080075 }"
76
77 register "domain_vr_config[VR_IA_CORE]" = "{
78 .vr_config_enable = 1,
79 .psi1threshold = VR_CFG_AMP(20),
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -070080 .psi2threshold = VR_CFG_AMP(2),
Furquan Shaikh06cd9032016-12-14 12:10:21 -080081 .psi3threshold = VR_CFG_AMP(1),
82 .psi3enable = 1,
83 .psi4enable = 1,
84 .imon_slope = 0x0,
85 .imon_offset = 0x0,
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -070086 .icc_max = VR_CFG_AMP(24),
Furquan Shaikh06cd9032016-12-14 12:10:21 -080087 .voltage_limit = 1520,
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -070088 .ac_loadline = 570,
89 .dc_loadline = 483,
Furquan Shaikh06cd9032016-12-14 12:10:21 -080090 }"
91
Furquan Shaikh06cd9032016-12-14 12:10:21 -080092 register "domain_vr_config[VR_GT_UNSLICED]" = "{
93 .vr_config_enable = 1,
94 .psi1threshold = VR_CFG_AMP(20),
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -070095 .psi2threshold = VR_CFG_AMP(2),
Furquan Shaikh06cd9032016-12-14 12:10:21 -080096 .psi3threshold = VR_CFG_AMP(1),
97 .psi3enable = 1,
98 .psi4enable = 1,
99 .imon_slope = 0x0,
100 .imon_offset = 0x0,
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -0700101 .icc_max = VR_CFG_AMP(24),
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800102 .voltage_limit = 1520,
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -0700103 .ac_loadline = 550,
104 .dc_loadline = 420,
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800105 }"
106
107 register "domain_vr_config[VR_GT_SLICED]" = "{
108 .vr_config_enable = 1,
109 .psi1threshold = VR_CFG_AMP(20),
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -0700110 .psi2threshold = VR_CFG_AMP(2),
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800111 .psi3threshold = VR_CFG_AMP(1),
112 .psi3enable = 1,
113 .psi4enable = 1,
114 .imon_slope = 0x0,
115 .imon_offset = 0x0,
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -0700116 .icc_max = VR_CFG_AMP(24),
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800117 .voltage_limit = 1520,
Furquan Shaikh3f09b0f2017-08-18 17:26:27 -0700118 .ac_loadline = 550,
119 .dc_loadline = 420,
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800120 }"
121
122 # Enable Root port 1.
123 register "PcieRpEnable[0]" = "1"
124 # Enable CLKREQ#
125 register "PcieRpClkReqSupport[0]" = "1"
126 # RP 1 uses SRCCLKREQ1#
127 register "PcieRpClkReqNumber[0]" = "1"
Rizwan Qureshiea4649f2017-09-06 19:08:23 +0530128 # RP 1, Enable Advanced Error Reporting
Rizwan Qureshi09703f62017-09-16 02:01:13 +0530129 register "PcieRpAdvancedErrorReporting[0]" = "1"
130 # RP 1, Enable Latency Tolerance Reporting Mechanism
131 register "PcieRpLtrEnable[0]" = "1"
Alexander Goncharov893c3ae82023-02-04 15:20:37 +0400132 # RP 1 uses CLK SRC 1
Divya Chellape7fb7ce2017-12-19 20:16:50 +0530133 register "PcieRpClkSrcNumber[0]" = "1"
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800134
135 register "usb2_ports[0]" = "USB2_PORT_LONG(OC0)" # Type-C Port 1
136 register "usb2_ports[1]" = "USB2_PORT_MID(OC_SKIP)" # Type-A Port
137 register "usb2_ports[2]" = "USB2_PORT_MID(OC_SKIP)" # Bluetooth
138 register "usb2_ports[4]" = "USB2_PORT_LONG(OC1)" # Type-C Port 2
139 register "usb2_ports[6]" = "USB2_PORT_MID(OC_SKIP)" # Type-A Port
140 register "usb2_ports[8]" = "USB2_PORT_MID(OC_SKIP)" # Type-A Port
141
142 register "usb3_ports[0]" = "USB3_PORT_DEFAULT(OC0)" # Type-C Port 1
143 register "usb3_ports[1]" = "USB3_PORT_DEFAULT(OC1)" # Type-C Port 2
144 register "usb3_ports[2]" = "USB3_PORT_DEFAULT(OC_SKIP)" # Type-A Port
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800145
Subrata Banikc4986eb2018-05-09 14:55:09 +0530146 # Intel Common SoC Config
147 #+-------------------+---------------------------+
148 #| Field | Value |
149 #+-------------------+---------------------------+
Subrata Banikc4986eb2018-05-09 14:55:09 +0530150 #| I2C0 | Touchscreen |
151 #| I2C1 | H1 |
152 #| I2C2 | Camera |
153 #| I2C3 | Pen |
154 #| I2C4 | Camera |
155 #| I2C5 | Audio |
Subrata Banikc077b222019-08-01 10:50:35 +0530156 #| pch_thermal_trip | PCH Trip Temperature |
Subrata Banikc4986eb2018-05-09 14:55:09 +0530157 #+-------------------+---------------------------+
158 register "common_soc_config" = "{
Subrata Banikc4986eb2018-05-09 14:55:09 +0530159 .i2c[0] = {
Furquan Shaikhc3e4f632017-08-25 09:50:15 -0700160 .speed = I2C_SPEED_FAST,
Subrata Banikc4986eb2018-05-09 14:55:09 +0530161 .speed_config[0] = {
162 .speed = I2C_SPEED_FAST,
163 .scl_lcnt = 185,
164 .scl_hcnt = 90,
165 .sda_hold = 36,
166 },
167 },
168 .i2c[1] = {
169 .speed = I2C_SPEED_FAST,
170 .speed_config[0] = {
171 .speed = I2C_SPEED_FAST,
172 .scl_lcnt = 190,
173 .scl_hcnt = 100,
174 .sda_hold = 36,
175 },
176 .early_init = 1,
177 },
178 .i2c[2] = {
179 .speed = I2C_SPEED_FAST,
180 .speed_config[0] = {
181 .speed = I2C_SPEED_FAST,
182 .scl_lcnt = 190,
183 .scl_hcnt = 97,
184 .sda_hold = 36,
185 },
186 },
187 .i2c[4] = {
188 .speed = I2C_SPEED_FAST,
189 .speed_config[0] = {
190 .speed = I2C_SPEED_FAST,
191 .scl_lcnt = 190,
192 .scl_hcnt = 97,
193 .sda_hold = 36,
194 },
195 },
196 .i2c[5] = {
197 .speed = I2C_SPEED_FAST,
198 .speed_config[0] = {
199 .speed = I2C_SPEED_FAST,
200 .scl_lcnt = 190,
201 .scl_hcnt = 98,
202 .sda_hold = 36,
203 },
Furquan Shaikhc3e4f632017-08-25 09:50:15 -0700204 },
Subrata Banikc077b222019-08-01 10:50:35 +0530205 .pch_thermal_trip = 75,
Furquan Shaikhc3e4f632017-08-25 09:50:15 -0700206 }"
207
Subrata Banikc4986eb2018-05-09 14:55:09 +0530208 # Touchscreen
209 register "i2c_voltage[0]" = "I2C_VOLTAGE_3V3"
210
Furquan Shaikhc3e4f632017-08-25 09:50:15 -0700211 # H1
212 register "i2c_voltage[1]" = "I2C_VOLTAGE_3V3"
Furquan Shaikhc3e4f632017-08-25 09:50:15 -0700213
214 # Camera
215 register "i2c_voltage[2]" = "I2C_VOLTAGE_1V8"
Furquan Shaikhc3e4f632017-08-25 09:50:15 -0700216
217 # Pen
218 register "i2c_voltage[3]" = "I2C_VOLTAGE_1V8"
219
220 # Camera
221 register "i2c_voltage[4]" = "I2C_VOLTAGE_1V8"
Furquan Shaikhc3e4f632017-08-25 09:50:15 -0700222
223 # Audio
224 register "i2c_voltage[5]" = "I2C_VOLTAGE_1V8"
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800225
226 # Must leave UART0 enabled or SD/eMMC will not work as PCI
227 register "SerialIoDevMode" = "{
228 [PchSerialIoIndexI2C0] = PchSerialIoPci,
229 [PchSerialIoIndexI2C1] = PchSerialIoPci,
230 [PchSerialIoIndexI2C2] = PchSerialIoPci,
231 [PchSerialIoIndexI2C3] = PchSerialIoPci,
232 [PchSerialIoIndexI2C4] = PchSerialIoPci,
233 [PchSerialIoIndexI2C5] = PchSerialIoPci,
Furquan Shaikhbea9b472017-12-04 12:16:22 -0800234 [PchSerialIoIndexSpi0] = PchSerialIoDisabled,
Furquan Shaikh296c79c2017-06-09 18:41:39 -0700235 [PchSerialIoIndexSpi1] = PchSerialIoDisabled,
Angel Pons08564942021-06-04 18:55:03 +0200236 [PchSerialIoIndexUart0] = PchSerialIoSkipInit,
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800237 [PchSerialIoIndexUart1] = PchSerialIoDisabled,
238 [PchSerialIoIndexUart2] = PchSerialIoSkipInit,
239 }"
240
Sumeet Pawnikarb4411d32017-08-10 18:55:12 +0530241 # PL2 override 15W for KBL-Y
Sumeet R Pawnikar97c54642020-05-10 01:24:11 +0530242 register "power_limits_config" = "{
243 .tdp_pl2_override = 15,
244 .psys_pmax = 45,
245 }"
Sumeet Pawnikard56fae12017-02-20 10:34:01 +0530246 register "tcc_offset" = "10" # TCC of 90C
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800247
Furquan Shaikhd093e4a2017-01-13 17:27:36 -0800248 # Use default SD card detect GPIO configuration
Angel Pons6bd99f92021-02-20 00:16:47 +0100249 register "sdcard_cd_gpio" = "GPP_E15"
Furquan Shaikhd093e4a2017-01-13 17:27:36 -0800250
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800251 device domain 0 on
Marvin Evers059476d2023-12-04 02:28:25 +0100252 device ref system_agent on end
253 device ref igpu on end
254 device ref sa_thermal on end
255 device ref imgu on end
256 device ref south_xhci on end
257 device ref south_xdci on end
258 device ref thermal on end
259 device ref cio on end
260 device ref i2c0 on
Furquan Shaikh13dae932017-01-12 02:06:47 -0800261 chip drivers/i2c/generic
Furquan Shaikh5677e7d2017-06-05 09:19:29 -0700262 register "hid" = ""ELAN0001""
263 register "desc" = ""ELAN Touchscreen""
Matt DeVillier1c2f5ce2019-11-28 01:45:11 -0600264 register "irq" = "ACPI_IRQ_LEVEL_LOW(GPP_E7_IRQ)"
Matt DeVillier86425c82022-03-28 23:45:14 -0500265 register "detect" = "1"
Furquan Shaikh5677e7d2017-06-05 09:19:29 -0700266 register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_E3)"
267 register "reset_delay_ms" = "20"
268 register "enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_C22)"
269 register "enable_delay_ms" = "1"
270 register "has_power_resource" = "1"
271 device i2c 10 on end
272 end
273 chip drivers/i2c/generic
Furquan Shaikh13dae932017-01-12 02:06:47 -0800274 register "hid" = ""ATML0001""
275 register "desc" = ""Atmel Touchscreen""
Furquan Shaikh61335082017-02-21 15:52:57 -0800276 register "irq" = "ACPI_IRQ_LEVEL_LOW(GPP_E7_IRQ)"
Matt DeVillier86425c82022-03-28 23:45:14 -0500277 register "detect" = "1"
Furquan Shaikh73108de2017-05-23 11:56:09 -0700278 register "has_power_resource" = "1"
Furquan Shaikh73108de2017-05-23 11:56:09 -0700279 register "enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_C22)"
280 register "enable_delay_ms" = "250"
Furquan Shaikh13dae932017-01-12 02:06:47 -0800281 device i2c 4b on end
282 end
Marvin Evers059476d2023-12-04 02:28:25 +0100283 end
284 device ref i2c1 on
Furquan Shaikh15815432017-05-23 22:46:52 -0700285 chip drivers/i2c/tpm
286 register "hid" = ""GOOG0005""
287 register "irq" = "ACPI_IRQ_EDGE_LOW(GPP_E0_IRQ)"
288 device i2c 50 on end
289 end
Marvin Evers059476d2023-12-04 02:28:25 +0100290 end
291 device ref i2c2 on end
292 device ref i2c3 on
Furquan Shaikh5360c7e2017-02-19 01:18:09 -0800293 chip drivers/i2c/hid
294 register "generic.hid" = ""WCOM50C1""
295 register "generic.desc" = ""WCOM Digitizer""
Furquan Shaikh5b9b5932017-02-21 13:16:30 -0800296 register "generic.irq" = "ACPI_IRQ_LEVEL_LOW(GPP_D1_IRQ)"
Furquan Shaikh2d12a902017-12-17 21:01:54 -0800297 register "generic.wake" = "GPE0_DW1_12"
Furquan Shaikhc57c48b2017-02-15 09:53:50 -0800298 register "hid_desc_reg_offset" = "0x1"
299 device i2c 0x9 on end
300 end
Nicolas Boichat3bfd7342018-03-14 15:46:15 +0800301 chip drivers/generic/gpio_keys
302 register "name" = ""PENH""
303 register "gpio" = "ACPI_GPIO_INPUT_ACTIVE_LOW(GPP_D8)"
304 register "key.dev_name" = ""EJCT""
305 register "key.linux_code" = "SW_PEN_INSERTED"
306 register "key.linux_input_type" = "EV_SW"
307 register "key.label" = ""pen_eject""
Furquan Shaikhfa8b75f2020-06-26 01:19:46 -0700308 register "key.wakeup_route" = "WAKEUP_ROUTE_DISABLED"
Nicolas Boichat3bfd7342018-03-14 15:46:15 +0800309 device generic 0 on end
310 end
Marvin Evers059476d2023-12-04 02:28:25 +0100311 end
312 device ref heci1 on end
313 device ref heci2 off end
314 device ref csme_ider off end
315 device ref csme_ktr off end
316 device ref heci3 off end
317 device ref sata off end
318 device ref uart2 on end
319 device ref i2c5 on
Rizwan Qureshi7ed1eff2017-01-13 22:22:42 +0530320 chip drivers/i2c/max98927
321 register "interleave_mode" = "1"
Harsha Priya130b4a22017-08-24 14:40:04 -0700322 register "vmon_slot_no" = "4"
323 register "imon_slot_no" = "5"
Rizwan Qureshi7ed1eff2017-01-13 22:22:42 +0530324 register "uid" = "0"
325 register "desc" = ""SSM4567 Right Speaker Amp""
326 register "name" = ""MAXR""
327 device i2c 39 on end
328 end
329 chip drivers/i2c/max98927
330 register "interleave_mode" = "1"
Harsha Priya130b4a22017-08-24 14:40:04 -0700331 register "vmon_slot_no" = "6"
332 register "imon_slot_no" = "7"
Rizwan Qureshi7ed1eff2017-01-13 22:22:42 +0530333 register "uid" = "1"
334 register "desc" = ""SSM4567 Left Speaker Amp""
335 register "name" = ""MAXL""
336 device i2c 3A on end
337 end
Rizwan Qureshia04ceaa2017-02-07 21:11:45 +0530338 chip drivers/i2c/generic
339 register "hid" = ""10EC5663""
340 register "name" = ""RT53""
341 register "desc" = ""Realtek RT5663""
Rizwan Qureshi6a1503e2017-03-16 13:19:22 +0530342 register "irq_gpio" = "ACPI_GPIO_IRQ_EDGE_BOTH(GPP_D9)"
Rizwan Qureshia04ceaa2017-02-07 21:11:45 +0530343 register "probed" = "1"
344 device i2c 13 on end
345 end
Marvin Evers059476d2023-12-04 02:28:25 +0100346 end
347 device ref i2c4 on end
348 device ref pcie_rp1 on
Furquan Shaikha266d1e2020-10-04 12:52:54 -0700349 chip drivers/wifi/generic
Furquan Shaikh5e9ba6e2017-12-18 01:17:08 -0800350 register "wake" = "GPE0_DW0_00"
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800351 device pci 00.0 on end
352 end
Marvin Evers059476d2023-12-04 02:28:25 +0100353 end
354 device ref pcie_rp2 off end
355 device ref pcie_rp3 off end
356 device ref pcie_rp4 off end
357 device ref pcie_rp5 off end
358 device ref pcie_rp6 off end
359 device ref pcie_rp7 off end
360 device ref pcie_rp8 off end
361 device ref pcie_rp9 off end
362 device ref pcie_rp10 off end
363 device ref pcie_rp11 off end
364 device ref pcie_rp12 off end
365 device ref uart0 on end
366 device ref uart1 off end
367 device ref gspi0 off end
368 device ref gspi1 off end
369 device ref emmc on end
370 device ref sdio off end
371 device ref sdxc on end
372 device ref lpc_espi on
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800373 chip ec/google/chromeec
374 device pnp 0c09.0 on end
375 end
Marvin Evers059476d2023-12-04 02:28:25 +0100376 end
377 device ref p2sb on end
378 device ref pmc on end
379 device ref hda on end
380 device ref smbus on end
381 device ref fast_spi on end
382 device ref gbe off end
Furquan Shaikh06cd9032016-12-14 12:10:21 -0800383 end
384end