blob: da071004345c4646859432541bbc1668cdc3f8b5 [file] [log] [blame]
Abhimanyu Kapure11be272013-02-19 17:06:37 -08001/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
2 *
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 */
12
13/dts-v1/;
14
15/include/ "msm9625-v2-1.dtsi"
16
17/ {
18 model = "Qualcomm MSM 9625V2.1 CDP";
Stepan Moskovchenkoa971a752013-04-03 16:51:37 -070019 compatible = "qcom,msm9625-cdp", "qcom,msm9625", "qcom,cdp";
Abhimanyu Kapure11be272013-02-19 17:06:37 -080020 qcom,msm-id = <134 1 0x20001>, <152 1 0x20001>, <149 1 0x20001>,
21 <150 1 0x20001>, <151 1 0x20001>, <148 1 0x20001>,
22 <173 1 0x20001>, <174 1 0x20001>, <175 1 0x20001>;
23
24 i2c@f9925000 {
25 charger@57 {
26 compatible = "summit,smb137c";
27 reg = <0x57>;
28 summit,chg-current-ma = <1500>;
29 summit,term-current-ma = <50>;
30 summit,pre-chg-current-ma = <100>;
31 summit,float-voltage-mv = <4200>;
32 summit,thresh-voltage-mv = <3000>;
33 summit,recharge-thresh-mv = <75>;
34 summit,system-voltage-mv = <4250>;
35 summit,charging-timeout = <382>;
36 summit,pre-charge-timeout = <48>;
37 summit,therm-current-ua = <10>;
38 summit,temperature-min = <4>; /* 0 C */
39 summit,temperature-max = <3>; /* 45 C */
40 };
41 };
42
43 wlan0: qca,wlan {
44 cell-index = <0>;
45 compatible = "qca,ar6004-sdio";
46 qca,chip-pwd-l-gpios = <&msmgpio 62 0>;
47 qca,pm-enable-gpios = <&pm8019_gpios 3 0x0>;
48 qca,ar6004-vdd-io-supply = <&pm8019_l11>;
49 };
50};
51
52/* PM8019 GPIO and MPP configuration */
53&pm8019_gpios {
54 gpio@c000 { /* GPIO 1 */
55 };
56
57 gpio@c100 { /* GPIO 2 */
58 };
59
60 gpio@c200 { /* GPIO 3 */
61 };
62
63 gpio@c300 { /* GPIO 4 */
64 /* ext_2p95v regulator enable config */
65 qcom,mode = <1>; /* Digital output */
66 qcom,output-type = <0>; /* CMOS */
67 qcom,invert = <0>; /* Output low */
68 qcom,out-strength = <1>; /* Low */
69 qcom,vin-sel = <2>; /* PM8019 L11 - 1.8V */
70 qcom,src-sel = <0>; /* Constant */
71 qcom,master-en = <1>; /* Enable GPIO */
72 };
73
74 gpio@c400 { /* GPIO 5 */
75 };
76
77 gpio@c500 { /* GPIO 6 */
78 };
79};
80
81&pm8019_mpps {
82 mpp@a000 { /* MPP 1 */
83 };
84
85 mpp@a100 { /* MPP 2 */
86 };
87
88 mpp@a200 { /* MPP 3 */
89 };
90
91 mpp@a300 { /* MPP 4 */
92 };
93
94 mpp@a400 { /* MPP 5 */
95 };
96
97 mpp@a500 { /* MPP 6 */
98 };
99};