blob: dee2ec2a5ea46fdcc25dd3afb22257a84e136073 [file] [log] [blame]
Banajit Goswami7885c692017-03-16 16:00:34 -07001/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
Channagoud Kadabi6d4bb832016-06-30 23:40:05 -07002 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
Kyle Yan6a20fae2017-02-14 13:34:41 -080012
David Collinsc6686252017-03-31 14:23:09 -070013#include <dt-bindings/gpio/gpio.h>
Jigarkumar Zala861231152017-02-28 14:05:11 -080014#include "sdm845-camera-sensor-cdp.dtsi"
Sungjun Parkc9f9c062017-03-21 16:45:18 -070015
16/ {
17 bluetooth: bt_wcn3990 {
18 compatible = "qca,wcn3990";
19 qca,bt-vdd-io-supply = <&pm8998_s3>;
20 qca,bt-vdd-xtal-supply = <&pm8998_s5>;
21 qca,bt-vdd-core-supply = <&pm8998_l7>;
22 qca,bt-vdd-pa-supply = <&pm8998_l17>;
23 qca,bt-vdd-ldo-supply = <&pm8998_l25>;
24
25 qca,bt-vdd-io-voltage-level = <1352000 1352000>;
26 qca,bt-vdd-xtal-voltage-level = <2040000 2040000>;
27 qca,bt-vdd-core-voltage-level = <1800000 1800000>;
28 qca,bt-vdd-pa-voltage-level = <1304000 1304000>;
29 qca,bt-vdd-ldo-voltage-level = <3312000 3312000>;
30
31 qca,bt-vdd-io-current-level = <1>; /* LPM/PFM */
32 qca,bt-vdd-xtal-current-level = <1>; /* LPM/PFM */
33 qca,bt-vdd-core-current-level = <1>; /* LPM/PFM */
34 qca,bt-vdd-pa-current-level = <1>; /* LPM/PFM */
35 qca,bt-vdd-ldo-current-level = <1>; /* LPM/PFM */
36 };
37};
38
Banajit Goswamic0b75812017-03-16 16:14:17 -070039&soc {
David Collinsc6686252017-03-31 14:23:09 -070040 gpio_keys {
41 compatible = "gpio-keys";
42 label = "gpio-keys";
43
44 pinctrl-names = "default";
45 pinctrl-0 = <&key_home_default
46 &key_vol_up_default
47 &key_cam_snapshot_default
48 &key_cam_focus_default>;
49
50 home {
51 label = "home";
52 gpios = <&pm8998_gpios 5 GPIO_ACTIVE_LOW>;
53 linux,input-type = <1>;
54 linux,code = <102>;
55 gpio-key,wakeup;
56 debounce-interval = <15>;
57 linux,can-disable;
58 };
59
60 vol_up {
61 label = "volume_up";
62 gpios = <&pm8998_gpios 6 GPIO_ACTIVE_LOW>;
63 linux,input-type = <1>;
64 linux,code = <115>;
65 gpio-key,wakeup;
66 debounce-interval = <15>;
67 linux,can-disable;
68 };
69
70 cam_snapshot {
71 label = "cam_snapshot";
72 gpios = <&pm8998_gpios 7 GPIO_ACTIVE_LOW>;
73 linux,input-type = <1>;
74 linux,code = <766>;
75 gpio-key,wakeup;
76 debounce-interval = <15>;
77 linux,can-disable;
78 };
79
80 cam_focus {
81 label = "cam_focus";
82 gpios = <&pm8998_gpios 8 GPIO_ACTIVE_LOW>;
83 linux,input-type = <1>;
84 linux,code = <528>;
85 gpio-key,wakeup;
86 debounce-interval = <15>;
87 linux,can-disable;
88 };
89 };
Banajit Goswamic0b75812017-03-16 16:14:17 -070090};
Subhash Jadavani20a48962017-03-27 15:37:57 -070091
Ram Chandrasekar316c3932017-04-25 12:48:55 -060092&mdss_mdp {
93 #cooling-cells = <2>;
94};
95
Subhash Jadavani20a48962017-03-27 15:37:57 -070096&ufsphy_mem {
97 compatible = "qcom,ufs-phy-qmp-v3";
98
99 vdda-phy-supply = <&pm8998_l1>; /* 0.88v */
100 vdda-pll-supply = <&pm8998_l26>; /* 1.2v */
Subhash Jadavani20a48962017-03-27 15:37:57 -0700101 vdda-phy-max-microamp = <62900>;
102 vdda-pll-max-microamp = <18300>;
Subhash Jadavani20a48962017-03-27 15:37:57 -0700103
104 status = "ok";
105};
106
107&ufshc_mem {
108 vdd-hba-supply = <&ufs_phy_gdsc>;
109 vdd-hba-fixed-regulator;
110 vcc-supply = <&pm8998_l20>;
111 vccq2-supply = <&pm8998_s4>;
112 vcc-max-microamp = <600000>;
113 vccq2-max-microamp = <600000>;
114
Subhash Jadavani05480172017-04-01 15:51:52 -0700115 qcom,vddp-ref-clk-supply = <&pm8998_l2>;
116 qcom,vddp-ref-clk-max-microamp = <100>;
117
Subhash Jadavani20a48962017-03-27 15:37:57 -0700118 status = "ok";
119};
120
Subhash Jadavanidd416c42017-05-15 11:54:10 -0700121&extcon_storage_cd {
122 gpio = <&tlmm 126 GPIO_ACTIVE_LOW>;
123 debounce-ms = <200>;
124 irq-flags = <IRQ_TYPE_EDGE_BOTH>;
125
126 pinctrl-names = "default";
127 pinctrl-0 = <&storage_cd>;
128
129 status = "ok";
130};
131
Subhash Jadavani20a48962017-03-27 15:37:57 -0700132&ufsphy_card {
133 compatible = "qcom,ufs-phy-qmp-v3";
134
135 vdda-phy-supply = <&pm8998_l1>; /* 0.88v */
136 vdda-pll-supply = <&pm8998_l26>; /* 1.2v */
Subhash Jadavani20a48962017-03-27 15:37:57 -0700137 vdda-phy-max-microamp = <62900>;
138 vdda-pll-max-microamp = <18300>;
Subhash Jadavani20a48962017-03-27 15:37:57 -0700139
140 status = "ok";
141};
142
143&ufshc_card {
144 vdd-hba-supply = <&ufs_card_gdsc>;
145 vdd-hba-fixed-regulator;
146 vcc-supply = <&pm8998_l21>;
147 vccq2-supply = <&pm8998_s4>;
148 vcc-max-microamp = <300000>;
149 vccq2-max-microamp = <300000>;
150
Subhash Jadavani05480172017-04-01 15:51:52 -0700151 qcom,vddp-ref-clk-supply = <&pm8998_l2>;
152 qcom,vddp-ref-clk-max-microamp = <100>;
153
Subhash Jadavani10e7bde2017-05-05 10:29:53 -0700154 extcon = <&extcon_storage_cd>;
155
Subhash Jadavani20a48962017-03-27 15:37:57 -0700156 status = "ok";
157};
Subbaraman Narayanamurthycd21c812017-03-30 18:36:49 -0700158
Xiaonian Wange5dedbb2017-04-08 06:48:59 +0800159&sdhc_2 {
160 vdd-supply = <&pm8998_l21>;
161 qcom,vdd-voltage-level = <2950000 2960000>;
162 qcom,vdd-current-level = <200 800000>;
163
164 vdd-io-supply = <&pm8998_l13>;
165 qcom,vdd-io-voltage-level = <1808000 2960000>;
166 qcom,vdd-io-current-level = <200 22000>;
167
168 pinctrl-names = "active", "sleep";
169 pinctrl-0 = <&sdc2_clk_on &sdc2_cmd_on &sdc2_data_on>;
170 pinctrl-1 = <&sdc2_clk_off &sdc2_cmd_off &sdc2_data_off>;
171
172 qcom,clk-rates = <400000 20000000 25000000
173 50000000 100000000 200000000>;
174 qcom,bus-speed-mode = "SDR12", "SDR25", "SDR50", "DDR50", "SDR104";
175
Subhash Jadavanidd416c42017-05-15 11:54:10 -0700176 extcon = <&extcon_storage_cd>;
177
Xiaonian Wange5dedbb2017-04-08 06:48:59 +0800178 status = "ok";
179};
180
Subbaraman Narayanamurthy58377f02017-03-21 20:38:43 -0700181&pmi8998_switch1 {
Subbaraman Narayanamurthycd21c812017-03-30 18:36:49 -0700182 pinctrl-names = "led_enable", "led_disable";
183 pinctrl-0 = <&flash_led3_front_en>;
184 pinctrl-1 = <&flash_led3_front_dis>;
185};
Harry Yang67111662017-04-05 15:14:52 -0700186
187&pmi8998_charger {
188 qcom,batteryless-platform;
189};
Girish Mahadevan11bc2ff2017-04-08 08:26:35 -0600190
191/ {
Jack Phamc2160c842017-04-05 09:48:59 -0700192 extcon_usb1: extcon_usb1 {
193 compatible = "linux,extcon-usb-gpio";
194 id-gpio = <&pmi8998_gpios 9 GPIO_ACTIVE_HIGH>;
195 vbus-gpio = <&pmi8998_gpios 8 GPIO_ACTIVE_HIGH>;
196
197 pinctrl-names = "default";
198 pinctrl-0 = <&usb2_vbus_det_default
199 &usb2_id_det_default>;
200 };
201
202 usb1_vbus_vreg: usb1_vbus_vreg {
203 compatible = "regulator-fixed";
204 regulator-name = "usb_vbus_vreg";
205 gpio = <&pmi8998_gpios 2 GPIO_ACTIVE_HIGH>;
206 enable-active-high;
207
208 /* Typical EN-to-VBUS turn on time for NX5P1100 */
209 regulator-enable-ramp-delay = <630>;
210
211 pinctrl-names = "default";
212 pinctrl-0 = <&usb2_vbus_boost_default>;
213 };
Girish Mahadevan11bc2ff2017-04-08 08:26:35 -0600214};
215
216&qupv3_se9_2uart {
217 status = "ok";
218};
219
Shashank Babu Chinta Venkata59e305f2017-04-05 12:14:18 -0700220&labibb {
221 status = "ok";
222 qcom,qpnp-labibb-mode = "lcd";
223};
224
225&dsi_dual_nt35597_truly_video {
226 qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
227 qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
228 qcom,mdss-dsi-bl-min-level = <1>;
229 qcom,mdss-dsi-bl-max-level = <4095>;
Vara Reddy199c2822017-05-19 10:14:44 -0700230 qcom,mdss-dsi-mode-sel-gpio-state = "dual_port";
Shashank Babu Chinta Venkata59e305f2017-04-05 12:14:18 -0700231 qcom,panel-mode-gpio = <&tlmm 52 0>;
232 qcom,platform-reset-gpio = <&tlmm 6 0>;
233};
234
Shashank Babu Chinta Venkatac5ab0192017-05-15 09:57:19 -0700235&dsi_dual_nt35597_truly_cmd {
236 qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
237 qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
238 qcom,mdss-dsi-bl-min-level = <1>;
239 qcom,mdss-dsi-bl-max-level = <4095>;
Vara Reddy199c2822017-05-19 10:14:44 -0700240 qcom,mdss-dsi-mode-sel-gpio-state = "dual_port";
241 qcom,panel-mode-gpio = <&tlmm 52 0>;
242 qcom,platform-reset-gpio = <&tlmm 6 0>;
243 qcom,platform-te-gpio = <&tlmm 10 0>;
244};
245
246&dsi_nt35597_truly_dsc_cmd {
247 qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
248 qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
249 qcom,mdss-dsi-bl-min-level = <1>;
250 qcom,mdss-dsi-bl-max-level = <4095>;
251 qcom,mdss-dsi-mode-sel-gpio-state = "single_port";
252 qcom,panel-mode-gpio = <&tlmm 52 0>;
253 qcom,platform-reset-gpio = <&tlmm 6 0>;
254 qcom,platform-te-gpio = <&tlmm 10 0>;
255};
256
257&dsi_nt35597_truly_dsc_video {
258 qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
259 qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
260 qcom,mdss-dsi-bl-min-level = <1>;
261 qcom,mdss-dsi-bl-max-level = <4095>;
262 qcom,mdss-dsi-mode-sel-gpio-state = "single_port";
Shashank Babu Chinta Venkatac5ab0192017-05-15 09:57:19 -0700263 qcom,panel-mode-gpio = <&tlmm 52 0>;
264 qcom,platform-reset-gpio = <&tlmm 6 0>;
265};
266
Lloyd Atkinson24f743f2017-05-12 11:48:51 -0400267&dsi_sharp_1080_cmd {
268 qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
269 qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
270 qcom,mdss-dsi-bl-min-level = <1>;
271 qcom,mdss-dsi-bl-max-level = <4095>;
272 qcom,platform-reset-gpio = <&tlmm 6 0>;
273};
274
Narendra Muppallae8c25c82017-04-02 19:20:57 -0700275&dsi_sim_vid {
276 qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
277 qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
278 qcom,platform-reset-gpio = <&tlmm 6 0>;
279};
280
281&dsi_dual_sim_vid {
282 qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
283 qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
284 qcom,platform-reset-gpio = <&tlmm 6 0>;
285};
286
Narendra Muppallaa1a55462017-04-04 18:07:27 -0700287&dsi_sim_cmd {
288 qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
289 qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
290 qcom,platform-reset-gpio = <&tlmm 6 0>;
291};
292
293&dsi_dual_sim_cmd {
294 qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
295 qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
296 qcom,platform-reset-gpio = <&tlmm 6 0>;
297};
298
Vara Reddy9f484ac2017-06-14 15:20:43 -0700299&dsi_nt35597_truly_dsc_cmd_display {
Shashank Babu Chinta Venkata59e305f2017-04-05 12:14:18 -0700300 qcom,dsi-display-active;
301};
302
303&pmi8998_wled {
304 status = "okay";
305 qcom,led-strings-list = [01 02];
306};
307
Subbaraman Narayanamurthyb6340482017-05-15 20:08:15 -0700308&pmi8998_haptics {
309 qcom,vmax-mv = <2400>;
310 qcom,lra-auto-mode;
311 status = "okay";
312};
313
Girish Mahadevan11bc2ff2017-04-08 08:26:35 -0600314&qupv3_se8_spi {
315 status = "ok";
316};
317
318&qupv3_se3_i2c {
319 status = "ok";
Gaurav Singhalf6d253d2017-05-11 08:24:40 +0530320 nq@28 {
321 compatible = "qcom,nq-nci";
322 reg = <0x28>;
323 qcom,nq-irq = <&tlmm 63 0x00>;
324 qcom,nq-ven = <&tlmm 12 0x00>;
325 qcom,nq-firm = <&tlmm 62 0x00>;
326 qcom,nq-clkreq = <&pm8998_gpios 21 0x00>;
327 qcom,nq-esepwr = <&tlmm 116 0x00>;
328 interrupt-parent = <&tlmm>;
329 qcom,clk-src = "BBCLK3";
330 interrupts = <63 0>;
331 interrupt-names = "nfc_irq";
332 pinctrl-names = "nfc_active", "nfc_suspend";
Gaurav Singhal243b94b2017-06-20 14:16:59 +0530333 pinctrl-0 = <&nfc_int_active
334 &nfc_enable_active
335 &nfc_clk_default>;
Gaurav Singhalf6d253d2017-05-11 08:24:40 +0530336 pinctrl-1 = <&nfc_int_suspend &nfc_enable_suspend>;
337 clocks = <&clock_rpmh RPMH_LN_BB_CLK3>;
338 clock-names = "ref_clk";
339 };
Girish Mahadevan11bc2ff2017-04-08 08:26:35 -0600340};
341
342&qupv3_se10_i2c {
343 status = "ok";
344};
Jack Phamc2160c842017-04-05 09:48:59 -0700345
Girish Mahadevan1d38bd32017-04-11 17:59:47 -0600346&qupv3_se6_4uart {
347 status = "ok";
348};
349
Jack Phamc2160c842017-04-05 09:48:59 -0700350&usb1 {
351 status = "okay";
352 extcon = <&extcon_usb1>;
353 vbus_dwc3-supply = <&usb1_vbus_vreg>;
354};
355
356&qusb_phy1 {
357 status = "okay";
358};
359
360&usb_qmp_phy {
361 status = "okay";
362};
Siddartha Mohanadoss81021962017-04-12 11:31:00 -0700363
364&pm8998_vadc {
365 chan@83 {
366 label = "vph_pwr";
367 reg = <0x83>;
368 qcom,decimation = <2>;
369 qcom,pre-div-channel-scaling = <1>;
370 qcom,calibration-type = "absolute";
371 qcom,scale-function = <0>;
372 qcom,hw-settle-time = <0>;
373 qcom,fast-avg-setup = <0>;
374 };
375
376 chan@85 {
377 label = "vcoin";
378 reg = <0x85>;
379 qcom,decimation = <2>;
380 qcom,pre-div-channel-scaling = <1>;
381 qcom,calibration-type = "absolute";
382 qcom,scale-function = <0>;
383 qcom,hw-settle-time = <0>;
384 qcom,fast-avg-setup = <0>;
385 };
386
387 chan@4c {
388 label = "xo_therm";
389 reg = <0x4c>;
390 qcom,decimation = <2>;
391 qcom,pre-div-channel-scaling = <0>;
392 qcom,calibration-type = "ratiometric";
393 qcom,scale-function = <4>;
394 qcom,hw-settle-time = <2>;
395 qcom,fast-avg-setup = <0>;
396 };
397
398 chan@4d {
399 label = "msm_therm";
400 reg = <0x4d>;
401 qcom,decimation = <2>;
402 qcom,pre-div-channel-scaling = <0>;
403 qcom,calibration-type = "ratiometric";
404 qcom,scale-function = <2>;
405 qcom,hw-settle-time = <2>;
406 qcom,fast-avg-setup = <0>;
407 };
408
409 chan@4f {
410 label = "pa_therm1";
411 reg = <0x4f>;
412 qcom,decimation = <2>;
413 qcom,pre-div-channel-scaling = <0>;
414 qcom,calibration-type = "ratiometric";
415 qcom,scale-function = <2>;
416 qcom,hw-settle-time = <2>;
417 qcom,fast-avg-setup = <0>;
418 };
419
420 chan@51 {
421 label = "quiet_therm";
422 reg = <0x51>;
423 qcom,decimation = <2>;
424 qcom,pre-div-channel-scaling = <0>;
425 qcom,calibration-type = "ratiometric";
426 qcom,scale-function = <2>;
427 qcom,hw-settle-time = <2>;
428 qcom,fast-avg-setup = <0>;
429 };
430};
431
432&pm8998_adc_tm {
433 chan@83 {
434 label = "vph_pwr";
435 reg = <0x83>;
436 qcom,pre-div-channel-scaling = <1>;
437 qcom,calibration-type = "absolute";
438 qcom,scale-function = <0>;
439 qcom,hw-settle-time = <0>;
440 qcom,btm-channel-number = <0x60>;
441 };
Siddartha Mohanadossd550ea42017-05-12 10:03:17 -0700442
443 chan@4c {
444 label = "xo_therm";
445 reg = <0x4c>;
446 qcom,pre-div-channel-scaling = <0>;
447 qcom,calibration-type = "ratiometric";
448 qcom,scale-function = <4>;
449 qcom,hw-settle-time = <2>;
450 qcom,btm-channel-number = <0x68>;
451 qcom,thermal-node;
452 };
453
454 chan@4d {
455 label = "msm_therm";
456 reg = <0x4d>;
457 qcom,pre-div-channel-scaling = <0>;
458 qcom,calibration-type = "ratiometric";
459 qcom,scale-function = <2>;
460 qcom,hw-settle-time = <2>;
461 qcom,btm-channel-number = <0x70>;
462 qcom,thermal-node;
463 };
464
465 chan@4f {
466 label = "pa_therm1";
467 reg = <0x4f>;
468 qcom,pre-div-channel-scaling = <0>;
469 qcom,calibration-type = "ratiometric";
470 qcom,scale-function = <2>;
471 qcom,hw-settle-time = <2>;
472 qcom,btm-channel-number = <0x78>;
473 qcom,thermal-node;
474 };
475
476 chan@51 {
477 label = "quiet_therm";
478 reg = <0x51>;
479 qcom,pre-div-channel-scaling = <0>;
480 qcom,calibration-type = "ratiometric";
481 qcom,scale-function = <2>;
482 qcom,hw-settle-time = <2>;
483 qcom,btm-channel-number = <0x80>;
484 qcom,thermal-node;
485 };
Siddartha Mohanadoss0fbfc822017-04-21 11:41:32 -0700486};
Siddartha Mohanadoss81021962017-04-12 11:31:00 -0700487
Siddartha Mohanadoss0fbfc822017-04-21 11:41:32 -0700488&thermal_zones {
489 xo-therm-adc {
490 polling-delay-passive = <0>;
491 polling-delay = <0>;
Siddartha Mohanadossd550ea42017-05-12 10:03:17 -0700492 thermal-sensors = <&pm8998_adc_tm 0x4c>;
493 thermal-governor = "user_space";
494
495 trips {
496 active-config0 {
497 temperature = <65000>;
498 hysteresis = <1000>;
499 type = "passive";
500 };
501 };
Siddartha Mohanadoss81021962017-04-12 11:31:00 -0700502 };
503
Siddartha Mohanadoss0fbfc822017-04-21 11:41:32 -0700504 msm-therm-adc {
505 polling-delay-passive = <0>;
506 polling-delay = <0>;
Siddartha Mohanadossd550ea42017-05-12 10:03:17 -0700507 thermal-sensors = <&pm8998_adc_tm 0x4d>;
508 thermal-governor = "user_space";
509
510 trips {
511 active-config0 {
512 temperature = <65000>;
513 hysteresis = <1000>;
514 type = "passive";
515 };
516 };
Siddartha Mohanadoss81021962017-04-12 11:31:00 -0700517 };
518
Siddartha Mohanadoss0fbfc822017-04-21 11:41:32 -0700519 pa-therm1-adc {
520 polling-delay-passive = <0>;
521 polling-delay = <0>;
Siddartha Mohanadossd550ea42017-05-12 10:03:17 -0700522 thermal-sensors = <&pm8998_adc_tm 0x4f>;
523 thermal-governor = "user_space";
524
525 trips {
526 active-config0 {
527 temperature = <65000>;
528 hysteresis = <1000>;
529 type = "passive";
530 };
531 };
Siddartha Mohanadoss81021962017-04-12 11:31:00 -0700532 };
533
Siddartha Mohanadoss0fbfc822017-04-21 11:41:32 -0700534 quiet-therm-adc {
535 polling-delay-passive = <0>;
536 polling-delay = <0>;
Siddartha Mohanadossd550ea42017-05-12 10:03:17 -0700537 thermal-sensors = <&pm8998_adc_tm 0x51>;
538 thermal-governor = "user_space";
539
540 trips {
541 active-config0 {
542 temperature = <65000>;
543 hysteresis = <1000>;
544 type = "passive";
545 };
546 };
Siddartha Mohanadoss81021962017-04-12 11:31:00 -0700547 };
548};
Maya Erez6e14acb2017-05-16 09:59:02 +0300549
550&wil6210 {
551 status = "ok";
552};
Harry Yang4c05d3e42017-05-09 16:18:17 -0700553
554&ext_5v_boost {
555 status = "ok";
556};