blob: cc7a75828a373e084642019feb706fa92711de0f [file] [log] [blame]
Abhimanyu Kapur0e088bb2013-01-08 18:41:17 -08001/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
Abhimanyu Kapur3030fd72012-09-04 11:35:10 -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 */
12
13/dts-v1/;
14
Abhimanyu Kapuref5d3052013-01-21 15:10:44 -080015/include/ "msm9625-v1.dtsi"
Abhimanyu Kapur3030fd72012-09-04 11:35:10 -070016
17/ {
Abhimanyu Kapur2a74a922013-01-21 17:13:52 -080018 model = "Qualcomm MSM 9625V1 CDP";
Abhimanyu Kapur3030fd72012-09-04 11:35:10 -070019 compatible = "qcom,msm9625-cdp", "qcom,msm9625";
Abhimanyu Kapur430add82013-01-28 13:51:01 -080020 qcom,msm-id = <134 1 0>, <152 1 0>, <149 1 0>, <150 1 0>,
21 <151 1 0>, <148 1 0>, <173 1 0>, <174 1 0>,
22 <175 1 0>;
David Collins919a95f2012-11-01 14:36:56 -070023
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 };
Pavan Kumar4eb9fb22012-10-29 18:52:47 -070042
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>;
Prashanth Bhattae11cadf2013-03-21 21:47:49 -070048 qca,vdd-io-supply = <&pm8019_l11>;
Pavan Kumar4eb9fb22012-10-29 18:52:47 -070049 };
Prashanth Bhatta85486802013-03-21 17:50:13 -070050
51 qca,wlan_ar6003 {
52 cell-index = <0>;
53 compatible = "qca,ar6003-sdio";
54 qca,chip-pwd-l-gpios = <&msmgpio 62 0>;
55 qca,pm-enable-gpios = <&pm8019_gpios 3 0x0>;
56 qca,vdd-io-supply = <&pm8019_l11>;
57 };
Abhimanyu Kapur3030fd72012-09-04 11:35:10 -070058};
David Collinsad5d0c92012-09-24 17:08:14 -070059
60/* PM8019 GPIO and MPP configuration */
61&pm8019_gpios {
62 gpio@c000 { /* GPIO 1 */
63 };
64
65 gpio@c100 { /* GPIO 2 */
66 };
67
68 gpio@c200 { /* GPIO 3 */
69 };
70
71 gpio@c300 { /* GPIO 4 */
Oluwafemi Adeyemiba1ea0c2012-10-12 16:04:48 -070072 /* ext_2p95v regulator enable config */
73 qcom,mode = <1>; /* Digital output */
74 qcom,output-type = <0>; /* CMOS */
75 qcom,invert = <0>; /* Output low */
76 qcom,out-strength = <1>; /* Low */
77 qcom,vin-sel = <2>; /* PM8019 L11 - 1.8V */
Michael Bohand734fb22012-10-30 14:19:22 -070078 qcom,src-sel = <0>; /* Constant */
Oluwafemi Adeyemiba1ea0c2012-10-12 16:04:48 -070079 qcom,master-en = <1>; /* Enable GPIO */
David Collinsad5d0c92012-09-24 17:08:14 -070080 };
81
82 gpio@c400 { /* GPIO 5 */
83 };
84
85 gpio@c500 { /* GPIO 6 */
86 };
87};
88
89&pm8019_mpps {
90 mpp@a000 { /* MPP 1 */
91 };
92
93 mpp@a100 { /* MPP 2 */
94 };
95
96 mpp@a200 { /* MPP 3 */
97 };
98
99 mpp@a300 { /* MPP 4 */
100 };
101
102 mpp@a400 { /* MPP 5 */
103 };
104
105 mpp@a500 { /* MPP 6 */
106 };
107};