blob: d6aef925552e03680f575c51efbb5417022469ef [file] [log] [blame]
Syed Rameez Mustafa3971c142013-01-09 19:04:53 -08001/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
Syed Rameez Mustafad3935822012-10-09 11:23:20 -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/include/ "skeleton.dtsi"
Stepan Moskovchenko7d8cdcaa2013-04-25 17:10:55 -070014
15/ {
16 model = "Qualcomm MSM 8610";
17 compatible = "qcom,msm8610";
18 interrupt-parent = <&intc>;
19
20 memory {
21 qsecom_mem: qsecom_region {
22 linux,contiguous-region;
23 reg = <0 0x100000>;
24 label = "qsecom_mem";
25 };
26 };
27
28 aliases {
29 sdhc1 = &sdhc_1; /* SDC1 eMMC slot */
30 sdhc2 = &sdhc_2; /* SDC2 SD card slot */
Gilad Avidova460c472013-04-12 16:23:32 -060031 spi4 = &spi_4;
Stepan Moskovchenko7d8cdcaa2013-04-25 17:10:55 -070032 };
33
34 soc: soc { };
35};
36
Lokesh Kumar Aakulu25213502013-05-07 17:43:03 -070037/include/ "msm8610-camera.dtsi"
Olav Haugan54166782013-01-28 16:59:51 -080038/include/ "msm-iommu-v0.dtsi"
Syed Rameez Mustafa3971c142013-01-09 19:04:53 -080039/include/ "msm8610-ion.dtsi"
Lokesh Batra8d55eec2013-02-26 11:31:21 -080040/include/ "msm8610-gpu.dtsi"
Matt Wagantall1bf56932012-11-29 15:03:29 -080041/include/ "msm-gdsc.dtsi"
Aparna Dasd16555b2013-03-06 15:46:38 -080042/include/ "msm8610-coresight.dtsi"
Praveen Chidambarama1f98282012-11-29 09:56:57 -070043/include/ "msm8610-pm.dtsi"
Jeff Hugo53dcf0f2013-03-20 12:37:50 -060044/include/ "msm8610-smp2p.dtsi"
Gagan Macbced3872013-02-04 19:18:04 -070045/include/ "msm8610-bus.dtsi"
Xiaoming Zhou5f37a252013-04-09 21:11:50 -040046/include/ "msm8610-mdss.dtsi"
Syed Rameez Mustafad3935822012-10-09 11:23:20 -070047
Stepan Moskovchenko7d8cdcaa2013-04-25 17:10:55 -070048&soc {
49 #address-cells = <1>;
50 #size-cells = <1>;
51 ranges;
Syed Rameez Mustafad3935822012-10-09 11:23:20 -070052
53 intc: interrupt-controller@f9000000 {
54 compatible = "qcom,msm-qgic2";
55 interrupt-controller;
56 #interrupt-cells = <3>;
57 reg = <0xf9000000 0x1000>,
58 <0xf9002000 0x1000>;
59 };
60
61 msmgpio: gpio@fd510000 {
62 compatible = "qcom,msm-gpio";
63 interrupt-controller;
64 #interrupt-cells = <2>;
65 reg = <0xfd510000 0x4000>;
Syed Rameez Mustafa86cccfc2012-12-10 18:06:08 -080066 gpio-controller;
Syed Rameez Mustafad3935822012-10-09 11:23:20 -070067 #gpio-cells = <2>;
Rohit Vaswani341c2032012-11-08 18:49:29 -080068 ngpio = <102>;
Rohit Vaswanid2001522012-12-05 19:23:44 -080069 interrupts = <0 208 0>;
Rohit Vaswanied0a4ef2012-12-11 15:14:42 -080070 qcom,direct-connect-irqs = <8>;
Syed Rameez Mustafad3935822012-10-09 11:23:20 -070071 };
72
Abhimanyu Kapur58d303a72013-04-30 16:13:41 -070073 qcom,mpm2-sleep-counter@fc4a3000 {
74 compatible = "qcom,mpm2-sleep-counter";
75 reg = <0xfc4a3000 0x1000>;
76 clock-frequency = <32768>;
77 };
78
Syed Rameez Mustafafd9ac032012-10-10 17:52:07 -070079 timer {
Syed Rameez Mustafa0824d6c2012-11-29 18:53:56 -080080 compatible = "arm,armv7-timer";
Syed Rameez Mustafafd9ac032012-10-10 17:52:07 -070081 interrupts = <1 2 0 1 3 0>;
Syed Rameez Mustafad3935822012-10-09 11:23:20 -070082 clock-frequency = <19200000>;
83 };
84
Stephen Boyda61ac642013-04-10 14:20:27 -070085 timer@f9020000 {
86 #address-cells = <1>;
87 #size-cells = <1>;
88 ranges;
89 compatible = "arm,armv7-timer-mem";
90 reg = <0xf9020000 0x1000>;
91 clock-frequency = <19200000>;
92
93 frame@f9021000 {
94 frame-number = <0>;
95 interrupts = <0 8 0x4>,
96 <0 7 0x4>;
97 reg = <0xf9021000 0x1000>,
98 <0xf9022000 0x1000>;
99 };
100
101 frame@f9023000 {
102 frame-number = <1>;
103 interrupts = <0 9 0x4>;
104 reg = <0xf9023000 0x1000>;
105 status = "disabled";
106 };
107
108 frame@f9024000 {
109 frame-number = <2>;
110 interrupts = <0 10 0x4>;
111 reg = <0xf9024000 0x1000>;
112 status = "disabled";
113 };
114
115 frame@f9025000 {
116 frame-number = <3>;
117 interrupts = <0 11 0x4>;
118 reg = <0xf9025000 0x1000>;
119 status = "disabled";
120 };
121
122 frame@f9026000 {
123 frame-number = <4>;
124 interrupts = <0 12 0x4>;
125 reg = <0xf9026000 0x1000>;
126 status = "disabled";
127 };
128
129 frame@f9027000 {
130 frame-number = <5>;
131 interrupts = <0 13 0x4>;
132 reg = <0xf9027000 0x1000>;
133 status = "disabled";
134 };
135
136 frame@f9028000 {
137 frame-number = <6>;
138 interrupts = <0 14 0x4>;
139 reg = <0xf9028000 0x1000>;
140 status = "disabled";
141 };
142 };
143
Arun Menon2a7e3772013-01-17 12:06:59 -0800144 qcom,msm-adsp-loader {
145 compatible = "qcom,adsp-loader";
146 qcom,adsp-state = <0>;
147 };
148
Fred Ohe49386d2013-05-02 17:53:27 -0700149 qcom,msm-audio-ion {
150 compatible = "qcom,msm-audio-ion";
151 qcom,smmu-enabled;
152 };
153
Abhimanyu Kapur032b1f42013-01-18 00:10:50 -0800154 qcom,msm-imem@fe805000 {
155 compatible = "qcom,msm-imem";
156 reg = <0xfe805000 0x1000>; /* Address and size of IMEM */
157 };
158
Syed Rameez Mustafad3935822012-10-09 11:23:20 -0700159 serial@f991f000 {
160 compatible = "qcom,msm-lsuart-v14";
161 reg = <0xf991f000 0x1000>;
162 interrupts = <0 109 0>;
163 status = "disabled";
164 };
Mayank Rana55db0cb2012-10-15 16:50:06 +0530165
Hanumant Singh6b346712013-04-09 16:26:09 -0700166 serial@f991e000 {
167 compatible = "qcom,msm-lsuart-v14";
168 reg = <0xf991e000 0x1000>;
169 interrupts = <0 108 0>;
170 status = "disabled";
171 };
172
Arun Menon8e25dd42013-01-11 14:11:54 -0800173 qcom,vidc@fdc00000 {
174 compatible = "qcom,msm-vidc";
Sachin Shah4e1c8fe2013-03-20 15:10:05 -0700175 qcom,vidc-ns-map = <0x40000000 0x40000000>;
176 qcom,iommu-groups = <&q6_domain_ns>;
177 qcom,iommu-group-buffer-types = <0xfff>;
178 qcom,buffer-type-tz-usage-map = <0x1 0x1>,
179 <0x1fe 0x2>;
180 qcom,hfi = "q6";
Arun Menonede58642013-04-26 14:19:06 -0700181 qcom,max-hw-load = <108000>; /* 720p @ 30 * 1 */
Arun Menon8e25dd42013-01-11 14:11:54 -0800182 };
183
Vamsi Krishna872fbbc2013-04-09 18:04:52 -0700184 qcom,usbbam@f9a44000 {
185 compatible = "qcom,usb-bam-msm";
186 reg = <0xf9a44000 0x11000>;
187 reg-names = "hsusb";
188 interrupts = <0 135 0>;
189 interrupt-names = "hsusb";
190 qcom,usb-bam-num-pipes = <16>;
191 qcom,usb-bam-fifo-baseaddr = <0xfe803000>;
192 qcom,ignore-core-reset-ack;
193 qcom,disable-clk-gating;
194
195 qcom,pipe0 {
196 label = "hsusb-qdss-in-0";
197 qcom,usb-bam-mem-type = <3>;
198 qcom,bam-type = <1>;
199 qcom,dir = <1>;
200 qcom,pipe-num = <0>;
201 qcom,peer-bam = <1>;
202 qcom,src-bam-physical-address = <0xfc37c000>;
203 qcom,src-bam-pipe-index = <0>;
204 qcom,dst-bam-physical-address = <0xf9a44000>;
205 qcom,dst-bam-pipe-index = <2>;
206 qcom,data-fifo-offset = <0x0>;
207 qcom,data-fifo-size = <0x600>;
208 qcom,descriptor-fifo-offset = <0x600>;
209 qcom,descriptor-fifo-size = <0x200>;
210 };
211 };
212
Mayank Rana55db0cb2012-10-15 16:50:06 +0530213 usb@f9a55000 {
214 compatible = "qcom,hsusb-otg";
215 reg = <0xf9a55000 0x400>;
Mayank Rana33d26662013-01-17 10:22:25 +0530216 interrupts = <0 134 0>, <0 140 0>;
217 interrupt-names = "core_irq", "async_irq";
Mayank Rana76c6ce22012-11-07 17:07:58 +0530218 HSUSB_VDDCX-supply = <&pm8110_s1>;
219 HSUSB_1p8-supply = <&pm8110_l10>;
220 HSUSB_3p3-supply = <&pm8110_l20>;
Mayank Rana55db0cb2012-10-15 16:50:06 +0530221
222 qcom,hsusb-otg-phy-type = <2>;
223 qcom,hsusb-otg-mode = <1>;
Mayank Rana29bb9f22013-04-04 18:25:12 +0530224 qcom,hsusb-otg-otg-control = <2>;
Mayank Rana55db0cb2012-10-15 16:50:06 +0530225 qcom,hsusb-otg-disable-reset;
Mayank Ranaa5491122013-04-04 18:32:25 +0530226 qcom,dp-manual-pullup;
Mayank Ranaf9295802013-04-04 18:36:44 +0530227
228 qcom,msm-bus,name = "usb2";
229 qcom,msm-bus,num-cases = <2>;
230 qcom,msm-bus,active-only = <0>;
231 qcom,msm-bus,num-paths = <1>;
232 qcom,msm-bus,vectors-KBps =
233 <87 512 0 0>,
234 <87 512 60000 960000>;
Mayank Rana55db0cb2012-10-15 16:50:06 +0530235 };
236
Mayank Ranacc0c5452013-01-29 16:41:53 +0530237 android_usb@fe8050c8 {
Mayank Rana55db0cb2012-10-15 16:50:06 +0530238 compatible = "qcom,android-usb";
Mayank Ranacc0c5452013-01-29 16:41:53 +0530239 reg = <0xfe8050c8 0xc8>;
Manu Gautamd4f33082013-06-12 14:24:01 +0530240 qcom,android-usb-swfi-latency = <1>;
Mayank Rana55db0cb2012-10-15 16:50:06 +0530241 };
242
Oluwafemi Adeyemi58289bf2012-10-16 17:24:33 -0700243 sdcc1: qcom,sdcc@f9824000 {
244 cell-index = <1>; /* SDC1 eMMC slot */
245 compatible = "qcom,msm-sdcc";
Oluwafemi Adeyemi4641e7f2012-11-28 16:12:56 -0800246 reg = <0xf9824000 0x800>,
247 <0xf9824800 0x100>,
248 <0xf9804000 0x7000>;
249 reg-names = "core_mem", "dml_mem", "bam_mem";
250 interrupts = <0 123 0>, <0 137 0>;
251 interrupt-names = "core_irq", "bam_irq";
Oluwafemi Adeyemi58289bf2012-10-16 17:24:33 -0700252
Oluwafemi Adeyemid0035622012-11-02 12:07:06 -0700253 vdd-supply = <&pm8110_l17>;
254 qcom,vdd-always-on;
255 qcom,vdd-lpm-sup;
256 qcom,vdd-voltage-level = <2900000 2900000>;
257 qcom,vdd-current-level = <9000 400000>;
258
259 vdd-io-supply = <&pm8110_l6>;
260 qcom,vdd-io-always-on;
261 qcom,vdd-io-lpm-sup;
262 qcom,vdd-io-voltage-level = <1800000 1800000>;
263 qcom,vdd-io-current-level = <9000 60000>;
264
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700265 qcom,pad-pull-on = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
266 qcom,pad-pull-off = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
Krishna Konda6c5d0f42013-04-12 16:44:26 -0700267 qcom,pad-drv-on = <0x4 0x4 0x4>; /* 10mA, 10mA, 10mA */
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700268 qcom,pad-drv-off = <0x0 0x0 0x0>; /* 2mA, 2mA, 2mA */
Oluwafemi Adeyemi58289bf2012-10-16 17:24:33 -0700269
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700270 qcom,clk-rates = <400000 25000000 50000000 100000000 200000000>;
Oluwafemi Adeyemid0035622012-11-02 12:07:06 -0700271 qcom,sup-voltages = <2900 2900>;
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700272 qcom,bus-width = <8>;
273 qcom,nonremovable;
274 qcom,bus-speed-mode = "HS200_1p8v", "DDR_1p8v";
Venkat Gopalakrishnan587b2252013-04-05 12:16:50 -0700275
276 status = "disabled";
Oluwafemi Adeyemi58289bf2012-10-16 17:24:33 -0700277 };
278
279 sdcc2: qcom,sdcc@f98a4000 {
280 cell-index = <2>; /* SDC2 SD card slot */
281 compatible = "qcom,msm-sdcc";
Oluwafemi Adeyemi4641e7f2012-11-28 16:12:56 -0800282 reg = <0xf98a4000 0x800>,
283 <0xf98a4800 0x100>,
284 <0xf9884000 0x7000>;
285 reg-names = "core_mem", "dml_mem", "bam_mem";
286 interrupts = <0 125 0>, <0 220 0>;
287 interrupt-names = "core_irq", "bam_irq";
Oluwafemi Adeyemi58289bf2012-10-16 17:24:33 -0700288
Oluwafemi Adeyemid0035622012-11-02 12:07:06 -0700289 vdd-supply = <&pm8110_l18>;
290 qcom,vdd-voltage-level = <2950000 2950000>;
291 qcom,vdd-current-level = <9000 400000>;
292
293 vdd-io-supply = <&pm8110_l21>;
294 qcom,vdd-io-voltage-level = <1800000 2950000>;
295 qcom,vdd-io-current-level = <9000 50000>;
296
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700297 qcom,pad-pull-on = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
298 qcom,pad-pull-off = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
Krishna Konda6c5d0f42013-04-12 16:44:26 -0700299 qcom,pad-drv-on = <0x4 0x4 0x4>; /* 10mA, 10mA, 10mA */
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700300 qcom,pad-drv-off = <0x0 0x0 0x0>; /* 2mA, 2mA, 2mA */
Oluwafemi Adeyemi58289bf2012-10-16 17:24:33 -0700301
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700302 qcom,clk-rates = <400000 25000000 50000000 100000000 200000000>;
303 qcom,sup-voltages = <2950 2950>;
304 qcom,bus-width = <4>;
305 qcom,xpc;
306 qcom,bus-speed-mode = "SDR12", "SDR25", "SDR50", "DDR50", "SDR104";
307 qcom,current-limit = <800>;
Venkat Gopalakrishnan587b2252013-04-05 12:16:50 -0700308
309 status = "disabled";
Oluwafemi Adeyemi58289bf2012-10-16 17:24:33 -0700310 };
311
Venkat Gopalakrishnana6ce5f22013-04-04 14:24:57 -0700312 sdhc_1: sdhci@f9824900 {
313 compatible = "qcom,sdhci-msm";
314 reg = <0xf9824900 0x11c>, <0xf9824000 0x800>;
315 reg-names = "hc_mem", "core_mem";
316
317 interrupts = <0 123 0>, <0 138 0>;
318 interrupt-names = "hc_irq", "pwr_irq";
319
320 qcom,bus-width = <8>;
321 status = "disabled";
322 };
323
324 sdhc_2: sdhci@f98a4900 {
325 compatible = "qcom,sdhci-msm";
326 reg = <0xf98a4900 0x11c>, <0xf98a4000 0x800>;
327 reg-names = "hc_mem", "core_mem";
328
329 interrupts = <0 125 0>, <0 221 0>;
330 interrupt-names = "hc_irq", "pwr_irq";
331
332 qcom,bus-width = <4>;
333 status = "disabled";
334 };
335
Yan He6c7304c2012-11-09 22:07:08 -0800336 qcom,sps {
337 compatible = "qcom,msm_sps";
338 qcom,device-type = <3>;
339 };
340
Jeff Hugo4e20fda2013-04-10 12:40:19 -0600341 qcom,smem@d900000 {
Jeff Hugo818d0f72012-11-05 14:19:28 -0700342 compatible = "qcom,smem";
Jeff Hugoe1e30e72013-04-08 14:15:34 -0600343 reg = <0xd900000 0x100000>,
Stepan Moskovchenkod6ee8262013-02-06 11:26:05 -0800344 <0xf9011000 0x1000>,
Jeff Hugo818d0f72012-11-05 14:19:28 -0700345 <0xfc428000 0x4000>;
346 reg-names = "smem", "irq-reg-base", "aux-mem1";
347
348 qcom,smd-modem {
349 compatible = "qcom,smd";
350 qcom,smd-edge = <0>;
351 qcom,smd-irq-offset = <0x8>;
352 qcom,smd-irq-bitmask = <0x1000>;
353 qcom,pil-string = "modem";
354 interrupts = <0 25 1>;
355 };
356
357 qcom,smsm-modem {
358 compatible = "qcom,smsm";
359 qcom,smsm-edge = <0>;
360 qcom,smsm-irq-offset = <0x8>;
361 qcom,smsm-irq-bitmask = <0x2000>;
362 interrupts = <0 26 1>;
363 };
364
365 qcom,smd-adsp {
366 compatible = "qcom,smd";
367 qcom,smd-edge = <1>;
368 qcom,smd-irq-offset = <0x8>;
369 qcom,smd-irq-bitmask = <0x100>;
370 qcom,pil-string = "adsp";
371 interrupts = <0 156 1>;
372 };
373
374 qcom,smsm-adsp {
375 compatible = "qcom,smsm";
376 qcom,smsm-edge = <1>;
377 qcom,smsm-irq-offset = <0x8>;
378 qcom,smsm-irq-bitmask = <0x200>;
379 interrupts = <0 157 1>;
380 };
381
382 qcom,smd-wcnss {
383 compatible = "qcom,smd";
384 qcom,smd-edge = <6>;
385 qcom,smd-irq-offset = <0x8>;
386 qcom,smd-irq-bitmask = <0x20000>;
387 qcom,pil-string = "wcnss";
388 interrupts = <0 142 1>;
389 };
390
391 qcom,smsm-wcnss {
392 compatible = "qcom,smsm";
393 qcom,smsm-edge = <6>;
394 qcom,smsm-irq-offset = <0x8>;
395 qcom,smsm-irq-bitmask = <0x80000>;
396 interrupts = <0 144 1>;
397 };
398
399 qcom,smd-rpm {
400 compatible = "qcom,smd";
401 qcom,smd-edge = <15>;
402 qcom,smd-irq-offset = <0x8>;
403 qcom,smd-irq-bitmask = <0x1>;
404 interrupts = <0 168 1>;
405 qcom,irq-no-suspend;
406 };
David Ng5a3cb232012-12-03 16:42:53 -0800407 };
Hanumant Singh4e334c82012-11-14 10:16:39 -0800408
Praveen Chidambarama1f98282012-11-29 09:56:57 -0700409 rpm_bus: qcom,rpm-smd {
410 compatible = "qcom,rpm-smd";
411 rpm-channel-name = "rpm_requests";
412 rpm-channel-type = <15>; /* SMD_APPS_RPM */
Priyanka Mathur6e993c92013-03-20 11:17:27 -0700413 rpm-standalone;
Praveen Chidambarama1f98282012-11-29 09:56:57 -0700414 };
415
Jennifer Liuccb66f62013-06-06 10:46:51 -0700416 qcom,bcl {
417 compatible = "qcom,bcl";
418 };
419
Olav Haugan8340d932013-01-25 12:03:11 -0800420 qcom,msm-mem-hole {
421 compatible = "qcom,msm-mem-hole";
Neeti Desai2bdaa092013-05-14 15:23:45 -0700422 qcom,memblock-remove = <0x07b00000 0x6400000>; /* Address and Size of Hole */
Olav Haugan8340d932013-01-25 12:03:11 -0800423 };
424
Hanumant Singh4e334c82012-11-14 10:16:39 -0800425 qcom,wdt@f9017000 {
426 compatible = "qcom,msm-watchdog";
427 reg = <0xf9017000 0x1000>;
428 interrupts = <0 3 0>, <0 4 0>;
429 qcom,bark-time = <11000>;
430 qcom,pet-time = <10000>;
Mitchel Humpherys1be23802012-11-16 15:52:32 -0800431 qcom,ipi-ping;
Jeff Hugo818d0f72012-11-05 14:19:28 -0700432 };
Kenneth Heitkedb6e1b12012-11-20 15:24:42 -0700433
Vikram Mulukutlaa3cebff2013-01-28 13:54:54 -0800434 qcom,acpuclk@f9011050 {
435 compatible = "qcom,acpuclk-a7";
436 reg = <0xf9011050 0x8>;
437 reg-names = "rcg_base";
Patrick Dalyf9451d22013-03-20 14:20:12 -0700438 a7_cpu-supply = <&apc_vreg_corner>;
Vikram Mulukutlaa3cebff2013-01-28 13:54:54 -0800439 };
440
Kenneth Heitkedb6e1b12012-11-20 15:24:42 -0700441 spmi_bus: qcom,spmi@fc4c0000 {
442 cell-index = <0>;
443 compatible = "qcom,spmi-pmic-arb";
Kenneth Heitke366b8a42012-12-18 13:51:37 -0700444 reg-names = "core", "intr", "cnfg";
Kenneth Heitkedb6e1b12012-11-20 15:24:42 -0700445 reg = <0xfc4cf000 0x1000>,
Kenneth Heitke366b8a42012-12-18 13:51:37 -0700446 <0Xfc4cb000 0x1000>,
447 <0Xfc4ca000 0x1000>;
Kenneth Heitkedb6e1b12012-11-20 15:24:42 -0700448 /* 190,ee0_krait_hlos_spmi_periph_irq */
449 /* 187,channel_0_krait_hlos_trans_done_irq */
450 interrupts = <0 190 0>, <0 187 0>;
Kenneth Heitkedb6e1b12012-11-20 15:24:42 -0700451 qcom,pmic-arb-ee = <0>;
452 qcom,pmic-arb-channel = <0>;
Kenneth Heitkedb6e1b12012-11-20 15:24:42 -0700453 };
454
Chun Zhangf39a0652013-05-01 15:57:54 -0700455 i2c@f9923000 { /* BLSP-1 QUP-1 */
456 cell-index = <1>;
Gilad Avidovf84f2792013-01-31 13:26:39 -0700457 compatible = "qcom,i2c-qup";
458 #address-cells = <1>;
459 #size-cells = <0>;
460 reg-names = "qup_phys_addr";
Chun Zhangf39a0652013-05-01 15:57:54 -0700461 reg = <0xf9923000 0x1000>;
Gilad Avidovf84f2792013-01-31 13:26:39 -0700462 interrupt-names = "qup_err_intr";
Chun Zhangf39a0652013-05-01 15:57:54 -0700463 interrupts = <0 95 0>;
Gilad Avidovf84f2792013-01-31 13:26:39 -0700464 qcom,i2c-bus-freq = <100000>;
Chun Zhangf39a0652013-05-01 15:57:54 -0700465 qcom,i2c-src-freq = <19200000>;
466 qcom,sda-gpio = <&msmgpio 2 0>;
467 qcom,scl-gpio = <&msmgpio 3 0>;
Gilad Avidovf84f2792013-01-31 13:26:39 -0700468 };
469
Kuirong Wangc6d072c2013-01-29 10:33:03 -0800470 i2c_cdc: i2c@f9927000 { /* BLSP1 QUP5 */
471 cell-index = <5>;
472 compatible = "qcom,i2c-qup";
473 #address-cells = <1>;
474 #size-cells = <0>;
475 reg-names = "qup_phys_addr";
476 reg = <0xf9927000 0x1000>;
477 interrupt-names = "qup_err_intr";
478 interrupts = <0 99 0>;
479 qcom,i2c-bus-freq = <100000>;
480 };
481
Lokesh Kumar Aakulu25213502013-05-07 17:43:03 -0700482 i2c: i2c@f9928000 { /* BLSP1 QUP6 */
Kenneth Heitke0d4fbb12013-04-10 12:51:14 -0600483 cell-index = <6>;
484 compatible = "qcom,i2c-qup";
485 #address-cells = <1>;
486 #size-cells = <0>;
487 reg-names = "qup_phys_addr";
488 reg = <0xf9928000 0x1000>;
489 interrupt-names = "qup_err_intr";
490 interrupts = <0 100 0>;
491 qcom,i2c-bus-freq = <100000>;
492 qcom,i2c-src-freq = <19200000>;
493 qcom,sda-gpio = <&msmgpio 16 0>;
494 qcom,scl-gpio = <&msmgpio 17 0>;
495 };
Gilad Avidovf58f1832013-01-09 17:31:28 -0700496
Chun Zhangf39a0652013-05-01 15:57:54 -0700497 i2c@f9925000 { /* BLSP-1 QUP-3 */
498 cell-index = <0>;
499 compatible = "qcom,i2c-qup";
Gilad Avidovf58f1832013-01-09 17:31:28 -0700500 #address-cells = <1>;
501 #size-cells = <0>;
Chun Zhangf39a0652013-05-01 15:57:54 -0700502 reg-names = "qup_phys_addr";
503 reg = <0xf9925000 0x1000>;
504 interrupt-names = "qup_err_intr";
505 interrupts = <0 97 0>;
506 qcom,i2c-bus-freq = <100000>;
Gilad Avidovf58f1832013-01-09 17:31:28 -0700507 };
508
Gilad Avidova460c472013-04-12 16:23:32 -0600509 spi_4: spi@f9926000 { /* BLSP1 QUP4 */
510 compatible = "qcom,spi-qup-v2";
511 #address-cells = <1>;
512 #size-cells = <0>;
513 reg-names = "spi_physical", "spi_bam_physical";
514 reg = <0xf9926000 0x1000>,
515 <0xf9904000 0x15000>;
516 interrupt-names = "spi_irq", "spi_bam_irq";
517 interrupts = <0 98 0>, <0 238 0>;
518 spi-max-frequency = <50000000>;
519
520 gpios = <&msmgpio 89 0>, /* CLK */
521 <&msmgpio 87 0>, /* MISO */
522 <&msmgpio 86 0>; /* MOSI */
523 cs-gpios = <&msmgpio 88 0>;
524
525 qcom,infinite-mode = <0>;
526 qcom,use-bam;
527 qcom,ver-reg-exists;
528 qcom,bam-consumer-pipe-index = <18>;
529 qcom,bam-producer-pipe-index = <19>;
530 };
531
Vikram Mulukutla1ac32fd2013-01-28 10:03:58 -0800532 qcom,pronto@fb21b000 {
533 compatible = "qcom,pil-pronto";
534 reg = <0xfb21b000 0x3000>,
535 <0xfc401700 0x4>,
536 <0xfd485300 0xc>;
537 reg-names = "pmu_base", "clk_base", "halt_base";
538 interrupts = <0 149 1>;
539 vdd_pronto_pll-supply = <&pm8110_l10>;
540
541 qcom,firmware-name = "wcnss";
Sameer Thalappil7abeb222013-04-02 11:13:42 -0700542
Sameer Thalappil4ba86302013-04-05 17:36:54 -0700543 /* GPIO inputs from wcnss */
Sameer Thalappil7abeb222013-04-02 11:13:42 -0700544 qcom,gpio-err-fatal = <&smp2pgpio_ssr_smp2p_4_in 0 0>;
Sameer Thalappilb1e03c02013-04-29 14:52:00 -0700545 qcom,gpio-err-ready = <&smp2pgpio_ssr_smp2p_4_in 1 0>;
Sameer Thalappil4ba86302013-04-05 17:36:54 -0700546 qcom,gpio-proxy-unvote = <&smp2pgpio_ssr_smp2p_4_in 2 0>;
Sameer Thalappil7abeb222013-04-02 11:13:42 -0700547
548 /* GPIO output to wcnss */
549 qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_4_out 0 0>;
Vikram Mulukutla1ac32fd2013-01-28 10:03:58 -0800550 };
551
Sameer Thalappil1b65cd02013-04-03 16:42:34 -0700552 qcom,iris-fm {
553 compatible = "qcom,iris_fm";
554 };
555
Fred Oh92b18a02013-01-22 13:29:41 -0800556 sound {
557 compatible = "qcom,msm8x10-audio-codec";
558 qcom,model = "msm8x10-snd-card";
559 };
560
561 qcom,msm-pcm {
562 compatible = "qcom,msm-pcm-dsp";
Kuirong Wang16f52d62013-03-07 10:49:27 -0800563 qcom,msm-pcm-dsp-id = <0>;
Fred Oh92b18a02013-01-22 13:29:41 -0800564 };
565
Mingming Yin8b92f9b2013-05-01 14:10:26 -0700566 qcom,msm-pcm-low-latency {
567 compatible = "qcom,msm-pcm-dsp";
568 qcom,msm-pcm-dsp-id = <1>;
569 qcom,msm-pcm-low-latency;
570 };
571
Fred Oh92b18a02013-01-22 13:29:41 -0800572 qcom,msm-pcm-routing {
573 compatible = "qcom,msm-pcm-routing";
574 };
575
576 qcom,msm-pcm-lpa {
577 compatible = "qcom,msm-pcm-lpa";
578 };
579
580 qcom,msm-compr-dsp {
581 compatible = "qcom,msm-compr-dsp";
582 };
583
584 qcom,msm-voip-dsp {
585 compatible = "qcom,msm-voip-dsp";
586 };
587
588 qcom,msm-pcm-voice {
589 compatible = "qcom,msm-pcm-voice";
590 };
591
592 qcom,msm-stub-codec {
593 compatible = "qcom,msm-stub-codec";
594 };
595
596 qcom,msm-dai-fe {
597 compatible = "qcom,msm-dai-fe";
598 };
599
600 qcom,msm-pcm-afe {
601 compatible = "qcom,msm-pcm-afe";
602 };
603
604 qcom,msm-dai-mi2s {
605 compatible = "qcom,msm-dai-mi2s";
606 qcom,msm-dai-q6-mi2s-prim {
607 compatible = "qcom,msm-dai-q6-mi2s";
608 qcom,msm-dai-q6-mi2s-dev-id = <0>;
Kuirong Wang16f52d62013-03-07 10:49:27 -0800609 qcom,msm-mi2s-rx-lines = <0>;
610 qcom,msm-mi2s-tx-lines = <3>;
Fred Oh92b18a02013-01-22 13:29:41 -0800611 };
612
613 qcom,msm-dai-q6-mi2s-sec {
614 compatible = "qcom,msm-dai-q6-mi2s";
615 qcom,msm-dai-q6-mi2s-dev-id = <1>;
Kuirong Wang16f52d62013-03-07 10:49:27 -0800616 qcom,msm-mi2s-rx-lines = <3>;
617 qcom,msm-mi2s-tx-lines = <0>;
Fred Oh92b18a02013-01-22 13:29:41 -0800618 };
619 };
620
621 qcom,msm-dai-q6 {
622 compatible = "qcom,msm-dai-q6";
623 qcom,msm-dai-q6-bt-sco-rx {
624 compatible = "qcom,msm-dai-q6-dev";
625 qcom,msm-dai-q6-dev-id = <12288>;
626 };
627
628 qcom,msm-dai-q6-bt-sco-tx {
629 compatible = "qcom,msm-dai-q6-dev";
630 qcom,msm-dai-q6-dev-id = <12289>;
631 };
632
633 qcom,msm-dai-q6-int-fm-rx {
634 compatible = "qcom,msm-dai-q6-dev";
635 qcom,msm-dai-q6-dev-id = <12292>;
636 };
637
638 qcom,msm-dai-q6-int-fm-tx {
639 compatible = "qcom,msm-dai-q6-dev";
640 qcom,msm-dai-q6-dev-id = <12293>;
641 };
642
643 qcom,msm-dai-q6-be-afe-pcm-rx {
644 compatible = "qcom,msm-dai-q6-dev";
645 qcom,msm-dai-q6-dev-id = <224>;
646 };
647
648 qcom,msm-dai-q6-be-afe-pcm-tx {
649 compatible = "qcom,msm-dai-q6-dev";
650 qcom,msm-dai-q6-dev-id = <225>;
651 };
652
653 qcom,msm-dai-q6-afe-proxy-rx {
654 compatible = "qcom,msm-dai-q6-dev";
655 qcom,msm-dai-q6-dev-id = <241>;
656 };
657
658 qcom,msm-dai-q6-afe-proxy-tx {
659 compatible = "qcom,msm-dai-q6-dev";
660 qcom,msm-dai-q6-dev-id = <240>;
661 };
Vicky Sehrawatfc8044f2013-04-18 11:34:32 -0700662
663 qcom,msm-dai-q6-incall-record-rx {
664 compatible = "qcom,msm-dai-q6-dev";
665 qcom,msm-dai-q6-dev-id = <32771>;
666 };
667
668 qcom,msm-dai-q6-incall-record-tx {
669 compatible = "qcom,msm-dai-q6-dev";
670 qcom,msm-dai-q6-dev-id = <32772>;
671 };
672
673 qcom,msm-dai-q6-incall-music-rx {
674 compatible = "qcom,msm-dai-q6-dev";
675 qcom,msm-dai-q6-dev-id = <32773>;
676 };
Fred Oh92b18a02013-01-22 13:29:41 -0800677 };
678
679 qcom,msm-pcm-hostless {
680 compatible = "qcom,msm-pcm-hostless";
681 };
682
Sameer Thalappil3928fef2013-04-08 11:51:15 -0700683 qcom,wcnss-wlan@fb000000 {
684 compatible = "qcom,wcnss_wlan";
Sameer Thalappilb2b93672013-04-18 17:00:46 -0700685 reg = <0xfb000000 0x280000>,
686 <0xf9011008 0x04>;
687 reg-names = "wcnss_mmio", "wcnss_fiq";
Sameer Thalappil3928fef2013-04-08 11:51:15 -0700688 interrupts = <0 145 0>, <0 146 0>;
689 interrupt-names = "wcnss_wlantx_irq", "wcnss_wlanrx_irq";
690
691 qcom,pronto-vddmx-supply = <&pm8110_l3>;
692 qcom,pronto-vddcx-supply = <&pm8110_s1>;
693 qcom,pronto-vddpx-supply = <&pm8110_l6>;
694 qcom,iris-vddxo-supply = <&pm8110_l10>;
695 qcom,iris-vddrfa-supply = <&pm8110_l5>;
696 qcom,iris-vddpa-supply = <&pm8110_l16>;
697 qcom,iris-vdddig-supply = <&pm8110_l5>;
698
699 gpios = <&msmgpio 23 0>, <&msmgpio 24 0>, <&msmgpio 25 0>, <&msmgpio 26 0>, <&msmgpio 27 0>;
Sameer Thalappil820f87b2013-05-21 20:40:54 -0700700 qcom,has-pronto-hw;
Sameer Thalappilb56dc142013-05-21 14:23:46 -0700701 qcom,wlan-rx-buff-count = <256>;
Sameer Thalappil3928fef2013-04-08 11:51:15 -0700702 };
703
Vikram Mulukutla186edd62013-02-22 14:10:40 -0800704 qcom,mss@fc880000 {
705 compatible = "qcom,pil-q6v5-mss";
706 reg = <0xfc880000 0x100>,
707 <0xfd485000 0x400>,
708 <0xfc820000 0x020>,
709 <0xfc401680 0x004>,
Vikram Mulukutla186edd62013-02-22 14:10:40 -0800710 <0xfd485194 0x4>;
711 reg-names = "qdsp6_base", "halt_base", "rmb_base",
Matt Wagantall724b2bb2013-03-18 14:54:06 -0700712 "restart_reg", "cxrail_bhs_reg";
Vikram Mulukutla186edd62013-02-22 14:10:40 -0800713
714 interrupts = <0 24 1>;
Vikram Mulukutla186edd62013-02-22 14:10:40 -0800715 vdd_cx-supply = <&pm8110_s1_corner>;
716 vdd_mx-supply = <&pm8110_l3>;
717 vdd_pll-supply = <&pm8110_l10>;
718 qcom,vdd_pll = <1800000>;
719 qcom,is-loadable;
720 qcom,firmware-name = "mba";
721 qcom,pil-self-auth;
Vikram Mulukutla7268d9f2013-04-01 16:57:57 -0700722
Seemanta Duttaa0f253e2013-01-16 18:54:40 -0800723 /* GPIO inputs from mss */
Vikram Mulukutla7268d9f2013-04-01 16:57:57 -0700724 qcom,gpio-err-fatal = <&smp2pgpio_ssr_smp2p_1_in 0 0>;
Seemanta Dutta9fb72ed2013-01-25 14:22:15 -0800725 qcom,gpio-err-ready = <&smp2pgpio_ssr_smp2p_1_in 1 0>;
Seemanta Duttaa0f253e2013-01-16 18:54:40 -0800726 qcom,gpio-proxy-unvote = <&smp2pgpio_ssr_smp2p_1_in 2 0>;
Seemanta Dutta0adbbf02013-03-12 17:26:17 -0700727 qcom,gpio-stop-ack = <&smp2pgpio_ssr_smp2p_1_in 3 0>;
Vikram Mulukutla7268d9f2013-04-01 16:57:57 -0700728
729 /* GPIO output to mss */
730 qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_1_out 0 0>;
Vikram Mulukutla186edd62013-02-22 14:10:40 -0800731 };
732
Vikram Mulukutla36d2dc42012-11-16 15:36:00 -0800733 qcom,lpass@fe200000 {
734 compatible = "qcom,pil-q6v5-lpass";
735 reg = <0xfe200000 0x00100>,
Matt Wagantall015b50af2013-03-05 18:51:16 -0800736 <0xfd485100 0x00010>,
737 <0xfc4016c0 0x00004>;
738 reg-names = "qdsp6_base", "halt_base", "restart_reg";
Vikram Mulukutla36d2dc42012-11-16 15:36:00 -0800739 interrupts = <0 162 1>;
Matt Wagantall6c515982013-01-29 14:58:43 -0800740 vdd_cx-supply = <&pm8110_s1_corner>;
Vikram Mulukutla36d2dc42012-11-16 15:36:00 -0800741 qcom,firmware-name = "adsp";
Ravishankar Sarawadi2e8ac7d2013-03-28 15:23:30 -0700742
Ravishankar Sarawadiab203a82013-04-09 18:46:11 -0700743 /* GPIO inputs from lpass */
Ravishankar Sarawadi2e8ac7d2013-03-28 15:23:30 -0700744 qcom,gpio-err-fatal = <&smp2pgpio_ssr_smp2p_2_in 0 0>;
Ravishankar Sarawadiab203a82013-04-09 18:46:11 -0700745 qcom,gpio-proxy-unvote = <&smp2pgpio_ssr_smp2p_2_in 2 0>;
Ravishankar Sarawadi7edc9d72013-04-09 18:15:03 -0700746 qcom,gpio-err-ready = <&smp2pgpio_ssr_smp2p_2_in 1 0>;
Ravishankar Sarawadi2e8ac7d2013-03-28 15:23:30 -0700747
748 /* GPIO output to lpass */
749 qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_2_out 0 0>;
Vikram Mulukutla36d2dc42012-11-16 15:36:00 -0800750 };
Siddartha Mohanadossf7d2f4d2013-03-11 22:10:15 -0700751
752 tsens: tsens@fc4a8000 {
753 compatible = "qcom,msm-tsens";
754 reg = <0xfc4a8000 0x2000>,
755 <0xfc4b8000 0x1000>;
756 reg-names = "tsens_physical", "tsens_eeprom_physical";
757 interrupts = <0 184 0>;
758 qcom,sensors = <2>;
759 qcom,slope = <2901 2846>;
Siddartha Mohanadossb2f48982013-03-28 13:51:38 -0700760 qcom,calib-mode = "fuse_map3";
Siddartha Mohanadoss921f1f02013-04-04 16:30:03 -0700761 qcom,sensor-id = <0 5>;
Siddartha Mohanadossf7d2f4d2013-03-11 22:10:15 -0700762 };
763
Jennifer Liuf588d3a2013-04-05 10:11:48 -0700764 qcom,msm-thermal {
765 compatible = "qcom,msm-thermal";
Jennifer Liud17e9eb2013-04-17 11:56:58 -0700766 qcom,sensor-id = <5>;
Jennifer Liuf588d3a2013-04-05 10:11:48 -0700767 qcom,poll-ms = <250>;
768 qcom,limit-temp = <60>;
769 qcom,temp-hysteresis = <10>;
770 qcom,freq-step = <2>;
Praveen Chidambarama7435ce2013-05-03 12:52:42 -0600771 qcom,freq-control-mask = <0xf>;
Jennifer Liu1a70a9c2013-06-19 17:59:25 -0700772 qcom,core-limit-temp = <80>;
773 qcom,core-temp-hysteresis = <10>;
774 qcom,core-control-mask = <0xe>;
Jennifer Liuf588d3a2013-04-05 10:11:48 -0700775 };
Jeff Hugoae4ab9f62013-04-08 13:43:08 -0600776
777 qcom,ipc-spinlock@fd484000 {
778 compatible = "qcom,ipc-spinlock-sfpb";
779 reg = <0xfd484000 0x400>;
780 qcom,num-locks = <8>;
781 };
Jeff Hugode2822a2013-04-08 14:09:38 -0600782
783 qcom,bam_dmux@fc834000 {
784 compatible = "qcom,bam_dmux";
785 reg = <0xfc834000 0x7000>;
786 interrupts = <0 29 1>;
787 };
Hariprasad Dhalinarasimha3a3e4e32013-04-14 16:18:30 -0700788
789 qcom,qseecom@7B00000 {
790 compatible = "qcom,qseecom";
791 reg = <0x7B00000 0x500000>;
792 reg-names = "secapp-region";
793 qcom,disk-encrypt-pipe-pair = <2>;
794 qcom,hlos-ce-hw-instance = <0>;
795 qcom,qsee-ce-hw-instance = <0>;
796 qcom,msm-bus,name = "qseecom-noc";
797 qcom,msm-bus,num-cases = <4>;
798 qcom,msm-bus,active-only = <0>;
799 qcom,msm-bus,num-paths = <1>;
800 qcom,msm-bus,vectors-KBps =
801 <55 512 0 0>,
802 <55 512 3936000 393600>,
803 <55 512 3936000 393600>,
804 <55 512 3936000 393600>;
805 };
Aparna Dase7cab2e2013-04-16 16:54:47 -0700806
Hariprasad Dhalinarasimhac8e0f312013-04-13 17:18:50 -0700807 qcom,msm-rng@f9bff000 {
808 compatible = "qcom,msm-rng";
809 reg = <0xf9bff000 0x200>;
810 qcom,msm-rng-iface-clk;
Hariprasad Dhalinarasimhae799fb72013-06-03 13:51:38 -0700811 qcom,msm-bus,name = "msm-rng-noc";
812 qcom,msm-bus,num-cases = <2>;
813 qcom,msm-bus,num-paths = <1>;
814 qcom,msm-bus,vectors-KBps =
815 <1 618 0 0>,
816 <1 618 0 800>;
Hariprasad Dhalinarasimhac8e0f312013-04-13 17:18:50 -0700817 };
818
Aparna Das2948da92013-04-25 10:11:15 -0700819 qcom,msm-rtb {
820 compatible = "qcom,msm-rtb";
821 qcom,memory-reservation-type = "EBI1";
822 qcom,memory-reservation-size = <0x100000>; /* 1M EBI1 buffer */
823 };
824
Aparna Das1c2fa092013-06-14 17:28:48 -0700825 qcom,msm-contig-mem {
826 compatible = "qcom,msm-contig-mem";
827 qcom,memory-reservation-type = "EBI1";
828 qcom,memory-reservation-size = <0x100000>; /* 1M EBI1 buffer */
829 };
830
Aparna Dase7cab2e2013-04-16 16:54:47 -0700831 jtag_mm0: jtagmm@fc34c000 {
832 compatible = "qcom,jtag-mm";
833 reg = <0xfc34c000 0x1000>,
834 <0xfc340000 0x1000>;
835 reg-names = "etm-base","debug-base";
836 };
837
838 jtag_mm1: jtagmm@fc34d000 {
839 compatible = "qcom,jtag-mm";
840 reg = <0xfc34d000 0x1000>,
841 <0xfc342000 0x1000>;
842 reg-names = "etm-base","debug-base";
843 };
844
845 jtag_mm2: jtagmm@fc34e000 {
846 compatible = "qcom,jtag-mm";
847 reg = <0xfc34e000 0x1000>,
848 <0xfc344000 0x1000>;
849 reg-names = "etm-base","debug-base";
850 };
851
852 jtag_mm3: jtagmm@fc34f000 {
853 compatible = "qcom,jtag-mm";
854 reg = <0xfc34f000 0x1000>,
855 <0xfc346000 0x1000>;
856 reg-names = "etm-base","debug-base";
857 };
Hariprasad Dhalinarasimha9d3638a2013-04-13 22:42:11 -0700858
859 qcom,tz-log@fe805720 {
860 compatible = "qcom,tz-log";
861 reg = <0x0fe805720 0x1000>;
862 };
Hariprasad Dhalinarasimha30af29a2013-05-07 17:48:04 -0700863
864 qcom,qcrypto@fd404000 {
865 compatible = "qcom,qcrypto";
866 reg = <0xfd400000 0x20000>,
867 <0xfd404000 0x8000>;
868 reg-names = "crypto-base","crypto-bam-base";
869 interrupts = <0 207 0>;
870 qcom,bam-pipe-pair = <2>;
871 qcom,ce-hw-instance = <1>;
872 qcom,ce-hw-shared;
873 qcom,msm-bus,name = "qcrypto-noc";
874 qcom,msm-bus,num-cases = <2>;
875 qcom,msm-bus,active-only = <0>;
876 qcom,msm-bus,num-paths = <1>;
877 qcom,msm-bus,vectors-KBps =
878 <55 512 0 0>,
879 <55 512 393600 3936000>;
880 };
881
882 qcom,qcedev@fd400000 {
883 compatible = "qcom,qcedev";
884 reg = <0xfd400000 0x20000>,
885 <0xfd404000 0x8000>;
886 reg-names = "crypto-base","crypto-bam-base";
887 interrupts = <0 207 0>;
888 qcom,bam-pipe-pair = <1>;
889 qcom,ce-hw-instance = <1>;
890 qcom,ce-hw-shared;
891 qcom,msm-bus,name = "qcedev-noc";
892 qcom,msm-bus,num-cases = <2>;
893 qcom,msm-bus,active-only = <0>;
894 qcom,msm-bus,num-paths = <1>;
895 qcom,msm-bus,vectors-KBps =
896 <55 512 0 0>,
897 <55 512 393600 3936000>;
898 };
899
Syed Rameez Mustafad3935822012-10-09 11:23:20 -0700900};
David Collinsc6b34832012-10-24 12:57:57 -0700901
Matt Wagantall1bf56932012-11-29 15:03:29 -0800902&gdsc_vfe {
903 status = "ok";
904};
905
906&gdsc_oxili_cx {
907 status = "ok";
908};
909
Olav Haugan9c255522012-11-16 16:43:17 -0800910&lpass_iommu {
911 status = "ok";
912};
913
914&copss_iommu {
915 status = "ok";
916};
917
918&mdpe_iommu {
919 status = "ok";
920};
921
922&mdps_iommu {
923 status = "ok";
924};
925
926&gfx_iommu {
927 status = "ok";
928};
929
930&vfe_iommu {
931 status = "ok";
932};
933
Syed Rameez Mustafa3971c142013-01-09 19:04:53 -0800934/include/ "msm8610-iommu-domains.dtsi"
Olav Haugan4bc4b692012-12-10 18:29:35 -0800935
Xiaozhe Shi350baa92013-04-09 18:13:50 -0700936/include/ "msm-pm8110-rpm-regulator.dtsi"
Kenneth Heitkedb6e1b12012-11-20 15:24:42 -0700937/include/ "msm-pm8110.dtsi"
Xiaozhe Shi1581a7b2013-02-21 15:17:57 -0800938/include/ "msm8610-regulator.dtsi"
Siddartha Mohanadoss0f664a82013-03-11 22:52:01 -0700939
940&pm8110_vadc {
941 chan@0 {
942 label = "usb_in";
943 reg = <0>;
944 qcom,decimation = <0>;
945 qcom,pre-div-channel-scaling = <4>;
946 qcom,calibration-type = "absolute";
947 qcom,scale-function = <0>;
948 qcom,hw-settle-time = <0>;
949 qcom,fast-avg-setup = <0>;
950 };
951
952 chan@2 {
953 label = "vchg_sns";
954 reg = <2>;
955 qcom,decimation = <0>;
Siddartha Mohanadoss478e5c92013-05-01 19:53:27 -0700956 qcom,pre-div-channel-scaling = <2>;
Siddartha Mohanadoss0f664a82013-03-11 22:52:01 -0700957 qcom,calibration-type = "absolute";
958 qcom,scale-function = <0>;
959 qcom,hw-settle-time = <0>;
960 qcom,fast-avg-setup = <0>;
961 };
962
963 chan@5 {
964 label = "vcoin";
965 reg = <5>;
966 qcom,decimation = <0>;
967 qcom,pre-div-channel-scaling = <1>;
968 qcom,calibration-type = "absolute";
969 qcom,scale-function = <0>;
970 qcom,hw-settle-time = <0>;
971 qcom,fast-avg-setup = <0>;
972 };
973
974 chan@6 {
975 label = "vbat_sns";
976 reg = <6>;
977 qcom,decimation = <0>;
978 qcom,pre-div-channel-scaling = <1>;
979 qcom,calibration-type = "absolute";
980 qcom,scale-function = <0>;
981 qcom,hw-settle-time = <0>;
982 qcom,fast-avg-setup = <0>;
983 };
984
985 chan@7 {
986 label = "vph_pwr";
987 reg = <7>;
988 qcom,decimation = <0>;
989 qcom,pre-div-channel-scaling = <1>;
990 qcom,calibration-type = "absolute";
991 qcom,scale-function = <0>;
992 qcom,hw-settle-time = <0>;
993 qcom,fast-avg-setup = <0>;
994 };
995
996 chan@30 {
997 label = "batt_therm";
998 reg = <0x30>;
999 qcom,decimation = <0>;
1000 qcom,pre-div-channel-scaling = <0>;
1001 qcom,calibration-type = "ratiometric";
1002 qcom,scale-function = <1>;
1003 qcom,hw-settle-time = <2>;
1004 qcom,fast-avg-setup = <0>;
1005 };
1006
1007 chan@31 {
1008 label = "batt_id";
1009 reg = <0x31>;
1010 qcom,decimation = <0>;
1011 qcom,pre-div-channel-scaling = <0>;
1012 qcom,calibration-type = "ratiometric";
1013 qcom,scale-function = <0>;
1014 qcom,hw-settle-time = <2>;
1015 qcom,fast-avg-setup = <0>;
1016 };
1017
1018 chan@b2 {
1019 label = "xo_therm_pu2";
1020 reg = <0xb2>;
1021 qcom,decimation = <0>;
1022 qcom,pre-div-channel-scaling = <0>;
1023 qcom,calibration-type = "ratiometric";
1024 qcom,scale-function = <4>;
1025 qcom,hw-settle-time = <2>;
1026 qcom,fast-avg-setup = <0>;
1027 };
Siddartha Mohanadoss984b11e2013-05-31 18:05:51 -07001028
1029 chan@13 {
1030 label = "pa_therm0";
1031 reg = <0x13>;
1032 qcom,decimation = <0>;
1033 qcom,pre-div-channel-scaling = <0>;
1034 qcom,calibration-type = "ratiometric";
1035 qcom,scale-function = <2>;
1036 qcom,hw-settle-time = <2>;
1037 qcom,fast-avg-setup = <0>;
1038 };
Siddartha Mohanadoss0f664a82013-03-11 22:52:01 -07001039};
1040
Siddartha Mohanadoss236e0952013-05-13 10:40:26 -07001041&pm8110_adc_tm {
1042 /* Channel Node */
1043 chan@30 {
1044 label = "batt_therm";
1045 reg = <0x30>;
1046 qcom,decimation = <0>;
1047 qcom,pre-div-channel-scaling = <0>;
1048 qcom,calibration-type = "ratiometric";
1049 qcom,scale-function = <1>;
1050 qcom,hw-settle-time = <2>;
1051 qcom,fast-avg-setup = <3>;
1052 qcom,btm-channel-number = <0x48>;
1053 };
Siddartha Mohanadoss0f664a82013-03-11 22:52:01 -07001054
Siddartha Mohanadoss236e0952013-05-13 10:40:26 -07001055 chan@8 {
1056 label = "die_temp";
1057 reg = <8>;
1058 qcom,decimation = <0>;
1059 qcom,pre-div-channel-scaling = <0>;
1060 qcom,calibration-type = "absolute";
1061 qcom,scale-function = <3>;
1062 qcom,hw-settle-time = <0>;
1063 qcom,fast-avg-setup = <3>;
1064 qcom,btm-channel-number = <0x68>;
1065 };
1066
1067 chan@6 {
1068 label = "vbat_sns";
1069 reg = <6>;
1070 qcom,decimation = <0>;
1071 qcom,pre-div-channel-scaling = <1>;
1072 qcom,calibration-type = "absolute";
1073 qcom,scale-function = <0>;
1074 qcom,hw-settle-time = <0>;
1075 qcom,fast-avg-setup = <3>;
1076 qcom,btm-channel-number = <0x70>;
1077 };
Siddartha Mohanadoss984b11e2013-05-31 18:05:51 -07001078
1079 chan@13 {
1080 label = "pa_therm0";
1081 reg = <0x13>;
1082 qcom,decimation = <0>;
1083 qcom,pre-div-channel-scaling = <0>;
1084 qcom,calibration-type = "ratiometric";
1085 qcom,scale-function = <2>;
1086 qcom,hw-settle-time = <2>;
1087 qcom,fast-avg-setup = <0>;
1088 qcom,btm-channel-number = <0x78>;
1089 qcom,thermal-node;
1090 };
Siddartha Mohanadoss236e0952013-05-13 10:40:26 -07001091};