blob: 4db04b948245022ac2ef17de4881d27ee6ca67b1 [file] [log] [blame]
Duy Truonge833aca2013-02-12 13:35:08 -08001/* Copyright (c) 2012, The Linux Foundation. All rights reserved.
Sathish Ambley9d69ac32012-03-21 10:28:26 -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 */
Sathish Ambley4df614c2011-10-07 16:30:46 -070012
13/include/ "skeleton.dtsi"
Abhimanyu Kapur90ced6e2012-06-26 17:41:25 -070014/include/ "msm8974_pm.dtsi"
Abhimanyu Kapur90ced6e2012-06-26 17:41:25 -070015/include/ "msm8974-iommu.dtsi"
Kevin Chan350b6932012-08-01 02:21:00 -070016/include/ "msm8974-camera.dtsi"
Pratik Patelf20bacb2012-07-21 14:46:36 -070017/include/ "msm8974-coresight.dtsi"
Matt Wagantallfc727212012-01-06 18:18:25 -080018/include/ "msm-gdsc.dtsi"
Olav Haugan49173442012-08-01 13:23:18 -070019/include/ "msm8974-ion.dtsi"
Pu Chen1335e872012-08-01 08:45:25 -060020/include/ "msm8974-gpu.dtsi"
Adrian Salido-Morenoa80c69e2012-07-31 18:11:09 -070021/include/ "msm8974-mdss.dtsi"
Sathish Ambley4df614c2011-10-07 16:30:46 -070022
23/ {
Abhimanyu Kapur90ced6e2012-06-26 17:41:25 -070024 model = "Qualcomm MSM 8974";
25 compatible = "qcom,msm8974";
Sathish Ambley4df614c2011-10-07 16:30:46 -070026 interrupt-parent = <&intc>;
27
28 intc: interrupt-controller@F9000000 {
29 compatible = "qcom,msm-qgic2";
30 interrupt-controller;
Michael Bohanc7224532012-01-06 16:02:52 -080031 #interrupt-cells = <3>;
Sathish Ambley4df614c2011-10-07 16:30:46 -070032 reg = <0xF9000000 0x1000>,
33 <0xF9002000 0x1000>;
34 };
Sathish Ambley3d50c762011-10-25 15:26:00 -070035
Sathish Ambleye046b242012-04-09 12:38:05 -070036 msmgpio: gpio@fd510000 {
Michael Bohan0425f6f2012-01-17 14:36:39 -080037 compatible = "qcom,msm-gpio";
Rohit Vaswanib1cc4932012-07-23 21:30:11 -070038 gpio-controller;
39 #gpio-cells = <2>;
Michael Bohan0425f6f2012-01-17 14:36:39 -080040 interrupt-controller;
41 #interrupt-cells = <2>;
Sathish Ambleye046b242012-04-09 12:38:05 -070042 reg = <0xfd510000 0x4000>;
Michael Bohan0425f6f2012-01-17 14:36:39 -080043 };
44
Sathish Ambley098f9bd2011-11-09 16:32:53 -080045 timer {
Sathish Ambley2f27a172012-03-16 10:46:28 -070046 compatible = "qcom,msm-qtimer", "arm,armv7-timer";
Sathish Ambleyddd099e2012-04-25 13:24:47 -070047 interrupts = <1 2 0 1 3 0>;
Sathish Ambley2f27a172012-03-16 10:46:28 -070048 clock-frequency = <19200000>;
Sathish Ambley098f9bd2011-11-09 16:32:53 -080049 };
50
Praneeth Paladugu4b73ec82012-02-08 12:55:59 -080051 qcom,vidc@fdc00000 {
52 compatible = "qcom,msm-vidc";
53 reg = <0xfdc00000 0xff000>;
54 interrupts = <0 44 0>;
Vinay Kalia68398a42012-06-22 18:36:12 -070055 vidc-cp-map = <0x1000000 0x40000000>;
56 vidc-ns-map = <0x40000000 0x40000000>;
Vinay Kalia40680aa2012-07-23 12:45:39 -070057 load-freq-tbl = <979200 410000000>,
58 <560145 266670000>,
59 <421161 200000000>,
60 <243000 133330000>,
61 <108000 100000000>,
62 <36000 50000000>;
Praneeth Paladugu4b73ec82012-02-08 12:55:59 -080063 };
64
David Brown225abee2012-02-09 22:28:50 -080065 serial@f991f000 {
Sathish Ambley3d50c762011-10-25 15:26:00 -070066 compatible = "qcom,msm-lsuart-v14";
David Brown225abee2012-02-09 22:28:50 -080067 reg = <0xf991f000 0x1000>;
Michael Bohanc7224532012-01-06 16:02:52 -080068 interrupts = <0 109 0>;
Stepan Moskovchenko43f11582012-08-08 17:20:38 -070069 status = "disabled";
Sathish Ambley3d50c762011-10-25 15:26:00 -070070 };
Pavankumar Kondetieaea7fe2011-10-27 14:46:45 +053071
Sathish Ambley9d69ac32012-03-21 10:28:26 -070072 serial@f995e000 {
73 compatible = "qcom,msm-lsuart-v14";
74 reg = <0xf995e000 0x1000>;
75 interrupts = <0 114 0>;
Stepan Moskovchenko43f11582012-08-08 17:20:38 -070076 status = "disabled";
Sathish Ambley9d69ac32012-03-21 10:28:26 -070077 };
78
Stepan Moskovchenko5269b602012-08-08 17:57:09 -070079 serial@f991e000 {
80 compatible = "qcom,msm-lsuart-v14";
81 reg = <0xf991e000 0x1000>;
82 interrupts = <0 108 0>;
83 status = "disabled";
84 };
85
David Brown225abee2012-02-09 22:28:50 -080086 usb@f9a55000 {
Pavankumar Kondetieaea7fe2011-10-27 14:46:45 +053087 compatible = "qcom,hsusb-otg";
David Brown225abee2012-02-09 22:28:50 -080088 reg = <0xf9a55000 0x400>;
Manu Gautamf8c45642012-08-10 10:20:56 -070089 interrupts = <0 134 0 0 140 0>;
90 interrupt-names = "core_irq", "async_irq";
Michael Bohane66a3a92012-03-26 12:47:28 -070091 HSUSB_VDDCX-supply = <&pm8841_s2>;
92 HSUSB_1p8-supply = <&pm8941_l6>;
93 HSUSB_3p3-supply = <&pm8941_l24>;
Pavankumar Kondetieaea7fe2011-10-27 14:46:45 +053094
95 qcom,hsusb-otg-phy-type = <2>;
96 qcom,hsusb-otg-mode = <1>;
97 qcom,hsusb-otg-otg-control = <1>;
Manu Gautambd53fba2012-07-31 16:13:06 +053098 qcom,hsusb-otg-disable-reset;
Rajeev Kulkarnic9162002012-11-22 00:42:58 -080099 qcom,hsusb-otg-pnoc-errata-fix;
100
101 qcom,msm-bus,name = "usb2";
102 qcom,msm-bus,num-cases = <2>;
103 qcom,msm-bus,active-only = <0>;
104 qcom,msm-bus,num-paths = <1>;
105 qcom,msm-bus,vectors-KBps =
106 <87 512 0 0>,
107 <87 512 60000 960000>;
Pavankumar Kondetieaea7fe2011-10-27 14:46:45 +0530108 };
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +0530109
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530110 qcom,sdcc@f9824000 {
Sujit Reddy Thumma38459152012-06-26 00:07:59 +0530111 cell-index = <1>; /* SDC1 eMMC slot */
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +0530112 compatible = "qcom,msm-sdcc";
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530113 reg = <0xf9824000 0x1000>;
Sujit Reddy Thumma1dfac2c2012-07-30 10:15:39 +0530114 reg-names = "core_mem";
Michael Bohanc7224532012-01-06 16:02:52 -0800115 interrupts = <0 123 0>;
Sujit Reddy Thumma1dfac2c2012-07-30 10:15:39 +0530116 interrupt-names = "core_irq";
Sujit Reddy Thummab9ff7f02012-05-04 09:57:49 +0530117 vdd-supply = <&pm8941_l20>;
118 vdd-io-supply = <&pm8941_s3>;
119
120 qcom,sdcc-vdd-voltage_level = <2950000 2950000>;
121 qcom,sdcc-vdd-current_level = <800 500000>;
122
123 qcom,sdcc-vdd-io-always_on;
124 qcom,sdcc-vdd-io-voltage_level = <1800000 1800000>;
125 qcom,sdcc-vdd-io-current_level = <250 154000>;
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +0530126
Sujit Reddy Thumma38459152012-06-26 00:07:59 +0530127 qcom,sdcc-pad-pull-on = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
128 qcom,sdcc-pad-pull-off = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
129 qcom,sdcc-pad-drv-on = <0x7 0x4 0x4>; /* 16mA, 10mA, 10mA */
130 qcom,sdcc-pad-drv-off = <0x0 0x0 0x0>; /* 2mA, 2mA, 2mA */
131
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530132 qcom,sdcc-clk-rates = <400000 25000000 50000000 100000000 200000000>;
133 qcom,sdcc-sup-voltages = <2950 2950>;
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +0530134 qcom,sdcc-bus-width = <8>;
135 qcom,sdcc-nonremovable;
Sujit Reddy Thumma824b7522012-05-30 13:04:34 +0530136 qcom,sdcc-bus-speed-mode = "HS200_1p8v", "DDR_1p8v";
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +0530137 };
138
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530139 qcom,sdcc@f98a4000 {
Sujit Reddy Thumma38459152012-06-26 00:07:59 +0530140 cell-index = <2>; /* SDC2 SD card slot */
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530141 compatible = "qcom,msm-sdcc";
142 reg = <0xf98a4000 0x1000>;
Sujit Reddy Thumma1dfac2c2012-07-30 10:15:39 +0530143 reg-names = "core_mem";
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530144 interrupts = <0 125 0>;
Sujit Reddy Thumma1dfac2c2012-07-30 10:15:39 +0530145 interrupt-names = "core_irq";
Sujit Reddy Thummab9ff7f02012-05-04 09:57:49 +0530146 vdd-supply = <&pm8941_l21>;
147 vdd-io-supply = <&pm8941_l13>;
148
149 qcom,sdcc-vdd-voltage_level = <2950000 2950000>;
150 qcom,sdcc-vdd-current_level = <9000 800000>;
151
152 qcom,sdcc-vdd-io-always_on;
153 qcom,sdcc-vdd-io-lpm_sup;
154 qcom,sdcc-vdd-io-voltage_level = <1800000 2950000>;
155 qcom,sdcc-vdd-io-current_level = <6 22000>;
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530156
Sujit Reddy Thumma38459152012-06-26 00:07:59 +0530157 qcom,sdcc-pad-pull-on = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
158 qcom,sdcc-pad-pull-off = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
159 qcom,sdcc-pad-drv-on = <0x7 0x4 0x4>; /* 16mA, 10mA, 10mA */
160 qcom,sdcc-pad-drv-off = <0x0 0x0 0x0>; /* 2mA, 2mA, 2mA */
161
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530162 qcom,sdcc-clk-rates = <400000 25000000 50000000 100000000 200000000>;
163 qcom,sdcc-sup-voltages = <2950 2950>;
164 qcom,sdcc-bus-width = <4>;
Sujit Reddy Thumma824b7522012-05-30 13:04:34 +0530165 qcom,sdcc-xpc;
166 qcom,sdcc-bus-speed-mode = "SDR12", "SDR25", "SDR50", "DDR50", "SDR104";
167 qcom,sdcc-current-limit = <800>;
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530168 };
169
170 qcom,sdcc@f9864000 {
Sujit Reddy Thumma38459152012-06-26 00:07:59 +0530171 cell-index = <3>; /* SDC3 SDIO slot */
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +0530172 compatible = "qcom,msm-sdcc";
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530173 reg = <0xf9864000 0x1000>;
Sujit Reddy Thumma1dfac2c2012-07-30 10:15:39 +0530174 reg-names = "core_mem";
Michael Bohanc7224532012-01-06 16:02:52 -0800175 interrupts = <0 127 0>;
Sujit Reddy Thumma1dfac2c2012-07-30 10:15:39 +0530176 interrupt-names = "core_irq";
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +0530177
Sujit Reddy Thumma38459152012-06-26 00:07:59 +0530178 gpios = <&msmgpio 40 0>, /* CLK */
179 <&msmgpio 39 0>, /* CMD */
180 <&msmgpio 38 0>, /* DATA0 */
181 <&msmgpio 37 0>, /* DATA1 */
182 <&msmgpio 36 0>, /* DATA2 */
183 <&msmgpio 35 0>; /* DATA3 */
184 qcom,sdcc-gpio-names = "CLK", "CMD", "DAT0", "DAT1", "DAT2", "DAT3";
185
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530186 qcom,sdcc-clk-rates = <400000 25000000 50000000 100000000>;
187 qcom,sdcc-sup-voltages = <1800 1800>;
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +0530188 qcom,sdcc-bus-width = <4>;
Sujit Reddy Thumma824b7522012-05-30 13:04:34 +0530189 qcom,sdcc-bus-speed-mode = "SDR12", "SDR25", "SDR50", "DDR50";
Sujit Reddy Thumma7138b3e2012-06-04 09:10:11 +0530190 status = "disable";
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530191 };
192
193 qcom,sdcc@f98e4000 {
Sujit Reddy Thumma38459152012-06-26 00:07:59 +0530194 cell-index = <4>; /* SDC4 SDIO slot */
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530195 compatible = "qcom,msm-sdcc";
196 reg = <0xf98e4000 0x1000>;
Sujit Reddy Thumma1dfac2c2012-07-30 10:15:39 +0530197 reg-names = "core_mem";
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530198 interrupts = <0 129 0>;
Sujit Reddy Thumma1dfac2c2012-07-30 10:15:39 +0530199 interrupt-names = "core_irq";
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530200
Sujit Reddy Thumma38459152012-06-26 00:07:59 +0530201 gpios = <&msmgpio 93 0>, /* CLK */
202 <&msmgpio 91 0>, /* CMD */
203 <&msmgpio 96 0>, /* DATA0 */
204 <&msmgpio 95 0>, /* DATA1 */
205 <&msmgpio 94 0>, /* DATA2 */
206 <&msmgpio 92 0>; /* DATA3 */
207 qcom,sdcc-gpio-names = "CLK", "CMD", "DAT0", "DAT1", "DAT2", "DAT3";
208
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530209 qcom,sdcc-clk-rates = <400000 25000000 50000000 100000000>;
210 qcom,sdcc-sup-voltages = <1800 1800>;
211 qcom,sdcc-bus-width = <4>;
Sujit Reddy Thumma824b7522012-05-30 13:04:34 +0530212 qcom,sdcc-bus-speed-mode = "SDR12", "SDR25", "SDR50", "DDR50";
Sujit Reddy Thumma7138b3e2012-06-04 09:10:11 +0530213 status = "disable";
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +0530214 };
Yan He1466daa2011-11-30 17:25:38 -0800215
David Brown225abee2012-02-09 22:28:50 -0800216 qcom,sps@f9980000 {
Yan He1466daa2011-11-30 17:25:38 -0800217 compatible = "qcom,msm_sps";
David Brown225abee2012-02-09 22:28:50 -0800218 reg = <0xf9984000 0x15000>,
219 <0xf9999000 0xb000>;
Michael Bohanc7224532012-01-06 16:02:52 -0800220 interrupts = <0 94 0>;
Yan He1466daa2011-11-30 17:25:38 -0800221
222 qcom,bam-dma-res-pipes = <6>;
223 };
224
Hariprasad Dhalinarasimhade991f02012-05-31 13:15:51 -0700225
Harini Jayaraman5f98dbb2011-12-20 13:38:19 -0700226 spi@f9924000 {
227 compatible = "qcom,spi-qup-v2";
228 reg = <0xf9924000 0x1000>;
Michael Bohan857c8ac2012-01-23 16:57:34 -0800229 interrupts = <0 96 0>;
Vikram Mulukutla703e5722012-05-24 21:53:40 -0700230 spi-max-frequency = <25000000>;
Harini Jayaraman5f98dbb2011-12-20 13:38:19 -0700231 };
Kenneth Heitkef3c829c2012-01-13 17:02:43 -0700232
Sagar Dhariaa316a962012-03-21 16:13:22 -0600233 slim@fe12f000 {
234 cell-index = <1>;
235 compatible = "qcom,slim-msm";
236 reg = <0xfe12f000 0x35000>,
237 <0xfe104000 0x20000>;
238 reg-names = "slimbus_physical", "slimbus_bam_physical";
239 interrupts = <0 163 0 0 164 0>;
240 interrupt-names = "slimbus_irq", "slimbus_bam_irq";
241 qcom,min-clk-gear = <10>;
Sagar Dhariac0d6cf52012-07-31 19:17:26 -0600242 qcom,rxreg-access;
Kiran Kandie8bf5d52012-08-06 16:03:16 -0700243
244 taiko_codec {
245 compatible = "qcom,taiko-slim-pgd";
246 elemental-addr = [00 01 A0 00 17 02];
247
248 qcom,cdc-reset-gpio = <&msmgpio 63 0>;
249
250 cdc-vdd-buck-supply = <&pm8941_s2>;
251 qcom,cdc-vdd-buck-voltage = <2150000 2150000>;
252 qcom,cdc-vdd-buck-current = <650000>;
253
254 cdc-vdd-tx-h-supply = <&pm8941_s3>;
255 qcom,cdc-vdd-tx-h-voltage = <1800000 1800000>;
256 qcom,cdc-vdd-tx-h-current = <25000>;
257
258 cdc-vdd-rx-h-supply = <&pm8941_s3>;
259 qcom,cdc-vdd-rx-h-voltage = <1800000 1800000>;
260 qcom,cdc-vdd-rx-h-current = <25000>;
261
262 cdc-vddpx-1-supply = <&pm8941_s3>;
263 qcom,cdc-vddpx-1-voltage = <1800000 1800000>;
264 qcom,cdc-vddpx-1-current = <10000>;
265
266 cdc-vdd-a-1p2v-supply = <&pm8941_l1>;
267 qcom,cdc-vdd-a-1p2v-voltage = <1225000 1225000>;
268 qcom,cdc-vdd-a-1p2v-current = <10000>;
269
270 cdc-vddcx-1-supply = <&pm8941_l1>;
271 qcom,cdc-vddcx-1-voltage = <1225000 1225000>;
272 qcom,cdc-vddcx-1-current = <10000>;
273
274 cdc-vddcx-2-supply = <&pm8941_l1>;
275 qcom,cdc-vddcx-2-voltage = <1225000 1225000>;
276 qcom,cdc-vddcx-2-current = <10000>;
277
278 qcom,cdc-micbias-ldoh-v = <0x3>;
279 qcom,cdc-micbias-cfilt1-mv = <1800>;
280 qcom,cdc-micbias-cfilt2-mv = <2700>;
281 qcom,cdc-micbias-cfilt3-mv = <1800>;
282 qcom,cdc-micbias1-cfilt-sel = <0x0>;
283 qcom,cdc-micbias2-cfilt-sel = <0x1>;
284 qcom,cdc-micbias3-cfilt-sel = <0x2>;
285 qcom,cdc-micbias4-cfilt-sel = <0x2>;
286
287 qcom,cdc-slim-ifd = "taiko-slim-ifd";
288 qcom,cdc-slim-ifd-elemental-addr = [00 00 A0 00 17 02];
289 };
Sagar Dhariaa316a962012-03-21 16:13:22 -0600290 };
291
Varad Deshmukh18057ed2012-07-03 16:34:53 -0700292 spmi_bus: qcom,spmi@fc4c0000 {
Kenneth Heitkef3c829c2012-01-13 17:02:43 -0700293 cell-index = <0>;
294 compatible = "qcom,spmi-pmic-arb";
295 reg = <0xfc4cf000 0x1000>,
296 <0Xfc4cb000 0x1000>;
297 /* 190,ee0_krait_hlos_spmi_periph_irq */
298 /* 187,channel_0_krait_hlos_trans_done_irq */
299 interrupts = <0 190 0 0 187 0>;
300 qcom,pmic-arb-ee = <0>;
301 qcom,pmic-arb-channel = <0>;
Gilad Avidov1d175ba2012-08-06 17:05:22 -0600302 qcom,pmic-arb-ppid-map = <0x40400000>, /* BUS */
303 <0x40500001>, /* INT */
304 <0x40600002>, /* SPMI */
305 <0x40800003>, /* PON */
306 <0x42400004>, /* TEMP_ALARM */
307 <0x47000005>, /* PBS_CORE */
308 <0x47100006>, /* PBS_CLIENT0 */
309 <0x47200007>, /* PBS_CLIENT1 */
310 <0x47300008>, /* PBS_CLIENT2 */
311 <0x47400009>, /* PBS_CLIENT3 */
312 <0x4750000a>, /* PBS_CLIENT4 */
313 <0x4760000b>, /* PBS_CLIENT5 */
314 <0x4770000c>, /* PBS_CLIENT6 */
315 <0x4780000d>, /* PBS_CLIENT7 */
316 <0x4a00000e>, /* MPP1 */
317 <0x4a100021>, /* MPP2 */
318 <0x4a20000f>, /* MPP3 */
319 <0x4a300010>, /* MPP4 */
320 <0x51000011>, /* BCLK_GEN_MAIN */
321 <0x51d00012>, /* S4_CTRL */
322 <0x51e00013>, /* S4_PS */
323 <0x51f00014>, /* S4_FREQ */
324 <0x52000015>, /* S5_CTRL */
325 <0x52100016>, /* S5_PS */
326 <0x52200017>, /* S5_FREQ */
327 <0x52300018>, /* S6_CTRL */
328 <0x52400019>, /* S6_PS */
329 <0x5250001a>, /* S6_FREQ */
330 <0x5260001b>, /* S7_CTRL */
331 <0x5270001c>, /* S7_PS */
332 <0x5280001d>, /* S7_FREQ */
333 <0x5290001e>, /* S8_CTRL */
334 <0x52a0001f>, /* S8_PS */
335 <0x52b00020>, /* S8_FREQ */
336 <0x00400022>, /* BUS */
337 <0x00500023>, /* INT */
338 <0x00600024>, /* SPMI */
339 <0x00800025>, /* PON */
340 <0x00b00027>, /* VREG_TFT */
341 <0x01000028>, /* SMBB_CHGR */
342 <0x01100029>, /* SMBB_BUCK */
343 <0x0120002a>, /* SMBB_BAT_IF */
344 <0x0130002b>, /* SMBB_USB_CHGPTH */
345 <0x0140002c>, /* SMBB_DC_CHGPTH */
346 <0x0150002d>, /* SMBB_BOOST */
347 <0x0160002e>, /* SMBB_MISC */
348 <0x0170002f>, /* SMBB_FREQ */
349 <0x02400030>, /* TEMP_ALARM */
350 <0x02800031>, /* COIN */
351 <0x03100032>, /* VADC1_USR */
352 <0x03300033>, /* VADC1_BMS */
353 <0x03400034>, /* VADC2_BTM */
354 <0x03600035>, /* IADC1_USR */
355 <0x03800036>, /* IADC1_BMS */
356 <0x04000037>, /* BMS1 */
357 <0x05700039>, /* DIFF_CLK1 */
358 <0x05c0003b>, /* DIV_CLK2 */
359 <0x0610003d>, /* RTC_ALARM */
360 <0x0620003e>, /* RTC_TIMER */
361 <0x07100040>, /* PBS_CLIENT0 */
362 <0x07200041>, /* PBS_CLIENT1 */
363 <0x07300042>, /* PBS_CLIENT2 */
364 <0x07400043>, /* PBS_CLIENT3 */
365 <0x07500044>, /* PBS_CLIENT4 */
366 <0x07600045>, /* PBS_CLIENT5 */
367 <0x07700046>, /* PBS_CLIENT6 */
368 <0x07800047>, /* PBS_CLIENT7 */
369 <0x07900048>, /* PBS_CLIENT8 */
370 <0x07a00049>, /* PBS_CLIENT9 */
371 <0x07b0004a>, /* PBS_CLIENT10 */
372 <0x07c0004b>, /* PBS_CLIENT11 */
373 <0x07d0004c>, /* PBS_CLIENT12 */
374 <0x07e0004d>, /* PBS_CLIENT13 */
375 <0x07f0004e>, /* PBS_CLIENT14 */
376 <0x0800004f>, /* PBS_CLIENT15 */
377 <0x0a100050>, /* MPP2 */
378 <0x0a300051>, /* MPP4 */
379 <0x0a400052>, /* MPP5 */
380 <0x0a500053>, /* MPP6 */
381 <0x0a600054>, /* MPP7 */
382 <0x0a700055>, /* MPP8 */
383 <0x0c000056>, /* GPIO1 */
384 <0x0c100057>, /* GPIO2 */
385 <0x0c200058>, /* GPIO3 */
386 <0x0c300059>, /* GPIO4 */
387 <0x0c40005a>, /* GPIO5 */
388 <0x0c50005b>, /* GPIO6 */
389 <0x0c60005c>, /* GPIO7 */
390 <0x0c70005d>, /* GPIO8 */
391 <0x0c80005e>, /* GPIO9 */
392 <0x0c90005f>, /* GPIO10 */
393 <0x0ca00060>, /* GPIO11 */
394 <0x0cb00061>, /* GPIO12 */
395 <0x0cc00062>, /* GPIO13 */
396 <0x0cd00063>, /* GPIO14 */
397 <0x0ce00064>, /* GPIO15 */
398 <0x0cf00065>, /* GPIO16 */
399 <0x0d200066>, /* GPIO19 */
400 <0x0d300067>, /* GPIO20 */
401 <0x0d500068>, /* GPIO22 */
402 <0x0d600069>, /* GPIO23 */
403 <0x0d70006a>, /* GPIO24 */
404 <0x0d80006b>, /* GPIO25 */
405 <0x0d90006c>, /* GPIO26 */
406 <0x0da0006d>, /* GPIO27 */
407 <0x0dc0006e>, /* GPIO29 */
408 <0x0dd0006f>, /* GPIO30 */
409 <0x0df00070>, /* GPIO32 */
410 <0x0e000071>, /* GPIO33 */
411 <0x0e100072>, /* GPIO34 */
412 <0x0e200073>, /* GPIO35 */
413 <0x0e300074>, /* GPIO36 */
414 <0x11000075>, /* BUCK_CMN */
415 <0x1a000076>, /* BOOST */
416 <0x1a100077>, /* BOOST_FREQ */
417 <0x1a800078>, /* KEYPAD1 */
418 <0x1b000079>, /* LPG_LUT */
419 <0x1b10007a>, /* LPG_CHAN1 */
420 <0x1b20007b>, /* LPG_CHAN2 */
421 <0x1b30007c>, /* LPG_CHAN3 */
422 <0x1b40007d>, /* LPG_CHAN4 */
423 <0x1b50007e>, /* LPG_CHAN5 */
424 <0x1b60007f>, /* LPG_CHAN6 */
425 <0x1b700080>, /* LPG_CHAN7 */
426 <0x1b800081>, /* LPG_CHAN8 */
427 <0x1bc00082>, /* PWM_3D */
428 <0x1c000083>, /* VIB1 */
429 <0x1d000084>, /* TRI_LED */
430 <0x1d300085>, /* FLASH1 */
431 <0x1d800086>, /* WLED1 */
432 <0x1e200087>, /* KPDBL_MAIN */
433 <0x1e300088>, /* KPDBL_LUT */
434 <0x1e400089>, /* LPG_CHAN9 */
435 <0x1e50008a>, /* LPG_CHAN10 */
436 <0x1e60008b>, /* LPG_CHAN11 */
437 <0x1e70008c>; /* LPG_CHAN12 */
Kenneth Heitkef3c829c2012-01-13 17:02:43 -0700438 };
Sagar Dharia218edb92012-01-15 18:03:01 -0700439
440 i2c@f9966000 {
441 cell-index = <0>;
442 compatible = "qcom,i2c-qup";
443 reg = <0Xf9966000 0x1000>;
444 reg-names = "qup_phys_addr";
445 interrupts = <0 104 0>;
446 interrupt-names = "qup_err_intr";
447 qcom,i2c-bus-freq = <100000>;
448 qcom,i2c-src-freq = <24000000>;
449 };
Matt Wagantalle9b715a2012-01-04 18:16:14 -0800450
Matt Wagantall48523022012-04-23 13:28:42 -0700451 qcom,acpuclk@f9000000 {
Abhimanyu Kapur90ced6e2012-06-26 17:41:25 -0700452 compatible = "qcom,acpuclk-8974";
Matt Wagantallbf9eb2c2012-05-31 09:44:22 -0700453 krait0-supply = <&krait0_vreg>;
454 krait1-supply = <&krait1_vreg>;
455 krait2-supply = <&krait2_vreg>;
456 krait3-supply = <&krait3_vreg>;
David Collins1c91ea72012-05-03 16:17:35 -0700457 krait0_mem-supply = <&pm8841_s1_ao>;
458 krait1_mem-supply = <&pm8841_s1_ao>;
459 krait2_mem-supply = <&pm8841_s1_ao>;
460 krait3_mem-supply = <&pm8841_s1_ao>;
461 krait0_dig-supply = <&pm8841_s2_corner_ao>;
462 krait1_dig-supply = <&pm8841_s2_corner_ao>;
463 krait2_dig-supply = <&pm8841_s2_corner_ao>;
464 krait3_dig-supply = <&pm8841_s2_corner_ao>;
Matt Wagantall337cdb72012-06-29 12:07:27 -0700465 krait0_hfpll_a-supply = <&pm8941_s2_ao>;
466 krait1_hfpll_a-supply = <&pm8941_s2_ao>;
467 krait2_hfpll_a-supply = <&pm8941_s2_ao>;
468 krait3_hfpll_a-supply = <&pm8941_s2_ao>;
469 l2_hfpll_a-supply = <&pm8941_s2_ao>;
470 krait0_hfpll_b-supply = <&pm8941_l12_ao>;
471 krait1_hfpll_b-supply = <&pm8941_l12_ao>;
472 krait2_hfpll_b-supply = <&pm8941_l12_ao>;
473 krait3_hfpll_b-supply = <&pm8941_l12_ao>;
474 l2_hfpll_b-supply = <&pm8941_l12_ao>;
Matt Wagantalle9b715a2012-01-04 18:16:14 -0800475 };
Ido Shayevitzef72ddd2012-03-28 18:55:55 +0200476
Shimrit Malichi57ae1492012-08-06 14:03:45 +0300477 qcom,ssusb@f9200000 {
Ido Shayevitzef72ddd2012-03-28 18:55:55 +0200478 compatible = "qcom,dwc-usb3-msm";
Shimrit Malichi57ae1492012-08-06 14:03:45 +0300479 reg = <0xf9200000 0xfc000>;
Manu Gautam17206c22012-06-21 10:17:53 +0530480 interrupts = <0 131 0 0 179 0>;
481 interrupt-names = "irq", "otg_irq";
Manu Gautam60e01352012-05-29 09:00:34 +0530482 SSUSB_VDDCX-supply = <&pm8841_s2>;
483 SSUSB_1p8-supply = <&pm8941_l6>;
484 HSUSB_VDDCX-supply = <&pm8841_s2>;
485 HSUSB_1p8-supply = <&pm8941_l6>;
486 HSUSB_3p3-supply = <&pm8941_l24>;
Ido Shayevitzef72ddd2012-03-28 18:55:55 +0200487 qcom,dwc-usb3-msm-dbm-eps = <4>;
Rajeev Kulkarnic9162002012-11-22 00:42:58 -0800488
489 qcom,msm-bus,name = "usb3";
490 qcom,msm-bus,num-cases = <2>;
491 qcom,msm-bus,active-only = <0>;
492 qcom,msm-bus,num-paths = <1>;
493 qcom,msm-bus,vectors-KBps =
494 <61 512 0 0>,
495 <61 512 240000 960000>;
Ido Shayevitzef72ddd2012-03-28 18:55:55 +0200496 };
Matt Wagantallc2bbdc32012-03-21 19:44:50 -0700497
Matt Wagantallfc727212012-01-06 18:18:25 -0800498 gdsc_oxili_gx: qcom,gdsc@fd8c4024 {
499 parent-supply = <&pm8841_s4>;
500 };
501
Matt Wagantallc2bbdc32012-03-21 19:44:50 -0700502 qcom,lpass@fe200000 {
503 compatible = "qcom,pil-q6v5-lpass";
504 reg = <0xfe200000 0x00100>,
Matt Wagantallc2bbdc32012-03-21 19:44:50 -0700505 <0xfd485100 0x00010>;
506
Matt Wagantall6e6b8cd2012-05-24 12:42:24 -0700507 qcom,firmware-name = "adsp";
Matt Wagantallc2bbdc32012-03-21 19:44:50 -0700508 };
Tianyi Gouc1e049f82011-11-23 14:20:16 -0800509
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700510 qcom,msm-pcm {
511 compatible = "qcom,msm-pcm-dsp";
512 };
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700513
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700514 qcom,msm-pcm-routing {
515 compatible = "qcom,msm-pcm-routing";
516 };
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700517
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700518 qcom,msm-pcm-lpa {
519 compatible = "qcom,msm-pcm-lpa";
520 };
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700521
Harmandeep Singha3453a72012-07-03 12:31:09 -0700522 qcom,msm-compr-dsp {
523 compatible = "qcom,msm-compr-dsp";
524 };
525
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700526 qcom,msm-voip-dsp {
527 compatible = "qcom,msm-voip-dsp";
528 };
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700529
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700530 qcom,msm-stub-codec {
531 compatible = "qcom,msm-stub-codec";
532 };
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700533
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700534 qcom,msm-dai-fe {
535 compatible = "qcom,msm-dai-fe";
536 };
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700537
Joonwoo Park6572ac52012-07-10 17:17:00 -0700538 qcom,msm-dai-q6 {
539 compatible = "qcom,msm-dai-q6";
540 qcom,msm-dai-q6-sb-0-rx {
541 compatible = "qcom,msm-dai-q6-dev";
542 qcom,msm-dai-q6-dev-id = <16384>;
543 };
544
545 qcom,msm-dai-q6-sb-0-tx {
546 compatible = "qcom,msm-dai-q6-dev";
547 qcom,msm-dai-q6-dev-id = <16385>;
548 };
549 };
550
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700551 qcom,msm-auxpcm {
552 compatible = "qcom,msm-auxpcm-resource";
553 qcom,msm-cpudai-auxpcm-clk = "pcm_clk";
554 qcom,msm-cpudai-auxpcm-mode = <0>;
555 qcom,msm-cpudai-auxpcm-sync = <1>;
556 qcom,msm-cpudai-auxpcm-frame = <5>;
557 qcom,msm-cpudai-auxpcm-quant = <2>;
558 qcom,msm-cpudai-auxpcm-slot = <1>;
559 qcom,msm-cpudai-auxpcm-data = <0>;
560 qcom,msm-cpudai-auxpcm-pcm-clk-rate = <2048000>;
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700561
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700562 qcom,msm-auxpcm-rx {
563 qcom,msm-auxpcm-dev-id = <4106>;
564 compatible = "qcom,msm-auxpcm-dev";
565 };
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700566
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700567 qcom,msm-auxpcm-tx {
568 qcom,msm-auxpcm-dev-id = <4107>;
569 compatible = "qcom,msm-auxpcm-dev";
570 };
571 };
572
573 qcom,msm-pcm-hostless {
574 compatible = "qcom,msm-pcm-hostless";
575 };
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700576
Phani Kumar Uppalapati8b3a1bb2012-06-26 19:56:58 -0700577 qcom,msm-ocmem-audio {
578 compatible = "qcom,msm-ocmem-audio";
Rajeev Kulkarnic9162002012-11-22 00:42:58 -0800579 qcom,msm-bus,name = "audio-ocmem";
580 qcom,msm-bus,num-cases = <2>;
581 qcom,msm-bus,active-only = <0>;
582 qcom,msm-bus,num-paths = <1>;
583 qcom,msm-bus,vectors-KBps =
Phani Kumar Uppalapati85a9ff82012-09-25 20:25:53 -0700584 <11 604 0 0>,
Rajeev Kulkarnic9162002012-11-22 00:42:58 -0800585 <11 604 32506 32506>;
Phani Kumar Uppalapati8b3a1bb2012-06-26 19:56:58 -0700586 };
587
Matt Wagantall4e2599e2012-03-21 22:31:35 -0700588 qcom,mss@fc880000 {
589 compatible = "qcom,pil-q6v5-mss";
590 reg = <0xfc880000 0x100>,
591 <0xfd485000 0x400>,
592 <0xfc820000 0x020>,
Matt Wagantall16bc5cc2012-08-09 21:33:23 -0700593 <0xfc401680 0x004>,
594 <0xfc980008 0x004>;
Matt Wagantall4e2599e2012-03-21 22:31:35 -0700595 vdd_mss-supply = <&pm8841_s3>;
596
597 qcom,firmware-name = "mba";
598 qcom,pil-self-auth = <1>;
599 };
600
Matt Wagantalle6e00d52012-03-08 17:39:07 -0800601 qcom,mba@fc820000 {
602 compatible = "qcom,pil-mba";
603 reg = <0xfc820000 0x0020>,
604 <0x0d1fc000 0x4000>;
605
606 qcom,firmware-name = "modem";
607 qcom,depends-on = "mba";
608 };
609
Tianyi Gouc1e049f82011-11-23 14:20:16 -0800610 qcom,pronto@fb21b000 {
611 compatible = "qcom,pil-pronto";
612 reg = <0xfb21b000 0x3000>,
613 <0xfc401700 0x4>,
614 <0xfd485300 0xc>;
615 vdd_pronto_pll-supply = <&pm8941_l12>;
616
617 qcom,firmware-name = "wcnss";
618 };
Naveen Ramaraj51f5e8b2012-04-09 15:58:40 -0700619
620 qcom,ocmem@fdd00000 {
Naveen Ramaraj94455a42012-07-05 16:01:40 -0700621 compatible = "qcom,msm-ocmem";
622 reg = <0xfdd00000 0x2000>,
623 <0xfdd02000 0x2000>,
624 <0xfe039000 0x400>,
625 <0xfec00000 0x180000>;
626 reg-names = "ocmem_ctrl_physical", "dm_ctrl_physical", "br_ctrl_physical", "ocmem_physical";
627 interrupts = <0 76 0 0 77 0>;
628 interrupt-names = "ocmem_irq", "dm_irq";
629 qcom,ocmem-num-regions = <0x3>;
Naveen Ramarajba3a6262012-08-02 17:14:27 -0700630 qcom,resource-type = <0x706d636f>;
Naveen Ramaraj94455a42012-07-05 16:01:40 -0700631 #address-cells = <1>;
632 #size-cells = <1>;
633 ranges = <0x0 0xfec00000 0x180000>;
634
635 partition@0 {
636 reg = <0x0 0x100000>;
637 qcom,ocmem-part-name = "graphics";
638 qcom,ocmem-part-min = <0x80000>;
639 };
640
641 partition@80000 {
642 reg = <0x80000 0xA0000>;
643 qcom,ocmem-part-name = "lp_audio";
644 qcom,ocmem-part-min = <0xA0000>;
645 };
646
647 partition@E0000 {
648 reg = <0x120000 0x20000>;
Naveen Ramarajcc4ec152012-05-14 09:55:29 -0700649 qcom,ocmem-part-name = "other_os";
Naveen Ramaraj94455a42012-07-05 16:01:40 -0700650 qcom,ocmem-part-min = <0x20000>;
651 };
652
653 partition@100000 {
654 reg = <0x100000 0x80000>;
655 qcom,ocmem-part-name = "video";
656 qcom,ocmem-part-min = <0x55000>;
657 };
658
659 partition@140000 {
660 reg = <0x140000 0x40000>;
661 qcom,ocmem-part-name = "sensors";
662 qcom,ocmem-part-min = <0x40000>;
663 };
Naveen Ramaraj51f5e8b2012-04-09 15:58:40 -0700664 };
Mahesh Sivasubramanian3f0d0c72012-05-04 17:35:55 -0600665
Varad Deshmukh18057ed2012-07-03 16:34:53 -0700666 rpm_bus: qcom,rpm-smd {
Mahesh Sivasubramanian3f0d0c72012-05-04 17:35:55 -0600667 compatible = "qcom,rpm-smd";
668 rpm-channel-name = "rpm_requests";
669 rpm-channel-type = <15>; /* SMD_APPS_RPM */
670 };
Hariprasad Dhalinarasimhade991f02012-05-31 13:15:51 -0700671
672 qcom,msm-rng@f9bff000 {
673 compatible = "qcom,msm-rng";
674 reg = <0xf9bff000 0x200>;
675 };
Ramesh Masavarapufb1f01e2012-06-14 09:40:40 -0700676
677 qcom,qseecom@fe806000 {
678 compatible = "qcom,qseecom";
Rajeev Kulkarnic9162002012-11-22 00:42:58 -0800679 qcom,msm-bus,name = "qseecom-noc";
680 qcom,msm-bus,num-cases = <4>;
681 qcom,msm-bus,active-only = <0>;
682 qcom,msm-bus,num-paths = <1>;
683 qcom,msm-bus,vectors-KBps =
684 <55 512 0 0>,
685 <55 512 3936000 393600>,
686 <55 512 3936000 393600>,
687 <55 512 3936000 393600>;
Ramesh Masavarapufb1f01e2012-06-14 09:40:40 -0700688 };
Adrian Salido-Moreno5ef3ac02012-05-14 18:40:47 -0700689
Hanumant72aec702012-06-25 11:51:07 -0700690 qcom,wdt@f9017000 {
691 compatible = "qcom,msm-watchdog";
692 reg = <0xf9017000 0x1000>;
693 interrupts = <0 3 0 0 4 0>;
694 qcom,bark-time = <11000>;
695 qcom,pet-time = <10000>;
696 qcom,ipi-ping = <1>;
697 };
Hariprasad Dhalinarasimha0fc258f2012-07-05 13:01:29 -0700698
699 qcom,tz-log@fe805720 {
700 compatible = "qcom,tz-log";
701 reg = <0xfe805720 0x1000>;
702 };
Tianyi Gou828798d2012-05-02 21:12:38 -0700703
704 qcom,venus@fdce0000 {
705 compatible = "qcom,pil-venus";
706 reg = <0xfdce0000 0x4000>,
707 <0xfdc80208 0x8>;
708 vdd-supply = <&gdsc_venus>;
709
710 qcom,firmware-name = "venus";
711 qcom,firmware-min-paddr = <0xF500000>;
712 qcom,firmware-max-paddr = <0xFA00000>;
713 };
Siddartha Mohanadoss05a6e382012-05-14 15:13:37 -0700714
Stepan Moskovchenkoc79a7382012-07-19 17:24:32 -0700715 qcom,cache_erp {
716 compatible = "qcom,cache_erp";
717 interrupts = <1 9 0>, <0 2 0>;
718 interrupt-names = "l1_irq", "l2_irq";
719 };
720
Siddartha Mohanadoss05a6e382012-05-14 15:13:37 -0700721 tsens@fc4a8000 {
722 compatible = "qcom,msm-tsens";
723 reg = <0xfc4a8000 0x2000>,
724 <0xfc4b80d0 0x5>;
725 reg-names = "tsens_physical", "tsens_eeprom_physical";
726 interrupts = <0 184 0>;
727 qcom,sensors = <11>;
Siddartha Mohanadoss205bce62012-07-27 17:17:18 -0700728 qcom,slope = <3200 3200 3200 3200 3200 3200 3200 3200 3200
729 3200 3200>;
Siddartha Mohanadoss05a6e382012-05-14 15:13:37 -0700730 };
Laura Abbottf7e44042012-06-22 12:50:32 -0700731
732 qcom,msm-rtb {
733 compatible = "qcom,msm-rtb";
734 qcom,memory-reservation-type = "EBI1";
735 qcom,memory-reservation-size = <0x100000>; /* 1M EBI1 buffer */
736 };
Mona Hossainb43e94b2012-05-07 08:52:06 -0700737
738 qcom,qcedev@fd440000 {
739 compatible = "qcom,qcedev";
740 reg = <0xfd440000 0x20000>,
741 <0xfd444000 0x8000>;
Ramesh Masavarapu97ad00d2012-08-06 16:47:26 -0700742 reg-names = "crypto-base","crypto-bam-base";
Mona Hossainb43e94b2012-05-07 08:52:06 -0700743 interrupts = <0 235 0>;
Ramesh Masavarapu97ad00d2012-08-06 16:47:26 -0700744 qcom,bam-pipe-pair = <0>;
Mona Hossainb43e94b2012-05-07 08:52:06 -0700745 };
746
747 qcom,qcrypto@fd444000 {
748 compatible = "qcom,qcrypto";
749 reg = <0xfd440000 0x20000>,
750 <0xfd444000 0x8000>;
Ramesh Masavarapu97ad00d2012-08-06 16:47:26 -0700751 reg-names = "crypto-base","crypto-bam-base";
Mona Hossainb43e94b2012-05-07 08:52:06 -0700752 interrupts = <0 235 0>;
Ramesh Masavarapu97ad00d2012-08-06 16:47:26 -0700753 qcom,bam-pipe-pair = <1>;
Mona Hossainb43e94b2012-05-07 08:52:06 -0700754 };
Shimrit Malichi57ae1492012-08-06 14:03:45 +0300755
756 qcom,usbbam@f9304000 {
757 compatible = "qcom,usb-bam-msm";
758 reg = <0xf9304000 0x9000>;
759 interrupts = <0 132 0>;
760 qcom,usb-active-bam = <0>;
761 qcom,usb-total-bam-num = <1>;
762 qcom,usb-bam-num-pipes = <16>;
763 qcom,usb-base-address = <0xf9200000>;
764
765 qcom,pipe1 {
766 label = "usb-to-peri-qdss-dwc3";
767 qcom,usb-bam-type = <0>;
768 qcom,src-bam-physical-address = <0>;
769 qcom,src-bam-pipe-index = <0>;
770 qcom,dst-bam-physical-address = <0>;
771 qcom,dst-bam-pipe-index = <0>;
772 qcom,data-fifo-offset = <0>;
773 qcom,data-fifo-size = <0>;
774 qcom,descriptor-fifo-offset = <0>;
775 qcom,descriptor-fifo-size = <0>;
776 };
777
778 qcom,pipe2 {
779 label = "peri-to-usb-qdss-dwc3";
780 qcom,usb-bam-type = <0>;
781 qcom,src-bam-physical-address = <0xfc37C000>;
782 qcom,src-bam-pipe-index = <0>;
783 qcom,dst-bam-physical-address = <0xf9304000>;
784 qcom,dst-bam-pipe-index = <2>;
785 qcom,data-fifo-offset = <0xf0000>;
786 qcom,data-fifo-size = <0x4000>;
787 qcom,descriptor-fifo-offset = <0xf4000>;
788 qcom,descriptor-fifo-size = <0x1400>;
789 };
790 };
Eugene Seahce52ef22012-07-12 12:40:38 -0600791
792 qcom,msm-thermal {
793 compatible = "qcom,msm-thermal";
794 qcom,sensor-id = <0>;
795 qcom,poll-ms = <250>;
796 qcom,limit-temp = <60>;
797 qcom,temp-hysteresis = <10>;
798 qcom,freq-step = <2>;
799 };
Anirudh Ghayalb70740f2012-08-01 09:00:49 +0530800
801 gpio_keys {
802 compatible = "gpio-keys";
803
804 camera_snapshot {
805 label = "camera_snapshot";
806 gpios = <&pm8941_gpios 3 0x1>;
807 linux,input-type = <1>;
808 linux,code = <0x2fe>;
809 gpio-key,wakeup;
810 debounce-interval = <15>;
811 };
812
813 camera_focus {
814 label = "camera_focus";
815 gpios = <&pm8941_gpios 4 0x1>;
816 linux,input-type = <1>;
817 linux,code = <0x210>;
818 gpio-key,wakeup;
819 debounce-interval = <15>;
820 };
821
822 vol_up {
823 label = "volume_up";
824 gpios = <&pm8941_gpios 5 0x1>;
825 linux,input-type = <1>;
826 linux,code = <115>;
827 gpio-key,wakeup;
828 debounce-interval = <15>;
829 };
830 };
Sathish Ambley4df614c2011-10-07 16:30:46 -0700831};
Varad Deshmukh18057ed2012-07-03 16:34:53 -0700832
833/include/ "msm-pm8x41-rpm-regulator.dtsi"
834/include/ "msm-pm8841.dtsi"
835/include/ "msm-pm8941.dtsi"
836/include/ "msm8974-regulator.dtsi"
837/include/ "msm8974-gpio.dtsi"