blob: bc1e0311eb30879e528371ee2d84671089151f75 [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"
Jeff Hugo53dcf0f2013-03-20 12:37:50 -060043/include/ "msm8610-smp2p.dtsi"
Gagan Macbced3872013-02-04 19:18:04 -070044/include/ "msm8610-bus.dtsi"
Xiaoming Zhou5f37a252013-04-09 21:11:50 -040045/include/ "msm8610-mdss.dtsi"
Syed Rameez Mustafad3935822012-10-09 11:23:20 -070046
Stepan Moskovchenko7d8cdcaa2013-04-25 17:10:55 -070047&soc {
48 #address-cells = <1>;
49 #size-cells = <1>;
50 ranges;
Syed Rameez Mustafad3935822012-10-09 11:23:20 -070051
52 intc: interrupt-controller@f9000000 {
53 compatible = "qcom,msm-qgic2";
54 interrupt-controller;
55 #interrupt-cells = <3>;
56 reg = <0xf9000000 0x1000>,
57 <0xf9002000 0x1000>;
58 };
59
60 msmgpio: gpio@fd510000 {
61 compatible = "qcom,msm-gpio";
62 interrupt-controller;
63 #interrupt-cells = <2>;
64 reg = <0xfd510000 0x4000>;
Syed Rameez Mustafa86cccfc2012-12-10 18:06:08 -080065 gpio-controller;
Syed Rameez Mustafad3935822012-10-09 11:23:20 -070066 #gpio-cells = <2>;
Rohit Vaswani341c2032012-11-08 18:49:29 -080067 ngpio = <102>;
Rohit Vaswanid2001522012-12-05 19:23:44 -080068 interrupts = <0 208 0>;
Rohit Vaswanied0a4ef2012-12-11 15:14:42 -080069 qcom,direct-connect-irqs = <8>;
Syed Rameez Mustafad3935822012-10-09 11:23:20 -070070 };
71
Bhalchandra Gajare8d1f1b82013-07-11 16:37:19 -070072 wcd9xxx_intc: wcd9xxx_irq {
73 compatible = "qcom,wcd9xxx-irq";
74 interrupt-controller;
75 #interrupt-cells = <1>;
76 interrupt-parent = <&intc>;
77 interrupts = <0 31 0>;
78 interrupt-names = "cdc-int";
79 };
80
Abhimanyu Kapur58d303a72013-04-30 16:13:41 -070081 qcom,mpm2-sleep-counter@fc4a3000 {
82 compatible = "qcom,mpm2-sleep-counter";
83 reg = <0xfc4a3000 0x1000>;
84 clock-frequency = <32768>;
85 };
86
Syed Rameez Mustafafd9ac032012-10-10 17:52:07 -070087 timer {
Syed Rameez Mustafa0824d6c2012-11-29 18:53:56 -080088 compatible = "arm,armv7-timer";
Syed Rameez Mustafafd9ac032012-10-10 17:52:07 -070089 interrupts = <1 2 0 1 3 0>;
Syed Rameez Mustafad3935822012-10-09 11:23:20 -070090 clock-frequency = <19200000>;
91 };
92
Stephen Boyda61ac642013-04-10 14:20:27 -070093 timer@f9020000 {
94 #address-cells = <1>;
95 #size-cells = <1>;
96 ranges;
97 compatible = "arm,armv7-timer-mem";
98 reg = <0xf9020000 0x1000>;
99 clock-frequency = <19200000>;
100
101 frame@f9021000 {
102 frame-number = <0>;
103 interrupts = <0 8 0x4>,
104 <0 7 0x4>;
105 reg = <0xf9021000 0x1000>,
106 <0xf9022000 0x1000>;
107 };
108
109 frame@f9023000 {
110 frame-number = <1>;
111 interrupts = <0 9 0x4>;
112 reg = <0xf9023000 0x1000>;
113 status = "disabled";
114 };
115
116 frame@f9024000 {
117 frame-number = <2>;
118 interrupts = <0 10 0x4>;
119 reg = <0xf9024000 0x1000>;
120 status = "disabled";
121 };
122
123 frame@f9025000 {
124 frame-number = <3>;
125 interrupts = <0 11 0x4>;
126 reg = <0xf9025000 0x1000>;
127 status = "disabled";
128 };
129
130 frame@f9026000 {
131 frame-number = <4>;
132 interrupts = <0 12 0x4>;
133 reg = <0xf9026000 0x1000>;
134 status = "disabled";
135 };
136
137 frame@f9027000 {
138 frame-number = <5>;
139 interrupts = <0 13 0x4>;
140 reg = <0xf9027000 0x1000>;
141 status = "disabled";
142 };
143
144 frame@f9028000 {
145 frame-number = <6>;
146 interrupts = <0 14 0x4>;
147 reg = <0xf9028000 0x1000>;
148 status = "disabled";
149 };
150 };
151
Arun Menon2a7e3772013-01-17 12:06:59 -0800152 qcom,msm-adsp-loader {
153 compatible = "qcom,adsp-loader";
154 qcom,adsp-state = <0>;
155 };
156
Fred Ohe49386d2013-05-02 17:53:27 -0700157 qcom,msm-audio-ion {
158 compatible = "qcom,msm-audio-ion";
159 qcom,smmu-enabled;
160 };
161
Abhimanyu Kapur032b1f42013-01-18 00:10:50 -0800162 qcom,msm-imem@fe805000 {
163 compatible = "qcom,msm-imem";
164 reg = <0xfe805000 0x1000>; /* Address and size of IMEM */
165 };
166
Syed Rameez Mustafad3935822012-10-09 11:23:20 -0700167 serial@f991f000 {
168 compatible = "qcom,msm-lsuart-v14";
169 reg = <0xf991f000 0x1000>;
170 interrupts = <0 109 0>;
171 status = "disabled";
172 };
Mayank Rana55db0cb2012-10-15 16:50:06 +0530173
Hanumant Singh6b346712013-04-09 16:26:09 -0700174 serial@f991e000 {
175 compatible = "qcom,msm-lsuart-v14";
176 reg = <0xf991e000 0x1000>;
177 interrupts = <0 108 0>;
178 status = "disabled";
179 };
180
Arun Menon8e25dd42013-01-11 14:11:54 -0800181 qcom,vidc@fdc00000 {
182 compatible = "qcom,msm-vidc";
Sachin Shah4e1c8fe2013-03-20 15:10:05 -0700183 qcom,vidc-ns-map = <0x40000000 0x40000000>;
Sachin Shah4e1c8fe2013-03-20 15:10:05 -0700184 qcom,buffer-type-tz-usage-map = <0x1 0x1>,
Cullum Baldwin46b43b12013-10-25 17:39:47 -0700185 <0x7fe 0x2>;
Sachin Shah4e1c8fe2013-03-20 15:10:05 -0700186 qcom,hfi = "q6";
Rajeshwar Kurapaty6577d752013-07-31 19:15:38 +0530187 qcom,max-hw-load = <244800>; /* 1080p @ 30 * 1 */
Eric Hoa00e2da2013-06-20 17:41:57 -0700188 qcom,vidc-iommu-domains {
189 qcom,domain-ns {
190 qcom,vidc-domain-phandle = <&q6_domain_ns>;
191 qcom,vidc-partition-buffer-types = <0xfff>;
192 };
193 };
194};
Arun Menon8e25dd42013-01-11 14:11:54 -0800195
Vamsi Krishna872fbbc2013-04-09 18:04:52 -0700196 qcom,usbbam@f9a44000 {
197 compatible = "qcom,usb-bam-msm";
198 reg = <0xf9a44000 0x11000>;
199 reg-names = "hsusb";
200 interrupts = <0 135 0>;
201 interrupt-names = "hsusb";
202 qcom,usb-bam-num-pipes = <16>;
203 qcom,usb-bam-fifo-baseaddr = <0xfe803000>;
204 qcom,ignore-core-reset-ack;
205 qcom,disable-clk-gating;
206
207 qcom,pipe0 {
208 label = "hsusb-qdss-in-0";
209 qcom,usb-bam-mem-type = <3>;
210 qcom,bam-type = <1>;
211 qcom,dir = <1>;
212 qcom,pipe-num = <0>;
213 qcom,peer-bam = <1>;
214 qcom,src-bam-physical-address = <0xfc37c000>;
215 qcom,src-bam-pipe-index = <0>;
216 qcom,dst-bam-physical-address = <0xf9a44000>;
217 qcom,dst-bam-pipe-index = <2>;
218 qcom,data-fifo-offset = <0x0>;
219 qcom,data-fifo-size = <0x600>;
220 qcom,descriptor-fifo-offset = <0x600>;
221 qcom,descriptor-fifo-size = <0x200>;
222 };
223 };
224
Mayank Rana55db0cb2012-10-15 16:50:06 +0530225 usb@f9a55000 {
226 compatible = "qcom,hsusb-otg";
227 reg = <0xf9a55000 0x400>;
Mayank Rana33d26662013-01-17 10:22:25 +0530228 interrupts = <0 134 0>, <0 140 0>;
229 interrupt-names = "core_irq", "async_irq";
Mayank Rana1aedece2013-07-19 17:42:10 +0530230 hsusb_vdd_dig-supply = <&pm8110_s1_corner>;
Mayank Rana76c6ce22012-11-07 17:07:58 +0530231 HSUSB_1p8-supply = <&pm8110_l10>;
232 HSUSB_3p3-supply = <&pm8110_l20>;
Mayank Rana1aedece2013-07-19 17:42:10 +0530233 qcom,vdd-voltage-level = <1 5 7>;
Mayank Rana55db0cb2012-10-15 16:50:06 +0530234
Manu Gautam080001d2013-07-02 15:13:48 +0530235 qcom,hsusb-otg-phy-init-seq =
236 <0x44 0x80 0x68 0x81 0x24 0x82 0x13 0x83 0xffffffff>;
Mayank Rana55db0cb2012-10-15 16:50:06 +0530237 qcom,hsusb-otg-phy-type = <2>;
238 qcom,hsusb-otg-mode = <1>;
Mayank Rana29bb9f22013-04-04 18:25:12 +0530239 qcom,hsusb-otg-otg-control = <2>;
Mayank Rana55db0cb2012-10-15 16:50:06 +0530240 qcom,hsusb-otg-disable-reset;
Mayank Ranaa5491122013-04-04 18:32:25 +0530241 qcom,dp-manual-pullup;
Mayank Ranaf9295802013-04-04 18:36:44 +0530242
243 qcom,msm-bus,name = "usb2";
244 qcom,msm-bus,num-cases = <2>;
245 qcom,msm-bus,active-only = <0>;
246 qcom,msm-bus,num-paths = <1>;
247 qcom,msm-bus,vectors-KBps =
248 <87 512 0 0>,
249 <87 512 60000 960000>;
Mayank Rana55db0cb2012-10-15 16:50:06 +0530250 };
251
wujin3c6eaab2013-08-23 16:26:30 +0800252 android_usb: android_usb@fe8050c8 {
Mayank Rana55db0cb2012-10-15 16:50:06 +0530253 compatible = "qcom,android-usb";
Mayank Ranacc0c5452013-01-29 16:41:53 +0530254 reg = <0xfe8050c8 0xc8>;
Manu Gautamd4f33082013-06-12 14:24:01 +0530255 qcom,android-usb-swfi-latency = <1>;
Mayank Rana55db0cb2012-10-15 16:50:06 +0530256 };
257
Oluwafemi Adeyemi58289bf2012-10-16 17:24:33 -0700258 sdcc1: qcom,sdcc@f9824000 {
259 cell-index = <1>; /* SDC1 eMMC slot */
260 compatible = "qcom,msm-sdcc";
Oluwafemi Adeyemi4641e7f2012-11-28 16:12:56 -0800261 reg = <0xf9824000 0x800>,
262 <0xf9824800 0x100>,
263 <0xf9804000 0x7000>;
264 reg-names = "core_mem", "dml_mem", "bam_mem";
265 interrupts = <0 123 0>, <0 137 0>;
266 interrupt-names = "core_irq", "bam_irq";
Oluwafemi Adeyemi58289bf2012-10-16 17:24:33 -0700267
Oluwafemi Adeyemid0035622012-11-02 12:07:06 -0700268 vdd-supply = <&pm8110_l17>;
Oluwafemi Adeyemid0035622012-11-02 12:07:06 -0700269 qcom,vdd-voltage-level = <2900000 2900000>;
270 qcom,vdd-current-level = <9000 400000>;
271
272 vdd-io-supply = <&pm8110_l6>;
273 qcom,vdd-io-always-on;
Oluwafemi Adeyemid0035622012-11-02 12:07:06 -0700274 qcom,vdd-io-voltage-level = <1800000 1800000>;
275 qcom,vdd-io-current-level = <9000 60000>;
276
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700277 qcom,pad-pull-on = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
278 qcom,pad-pull-off = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
Krishna Konda6c5d0f42013-04-12 16:44:26 -0700279 qcom,pad-drv-on = <0x4 0x4 0x4>; /* 10mA, 10mA, 10mA */
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700280 qcom,pad-drv-off = <0x0 0x0 0x0>; /* 2mA, 2mA, 2mA */
Oluwafemi Adeyemi58289bf2012-10-16 17:24:33 -0700281
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700282 qcom,clk-rates = <400000 25000000 50000000 100000000 200000000>;
Oluwafemi Adeyemid0035622012-11-02 12:07:06 -0700283 qcom,sup-voltages = <2900 2900>;
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700284 qcom,bus-width = <8>;
285 qcom,nonremovable;
286 qcom,bus-speed-mode = "HS200_1p8v", "DDR_1p8v";
Venkat Gopalakrishnan587b2252013-04-05 12:16:50 -0700287
288 status = "disabled";
Oluwafemi Adeyemi58289bf2012-10-16 17:24:33 -0700289 };
290
291 sdcc2: qcom,sdcc@f98a4000 {
292 cell-index = <2>; /* SDC2 SD card slot */
293 compatible = "qcom,msm-sdcc";
Oluwafemi Adeyemi4641e7f2012-11-28 16:12:56 -0800294 reg = <0xf98a4000 0x800>,
295 <0xf98a4800 0x100>,
296 <0xf9884000 0x7000>;
297 reg-names = "core_mem", "dml_mem", "bam_mem";
298 interrupts = <0 125 0>, <0 220 0>;
299 interrupt-names = "core_irq", "bam_irq";
Oluwafemi Adeyemi58289bf2012-10-16 17:24:33 -0700300
Oluwafemi Adeyemid0035622012-11-02 12:07:06 -0700301 vdd-supply = <&pm8110_l18>;
302 qcom,vdd-voltage-level = <2950000 2950000>;
303 qcom,vdd-current-level = <9000 400000>;
304
305 vdd-io-supply = <&pm8110_l21>;
306 qcom,vdd-io-voltage-level = <1800000 2950000>;
307 qcom,vdd-io-current-level = <9000 50000>;
308
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700309 qcom,pad-pull-on = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
310 qcom,pad-pull-off = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
Krishna Konda6c5d0f42013-04-12 16:44:26 -0700311 qcom,pad-drv-on = <0x4 0x4 0x4>; /* 10mA, 10mA, 10mA */
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700312 qcom,pad-drv-off = <0x0 0x0 0x0>; /* 2mA, 2mA, 2mA */
Oluwafemi Adeyemi58289bf2012-10-16 17:24:33 -0700313
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700314 qcom,clk-rates = <400000 25000000 50000000 100000000 200000000>;
315 qcom,sup-voltages = <2950 2950>;
316 qcom,bus-width = <4>;
317 qcom,xpc;
318 qcom,bus-speed-mode = "SDR12", "SDR25", "SDR50", "DDR50", "SDR104";
319 qcom,current-limit = <800>;
Venkat Gopalakrishnan587b2252013-04-05 12:16:50 -0700320
321 status = "disabled";
Oluwafemi Adeyemi58289bf2012-10-16 17:24:33 -0700322 };
323
Venkat Gopalakrishnana6ce5f22013-04-04 14:24:57 -0700324 sdhc_1: sdhci@f9824900 {
325 compatible = "qcom,sdhci-msm";
326 reg = <0xf9824900 0x11c>, <0xf9824000 0x800>;
327 reg-names = "hc_mem", "core_mem";
328
329 interrupts = <0 123 0>, <0 138 0>;
330 interrupt-names = "hc_irq", "pwr_irq";
331
332 qcom,bus-width = <8>;
333 status = "disabled";
334 };
335
336 sdhc_2: sdhci@f98a4900 {
337 compatible = "qcom,sdhci-msm";
338 reg = <0xf98a4900 0x11c>, <0xf98a4000 0x800>;
339 reg-names = "hc_mem", "core_mem";
340
341 interrupts = <0 125 0>, <0 221 0>;
342 interrupt-names = "hc_irq", "pwr_irq";
343
344 qcom,bus-width = <4>;
345 status = "disabled";
346 };
347
Yan He6c7304c2012-11-09 22:07:08 -0800348 qcom,sps {
349 compatible = "qcom,msm_sps";
350 qcom,device-type = <3>;
351 };
352
Jeff Hugo4e20fda2013-04-10 12:40:19 -0600353 qcom,smem@d900000 {
Jeff Hugo818d0f72012-11-05 14:19:28 -0700354 compatible = "qcom,smem";
Jeff Hugoe1e30e72013-04-08 14:15:34 -0600355 reg = <0xd900000 0x100000>,
Stepan Moskovchenkod6ee8262013-02-06 11:26:05 -0800356 <0xf9011000 0x1000>,
Jeff Hugo818d0f72012-11-05 14:19:28 -0700357 <0xfc428000 0x4000>;
358 reg-names = "smem", "irq-reg-base", "aux-mem1";
359
360 qcom,smd-modem {
361 compatible = "qcom,smd";
362 qcom,smd-edge = <0>;
363 qcom,smd-irq-offset = <0x8>;
364 qcom,smd-irq-bitmask = <0x1000>;
365 qcom,pil-string = "modem";
366 interrupts = <0 25 1>;
367 };
368
369 qcom,smsm-modem {
370 compatible = "qcom,smsm";
371 qcom,smsm-edge = <0>;
372 qcom,smsm-irq-offset = <0x8>;
373 qcom,smsm-irq-bitmask = <0x2000>;
374 interrupts = <0 26 1>;
375 };
376
377 qcom,smd-adsp {
378 compatible = "qcom,smd";
379 qcom,smd-edge = <1>;
380 qcom,smd-irq-offset = <0x8>;
381 qcom,smd-irq-bitmask = <0x100>;
382 qcom,pil-string = "adsp";
383 interrupts = <0 156 1>;
384 };
385
386 qcom,smsm-adsp {
387 compatible = "qcom,smsm";
388 qcom,smsm-edge = <1>;
389 qcom,smsm-irq-offset = <0x8>;
390 qcom,smsm-irq-bitmask = <0x200>;
391 interrupts = <0 157 1>;
392 };
393
394 qcom,smd-wcnss {
395 compatible = "qcom,smd";
396 qcom,smd-edge = <6>;
397 qcom,smd-irq-offset = <0x8>;
398 qcom,smd-irq-bitmask = <0x20000>;
399 qcom,pil-string = "wcnss";
400 interrupts = <0 142 1>;
401 };
402
403 qcom,smsm-wcnss {
404 compatible = "qcom,smsm";
405 qcom,smsm-edge = <6>;
406 qcom,smsm-irq-offset = <0x8>;
407 qcom,smsm-irq-bitmask = <0x80000>;
408 interrupts = <0 144 1>;
409 };
410
411 qcom,smd-rpm {
412 compatible = "qcom,smd";
413 qcom,smd-edge = <15>;
414 qcom,smd-irq-offset = <0x8>;
415 qcom,smd-irq-bitmask = <0x1>;
416 interrupts = <0 168 1>;
417 qcom,irq-no-suspend;
418 };
David Ng5a3cb232012-12-03 16:42:53 -0800419 };
Hanumant Singh4e334c82012-11-14 10:16:39 -0800420
Praveen Chidambarama1f98282012-11-29 09:56:57 -0700421 rpm_bus: qcom,rpm-smd {
422 compatible = "qcom,rpm-smd";
423 rpm-channel-name = "rpm_requests";
424 rpm-channel-type = <15>; /* SMD_APPS_RPM */
Praveen Chidambarama1f98282012-11-29 09:56:57 -0700425 };
426
Jennifer Liuccb66f62013-06-06 10:46:51 -0700427 qcom,bcl {
428 compatible = "qcom,bcl";
429 };
430
Olav Haugan8340d932013-01-25 12:03:11 -0800431 qcom,msm-mem-hole {
432 compatible = "qcom,msm-mem-hole";
Neeti Desai8349e9c2013-07-17 11:29:33 -0700433 qcom,memblock-remove = <0x08800000 0x5600000>; /* Address and Size of Hole */
Olav Haugan8340d932013-01-25 12:03:11 -0800434 };
435
Hanumant Singh4e334c82012-11-14 10:16:39 -0800436 qcom,wdt@f9017000 {
437 compatible = "qcom,msm-watchdog";
438 reg = <0xf9017000 0x1000>;
439 interrupts = <0 3 0>, <0 4 0>;
440 qcom,bark-time = <11000>;
441 qcom,pet-time = <10000>;
Mitchel Humpherys1be23802012-11-16 15:52:32 -0800442 qcom,ipi-ping;
Jeff Hugo818d0f72012-11-05 14:19:28 -0700443 };
Kenneth Heitkedb6e1b12012-11-20 15:24:42 -0700444
Vikram Mulukutlaa3cebff2013-01-28 13:54:54 -0800445 qcom,acpuclk@f9011050 {
446 compatible = "qcom,acpuclk-a7";
447 reg = <0xf9011050 0x8>;
448 reg-names = "rcg_base";
Patrick Dalyf9451d22013-03-20 14:20:12 -0700449 a7_cpu-supply = <&apc_vreg_corner>;
Vikram Mulukutlaa3cebff2013-01-28 13:54:54 -0800450 };
451
Kenneth Heitkedb6e1b12012-11-20 15:24:42 -0700452 spmi_bus: qcom,spmi@fc4c0000 {
453 cell-index = <0>;
454 compatible = "qcom,spmi-pmic-arb";
Kenneth Heitke366b8a42012-12-18 13:51:37 -0700455 reg-names = "core", "intr", "cnfg";
Kenneth Heitkedb6e1b12012-11-20 15:24:42 -0700456 reg = <0xfc4cf000 0x1000>,
Kenneth Heitke366b8a42012-12-18 13:51:37 -0700457 <0Xfc4cb000 0x1000>,
458 <0Xfc4ca000 0x1000>;
Kenneth Heitkedb6e1b12012-11-20 15:24:42 -0700459 /* 190,ee0_krait_hlos_spmi_periph_irq */
460 /* 187,channel_0_krait_hlos_trans_done_irq */
461 interrupts = <0 190 0>, <0 187 0>;
Kenneth Heitkedb6e1b12012-11-20 15:24:42 -0700462 qcom,pmic-arb-ee = <0>;
463 qcom,pmic-arb-channel = <0>;
Kenneth Heitkedb6e1b12012-11-20 15:24:42 -0700464 };
465
Chun Zhangf39a0652013-05-01 15:57:54 -0700466 i2c@f9923000 { /* BLSP-1 QUP-1 */
467 cell-index = <1>;
Gilad Avidovf84f2792013-01-31 13:26:39 -0700468 compatible = "qcom,i2c-qup";
469 #address-cells = <1>;
470 #size-cells = <0>;
471 reg-names = "qup_phys_addr";
Chun Zhangf39a0652013-05-01 15:57:54 -0700472 reg = <0xf9923000 0x1000>;
Gilad Avidovf84f2792013-01-31 13:26:39 -0700473 interrupt-names = "qup_err_intr";
Chun Zhangf39a0652013-05-01 15:57:54 -0700474 interrupts = <0 95 0>;
Gilad Avidovf84f2792013-01-31 13:26:39 -0700475 qcom,i2c-bus-freq = <100000>;
Chun Zhangf39a0652013-05-01 15:57:54 -0700476 qcom,i2c-src-freq = <19200000>;
477 qcom,sda-gpio = <&msmgpio 2 0>;
478 qcom,scl-gpio = <&msmgpio 3 0>;
Mallesh Koujalagi07866832013-08-08 17:40:04 -0700479 qcom,master-id = <86>;
Gilad Avidovf84f2792013-01-31 13:26:39 -0700480 };
481
Kuirong Wangc6d072c2013-01-29 10:33:03 -0800482 i2c_cdc: i2c@f9927000 { /* BLSP1 QUP5 */
483 cell-index = <5>;
484 compatible = "qcom,i2c-qup";
485 #address-cells = <1>;
486 #size-cells = <0>;
487 reg-names = "qup_phys_addr";
488 reg = <0xf9927000 0x1000>;
489 interrupt-names = "qup_err_intr";
490 interrupts = <0 99 0>;
491 qcom,i2c-bus-freq = <100000>;
Mallesh Koujalagi07866832013-08-08 17:40:04 -0700492 qcom,i2c-src-freq = <19200000>;
493 qcom,master-id = <86>;
Kuirong Wangc6d072c2013-01-29 10:33:03 -0800494 };
495
Lokesh Kumar Aakulu25213502013-05-07 17:43:03 -0700496 i2c: i2c@f9928000 { /* BLSP1 QUP6 */
Kenneth Heitke0d4fbb12013-04-10 12:51:14 -0600497 cell-index = <6>;
498 compatible = "qcom,i2c-qup";
499 #address-cells = <1>;
500 #size-cells = <0>;
501 reg-names = "qup_phys_addr";
502 reg = <0xf9928000 0x1000>;
503 interrupt-names = "qup_err_intr";
504 interrupts = <0 100 0>;
505 qcom,i2c-bus-freq = <100000>;
506 qcom,i2c-src-freq = <19200000>;
507 qcom,sda-gpio = <&msmgpio 16 0>;
508 qcom,scl-gpio = <&msmgpio 17 0>;
Mallesh Koujalagi07866832013-08-08 17:40:04 -0700509 qcom,master-id = <86>;
Kenneth Heitke0d4fbb12013-04-10 12:51:14 -0600510 };
Gilad Avidovf58f1832013-01-09 17:31:28 -0700511
Chun Zhangf39a0652013-05-01 15:57:54 -0700512 i2c@f9925000 { /* BLSP-1 QUP-3 */
513 cell-index = <0>;
514 compatible = "qcom,i2c-qup";
Gilad Avidovf58f1832013-01-09 17:31:28 -0700515 #address-cells = <1>;
516 #size-cells = <0>;
Chun Zhangf39a0652013-05-01 15:57:54 -0700517 reg-names = "qup_phys_addr";
518 reg = <0xf9925000 0x1000>;
519 interrupt-names = "qup_err_intr";
520 interrupts = <0 97 0>;
521 qcom,i2c-bus-freq = <100000>;
Mallesh Koujalagi07866832013-08-08 17:40:04 -0700522 qcom,i2c-src-freq = <19200000>;
523 qcom,sda-gpio = <&msmgpio 10 0>;
524 qcom,scl-gpio = <&msmgpio 11 0>;
525 qcom,master-id = <86>;
Gilad Avidovf58f1832013-01-09 17:31:28 -0700526 };
527
Gilad Avidova460c472013-04-12 16:23:32 -0600528 spi_4: spi@f9926000 { /* BLSP1 QUP4 */
529 compatible = "qcom,spi-qup-v2";
530 #address-cells = <1>;
531 #size-cells = <0>;
532 reg-names = "spi_physical", "spi_bam_physical";
533 reg = <0xf9926000 0x1000>,
534 <0xf9904000 0x15000>;
535 interrupt-names = "spi_irq", "spi_bam_irq";
536 interrupts = <0 98 0>, <0 238 0>;
537 spi-max-frequency = <50000000>;
538
Gilad Avidovcff4ca72013-07-01 17:35:36 -0600539 qcom,gpio-mosi = <&msmgpio 86 0>;
540 qcom,gpio-miso = <&msmgpio 87 0>;
541 qcom,gpio-clk = <&msmgpio 89 0>;
542 qcom,gpio-cs0 = <&msmgpio 88 0>;
Gilad Avidova460c472013-04-12 16:23:32 -0600543
544 qcom,infinite-mode = <0>;
545 qcom,use-bam;
546 qcom,ver-reg-exists;
547 qcom,bam-consumer-pipe-index = <18>;
548 qcom,bam-producer-pipe-index = <19>;
Gilad Avidovcff4ca72013-07-01 17:35:36 -0600549 qcom,master-id = <86>;
Gilad Avidova460c472013-04-12 16:23:32 -0600550 };
551
Vikram Mulukutla1ac32fd2013-01-28 10:03:58 -0800552 qcom,pronto@fb21b000 {
553 compatible = "qcom,pil-pronto";
554 reg = <0xfb21b000 0x3000>,
555 <0xfc401700 0x4>,
556 <0xfd485300 0xc>;
557 reg-names = "pmu_base", "clk_base", "halt_base";
558 interrupts = <0 149 1>;
559 vdd_pronto_pll-supply = <&pm8110_l10>;
560
561 qcom,firmware-name = "wcnss";
Sameer Thalappil7abeb222013-04-02 11:13:42 -0700562
Sameer Thalappil4ba86302013-04-05 17:36:54 -0700563 /* GPIO inputs from wcnss */
Sameer Thalappil7abeb222013-04-02 11:13:42 -0700564 qcom,gpio-err-fatal = <&smp2pgpio_ssr_smp2p_4_in 0 0>;
Sameer Thalappilb1e03c02013-04-29 14:52:00 -0700565 qcom,gpio-err-ready = <&smp2pgpio_ssr_smp2p_4_in 1 0>;
Sameer Thalappil4ba86302013-04-05 17:36:54 -0700566 qcom,gpio-proxy-unvote = <&smp2pgpio_ssr_smp2p_4_in 2 0>;
Sameer Thalappil7abeb222013-04-02 11:13:42 -0700567
568 /* GPIO output to wcnss */
569 qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_4_out 0 0>;
Vikram Mulukutla1ac32fd2013-01-28 10:03:58 -0800570 };
571
Sameer Thalappil1b65cd02013-04-03 16:42:34 -0700572 qcom,iris-fm {
573 compatible = "qcom,iris_fm";
574 };
575
Fred Oh92b18a02013-01-22 13:29:41 -0800576 sound {
577 compatible = "qcom,msm8x10-audio-codec";
578 qcom,model = "msm8x10-snd-card";
579 };
580
581 qcom,msm-pcm {
582 compatible = "qcom,msm-pcm-dsp";
Kuirong Wang16f52d62013-03-07 10:49:27 -0800583 qcom,msm-pcm-dsp-id = <0>;
Fred Oh92b18a02013-01-22 13:29:41 -0800584 };
585
Mingming Yin8b92f9b2013-05-01 14:10:26 -0700586 qcom,msm-pcm-low-latency {
587 compatible = "qcom,msm-pcm-dsp";
588 qcom,msm-pcm-dsp-id = <1>;
589 qcom,msm-pcm-low-latency;
590 };
591
Fred Oh92b18a02013-01-22 13:29:41 -0800592 qcom,msm-pcm-routing {
593 compatible = "qcom,msm-pcm-routing";
594 };
595
596 qcom,msm-pcm-lpa {
597 compatible = "qcom,msm-pcm-lpa";
598 };
599
600 qcom,msm-compr-dsp {
601 compatible = "qcom,msm-compr-dsp";
602 };
603
604 qcom,msm-voip-dsp {
605 compatible = "qcom,msm-voip-dsp";
606 };
607
608 qcom,msm-pcm-voice {
609 compatible = "qcom,msm-pcm-voice";
610 };
611
612 qcom,msm-stub-codec {
613 compatible = "qcom,msm-stub-codec";
614 };
615
616 qcom,msm-dai-fe {
617 compatible = "qcom,msm-dai-fe";
618 };
619
620 qcom,msm-pcm-afe {
621 compatible = "qcom,msm-pcm-afe";
622 };
623
624 qcom,msm-dai-mi2s {
625 compatible = "qcom,msm-dai-mi2s";
626 qcom,msm-dai-q6-mi2s-prim {
627 compatible = "qcom,msm-dai-q6-mi2s";
628 qcom,msm-dai-q6-mi2s-dev-id = <0>;
Kuirong Wang16f52d62013-03-07 10:49:27 -0800629 qcom,msm-mi2s-rx-lines = <0>;
630 qcom,msm-mi2s-tx-lines = <3>;
Fred Oh92b18a02013-01-22 13:29:41 -0800631 };
632
633 qcom,msm-dai-q6-mi2s-sec {
634 compatible = "qcom,msm-dai-q6-mi2s";
635 qcom,msm-dai-q6-mi2s-dev-id = <1>;
Kuirong Wang16f52d62013-03-07 10:49:27 -0800636 qcom,msm-mi2s-rx-lines = <3>;
637 qcom,msm-mi2s-tx-lines = <0>;
Fred Oh92b18a02013-01-22 13:29:41 -0800638 };
639 };
640
641 qcom,msm-dai-q6 {
642 compatible = "qcom,msm-dai-q6";
643 qcom,msm-dai-q6-bt-sco-rx {
644 compatible = "qcom,msm-dai-q6-dev";
645 qcom,msm-dai-q6-dev-id = <12288>;
646 };
647
648 qcom,msm-dai-q6-bt-sco-tx {
649 compatible = "qcom,msm-dai-q6-dev";
650 qcom,msm-dai-q6-dev-id = <12289>;
651 };
652
653 qcom,msm-dai-q6-int-fm-rx {
654 compatible = "qcom,msm-dai-q6-dev";
655 qcom,msm-dai-q6-dev-id = <12292>;
656 };
657
658 qcom,msm-dai-q6-int-fm-tx {
659 compatible = "qcom,msm-dai-q6-dev";
660 qcom,msm-dai-q6-dev-id = <12293>;
661 };
662
663 qcom,msm-dai-q6-be-afe-pcm-rx {
664 compatible = "qcom,msm-dai-q6-dev";
665 qcom,msm-dai-q6-dev-id = <224>;
666 };
667
668 qcom,msm-dai-q6-be-afe-pcm-tx {
669 compatible = "qcom,msm-dai-q6-dev";
670 qcom,msm-dai-q6-dev-id = <225>;
671 };
672
673 qcom,msm-dai-q6-afe-proxy-rx {
674 compatible = "qcom,msm-dai-q6-dev";
675 qcom,msm-dai-q6-dev-id = <241>;
676 };
677
678 qcom,msm-dai-q6-afe-proxy-tx {
679 compatible = "qcom,msm-dai-q6-dev";
680 qcom,msm-dai-q6-dev-id = <240>;
681 };
Vicky Sehrawatfc8044f2013-04-18 11:34:32 -0700682
683 qcom,msm-dai-q6-incall-record-rx {
684 compatible = "qcom,msm-dai-q6-dev";
685 qcom,msm-dai-q6-dev-id = <32771>;
686 };
687
688 qcom,msm-dai-q6-incall-record-tx {
689 compatible = "qcom,msm-dai-q6-dev";
690 qcom,msm-dai-q6-dev-id = <32772>;
691 };
692
693 qcom,msm-dai-q6-incall-music-rx {
694 compatible = "qcom,msm-dai-q6-dev";
695 qcom,msm-dai-q6-dev-id = <32773>;
696 };
Fred Oh92b18a02013-01-22 13:29:41 -0800697 };
698
699 qcom,msm-pcm-hostless {
700 compatible = "qcom,msm-pcm-hostless";
701 };
702
Sameer Thalappil3928fef2013-04-08 11:51:15 -0700703 qcom,wcnss-wlan@fb000000 {
704 compatible = "qcom,wcnss_wlan";
Sameer Thalappilb2b93672013-04-18 17:00:46 -0700705 reg = <0xfb000000 0x280000>,
706 <0xf9011008 0x04>;
707 reg-names = "wcnss_mmio", "wcnss_fiq";
Sameer Thalappil3928fef2013-04-08 11:51:15 -0700708 interrupts = <0 145 0>, <0 146 0>;
709 interrupt-names = "wcnss_wlantx_irq", "wcnss_wlanrx_irq";
710
711 qcom,pronto-vddmx-supply = <&pm8110_l3>;
712 qcom,pronto-vddcx-supply = <&pm8110_s1>;
713 qcom,pronto-vddpx-supply = <&pm8110_l6>;
714 qcom,iris-vddxo-supply = <&pm8110_l10>;
715 qcom,iris-vddrfa-supply = <&pm8110_l5>;
716 qcom,iris-vddpa-supply = <&pm8110_l16>;
717 qcom,iris-vdddig-supply = <&pm8110_l5>;
718
719 gpios = <&msmgpio 23 0>, <&msmgpio 24 0>, <&msmgpio 25 0>, <&msmgpio 26 0>, <&msmgpio 27 0>;
Sameer Thalappil820f87b2013-05-21 20:40:54 -0700720 qcom,has-pronto-hw;
Sameer Thalappilb56dc142013-05-21 14:23:46 -0700721 qcom,wlan-rx-buff-count = <256>;
Sameer Thalappild3d6dcf2013-07-03 15:03:42 -0700722 qcom,has-autodetect-xo;
Sameer Thalappil3928fef2013-04-08 11:51:15 -0700723 };
724
Vikram Mulukutla186edd62013-02-22 14:10:40 -0800725 qcom,mss@fc880000 {
726 compatible = "qcom,pil-q6v5-mss";
727 reg = <0xfc880000 0x100>,
728 <0xfd485000 0x400>,
729 <0xfc820000 0x020>,
730 <0xfc401680 0x004>,
Vikram Mulukutla186edd62013-02-22 14:10:40 -0800731 <0xfd485194 0x4>;
732 reg-names = "qdsp6_base", "halt_base", "rmb_base",
Matt Wagantall724b2bb2013-03-18 14:54:06 -0700733 "restart_reg", "cxrail_bhs_reg";
Vikram Mulukutla186edd62013-02-22 14:10:40 -0800734
735 interrupts = <0 24 1>;
Vikram Mulukutla186edd62013-02-22 14:10:40 -0800736 vdd_cx-supply = <&pm8110_s1_corner>;
737 vdd_mx-supply = <&pm8110_l3>;
738 vdd_pll-supply = <&pm8110_l10>;
739 qcom,vdd_pll = <1800000>;
740 qcom,is-loadable;
741 qcom,firmware-name = "mba";
742 qcom,pil-self-auth;
Vikram Mulukutla7268d9f2013-04-01 16:57:57 -0700743
Seemanta Duttaa0f253e2013-01-16 18:54:40 -0800744 /* GPIO inputs from mss */
Vikram Mulukutla7268d9f2013-04-01 16:57:57 -0700745 qcom,gpio-err-fatal = <&smp2pgpio_ssr_smp2p_1_in 0 0>;
Seemanta Dutta9fb72ed2013-01-25 14:22:15 -0800746 qcom,gpio-err-ready = <&smp2pgpio_ssr_smp2p_1_in 1 0>;
Seemanta Duttaa0f253e2013-01-16 18:54:40 -0800747 qcom,gpio-proxy-unvote = <&smp2pgpio_ssr_smp2p_1_in 2 0>;
Seemanta Dutta0adbbf02013-03-12 17:26:17 -0700748 qcom,gpio-stop-ack = <&smp2pgpio_ssr_smp2p_1_in 3 0>;
Vikram Mulukutla7268d9f2013-04-01 16:57:57 -0700749
750 /* GPIO output to mss */
751 qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_1_out 0 0>;
Vikram Mulukutla186edd62013-02-22 14:10:40 -0800752 };
753
Vikram Mulukutla36d2dc42012-11-16 15:36:00 -0800754 qcom,lpass@fe200000 {
755 compatible = "qcom,pil-q6v5-lpass";
756 reg = <0xfe200000 0x00100>,
Matt Wagantall015b50af2013-03-05 18:51:16 -0800757 <0xfd485100 0x00010>,
758 <0xfc4016c0 0x00004>;
759 reg-names = "qdsp6_base", "halt_base", "restart_reg";
Vikram Mulukutla36d2dc42012-11-16 15:36:00 -0800760 interrupts = <0 162 1>;
Matt Wagantall6c515982013-01-29 14:58:43 -0800761 vdd_cx-supply = <&pm8110_s1_corner>;
Vikram Mulukutla36d2dc42012-11-16 15:36:00 -0800762 qcom,firmware-name = "adsp";
Ravishankar Sarawadi2e8ac7d2013-03-28 15:23:30 -0700763
Ravishankar Sarawadiab203a82013-04-09 18:46:11 -0700764 /* GPIO inputs from lpass */
Ravishankar Sarawadi2e8ac7d2013-03-28 15:23:30 -0700765 qcom,gpio-err-fatal = <&smp2pgpio_ssr_smp2p_2_in 0 0>;
Ravishankar Sarawadiab203a82013-04-09 18:46:11 -0700766 qcom,gpio-proxy-unvote = <&smp2pgpio_ssr_smp2p_2_in 2 0>;
Ravishankar Sarawadi7edc9d72013-04-09 18:15:03 -0700767 qcom,gpio-err-ready = <&smp2pgpio_ssr_smp2p_2_in 1 0>;
Ravishankar Sarawadi2e8ac7d2013-03-28 15:23:30 -0700768
769 /* GPIO output to lpass */
770 qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_2_out 0 0>;
Vikram Mulukutla36d2dc42012-11-16 15:36:00 -0800771 };
Siddartha Mohanadossf7d2f4d2013-03-11 22:10:15 -0700772
773 tsens: tsens@fc4a8000 {
774 compatible = "qcom,msm-tsens";
775 reg = <0xfc4a8000 0x2000>,
Siddartha Mohanadoss6ddc1922013-07-08 17:40:11 -0700776 <0xfc4bc000 0x1000>;
Siddartha Mohanadossf7d2f4d2013-03-11 22:10:15 -0700777 reg-names = "tsens_physical", "tsens_eeprom_physical";
778 interrupts = <0 184 0>;
779 qcom,sensors = <2>;
780 qcom,slope = <2901 2846>;
Siddartha Mohanadossb2f48982013-03-28 13:51:38 -0700781 qcom,calib-mode = "fuse_map3";
Siddartha Mohanadoss921f1f02013-04-04 16:30:03 -0700782 qcom,sensor-id = <0 5>;
Siddartha Mohanadossf7d2f4d2013-03-11 22:10:15 -0700783 };
784
Jennifer Liuf588d3a2013-04-05 10:11:48 -0700785 qcom,msm-thermal {
786 compatible = "qcom,msm-thermal";
Jennifer Liud17e9eb2013-04-17 11:56:58 -0700787 qcom,sensor-id = <5>;
Jennifer Liuf588d3a2013-04-05 10:11:48 -0700788 qcom,poll-ms = <250>;
789 qcom,limit-temp = <60>;
790 qcom,temp-hysteresis = <10>;
791 qcom,freq-step = <2>;
Praveen Chidambarama7435ce2013-05-03 12:52:42 -0600792 qcom,freq-control-mask = <0xf>;
Jennifer Liu1a70a9c2013-06-19 17:59:25 -0700793 qcom,core-limit-temp = <80>;
794 qcom,core-temp-hysteresis = <10>;
795 qcom,core-control-mask = <0xe>;
Jennifer Liu80a6a2e2013-09-24 18:31:58 -0700796 qcom,hotplug-temp = <110>;
797 qcom,hotplug-temp-hysteresis = <20>;
798 qcom,cpu-sensors = "tsens_tz_sensor5", "tsens_tz_sensor5",
799 "tsens_tz_sensor5", "tsens_tz_sensor5";
Jennifer Liu049780e2013-06-26 14:24:13 -0700800 qcom,vdd-restriction-temp = <5>;
801 qcom,vdd-restriction-temp-hysteresis = <10>;
Jennifer Liu9cddf2d2013-07-05 13:32:29 -0700802 vdd-dig-supply = <&pm8110_s1_floor_corner>;
Jennifer Liu049780e2013-06-26 14:24:13 -0700803
804 qcom,vdd-dig-rstr{
Jennifer Liu9cddf2d2013-07-05 13:32:29 -0700805 qcom,vdd-rstr-reg = "vdd-dig";
Jennifer Liu049780e2013-06-26 14:24:13 -0700806 qcom,levels = <5 7 7>; /* Nominal, Super Turbo, Super Turbo */
807 qcom,min-level = <1>; /* No Request */
808 };
809
810 qcom,vdd-apps-rstr{
Jennifer Liu9cddf2d2013-07-05 13:32:29 -0700811 qcom,vdd-rstr-reg = "vdd-apps";
Jennifer Liu049780e2013-06-26 14:24:13 -0700812 qcom,levels = <600000 787200 998400>;
813 qcom,freq-req;
814 };
Jennifer Liuf588d3a2013-04-05 10:11:48 -0700815 };
Jeff Hugoae4ab9f62013-04-08 13:43:08 -0600816
817 qcom,ipc-spinlock@fd484000 {
818 compatible = "qcom,ipc-spinlock-sfpb";
819 reg = <0xfd484000 0x400>;
820 qcom,num-locks = <8>;
821 };
Jeff Hugode2822a2013-04-08 14:09:38 -0600822
823 qcom,bam_dmux@fc834000 {
824 compatible = "qcom,bam_dmux";
825 reg = <0xfc834000 0x7000>;
826 interrupts = <0 29 1>;
827 };
Hariprasad Dhalinarasimha3a3e4e32013-04-14 16:18:30 -0700828
Neeti Desai8349e9c2013-07-17 11:29:33 -0700829 qcom,qseecom@da00000 {
Hariprasad Dhalinarasimha3a3e4e32013-04-14 16:18:30 -0700830 compatible = "qcom,qseecom";
Neeti Desai8349e9c2013-07-17 11:29:33 -0700831 reg = <0xda00000 0x100000>;
Hariprasad Dhalinarasimha3a3e4e32013-04-14 16:18:30 -0700832 reg-names = "secapp-region";
833 qcom,disk-encrypt-pipe-pair = <2>;
834 qcom,hlos-ce-hw-instance = <0>;
835 qcom,qsee-ce-hw-instance = <0>;
836 qcom,msm-bus,name = "qseecom-noc";
837 qcom,msm-bus,num-cases = <4>;
838 qcom,msm-bus,active-only = <0>;
839 qcom,msm-bus,num-paths = <1>;
840 qcom,msm-bus,vectors-KBps =
841 <55 512 0 0>,
842 <55 512 3936000 393600>,
843 <55 512 3936000 393600>,
844 <55 512 3936000 393600>;
845 };
Aparna Dase7cab2e2013-04-16 16:54:47 -0700846
Hariprasad Dhalinarasimhac8e0f312013-04-13 17:18:50 -0700847 qcom,msm-rng@f9bff000 {
848 compatible = "qcom,msm-rng";
849 reg = <0xf9bff000 0x200>;
850 qcom,msm-rng-iface-clk;
Hariprasad Dhalinarasimhae799fb72013-06-03 13:51:38 -0700851 qcom,msm-bus,name = "msm-rng-noc";
852 qcom,msm-bus,num-cases = <2>;
853 qcom,msm-bus,num-paths = <1>;
854 qcom,msm-bus,vectors-KBps =
855 <1 618 0 0>,
856 <1 618 0 800>;
Hariprasad Dhalinarasimhac8e0f312013-04-13 17:18:50 -0700857 };
858
Aparna Das2948da92013-04-25 10:11:15 -0700859 qcom,msm-rtb {
860 compatible = "qcom,msm-rtb";
861 qcom,memory-reservation-type = "EBI1";
862 qcom,memory-reservation-size = <0x100000>; /* 1M EBI1 buffer */
863 };
864
Pratik Patel3a2f0922013-06-13 23:52:05 -0700865 jtag_fuse: jtagfuse@fc4be024 {
866 compatible = "qcom,jtag-fuse";
867 reg = <0xfc4be024 0x8>;
868 reg-names = "fuse-base";
869 };
870
Aparna Dase7cab2e2013-04-16 16:54:47 -0700871 jtag_mm0: jtagmm@fc34c000 {
872 compatible = "qcom,jtag-mm";
873 reg = <0xfc34c000 0x1000>,
874 <0xfc340000 0x1000>;
875 reg-names = "etm-base","debug-base";
876 };
877
878 jtag_mm1: jtagmm@fc34d000 {
879 compatible = "qcom,jtag-mm";
880 reg = <0xfc34d000 0x1000>,
881 <0xfc342000 0x1000>;
882 reg-names = "etm-base","debug-base";
883 };
884
885 jtag_mm2: jtagmm@fc34e000 {
886 compatible = "qcom,jtag-mm";
887 reg = <0xfc34e000 0x1000>,
888 <0xfc344000 0x1000>;
889 reg-names = "etm-base","debug-base";
890 };
891
892 jtag_mm3: jtagmm@fc34f000 {
893 compatible = "qcom,jtag-mm";
894 reg = <0xfc34f000 0x1000>,
895 <0xfc346000 0x1000>;
896 reg-names = "etm-base","debug-base";
897 };
Hariprasad Dhalinarasimha9d3638a2013-04-13 22:42:11 -0700898
899 qcom,tz-log@fe805720 {
900 compatible = "qcom,tz-log";
901 reg = <0x0fe805720 0x1000>;
902 };
Hariprasad Dhalinarasimha30af29a2013-05-07 17:48:04 -0700903
904 qcom,qcrypto@fd404000 {
905 compatible = "qcom,qcrypto";
906 reg = <0xfd400000 0x20000>,
907 <0xfd404000 0x8000>;
908 reg-names = "crypto-base","crypto-bam-base";
909 interrupts = <0 207 0>;
910 qcom,bam-pipe-pair = <2>;
911 qcom,ce-hw-instance = <1>;
912 qcom,ce-hw-shared;
913 qcom,msm-bus,name = "qcrypto-noc";
914 qcom,msm-bus,num-cases = <2>;
915 qcom,msm-bus,active-only = <0>;
916 qcom,msm-bus,num-paths = <1>;
917 qcom,msm-bus,vectors-KBps =
918 <55 512 0 0>,
919 <55 512 393600 3936000>;
920 };
921
922 qcom,qcedev@fd400000 {
923 compatible = "qcom,qcedev";
924 reg = <0xfd400000 0x20000>,
925 <0xfd404000 0x8000>;
926 reg-names = "crypto-base","crypto-bam-base";
927 interrupts = <0 207 0>;
928 qcom,bam-pipe-pair = <1>;
929 qcom,ce-hw-instance = <1>;
930 qcom,ce-hw-shared;
931 qcom,msm-bus,name = "qcedev-noc";
932 qcom,msm-bus,num-cases = <2>;
933 qcom,msm-bus,active-only = <0>;
934 qcom,msm-bus,num-paths = <1>;
935 qcom,msm-bus,vectors-KBps =
936 <55 512 0 0>,
937 <55 512 393600 3936000>;
938 };
939
Neil Leeder23b9fa42013-07-11 09:23:45 -0400940 cpu-pmu {
941 compatible = "arm,cortex-a7-pmu";
942 qcom,irq-is-percpu;
943 interrupts = <1 7 0xf00>;
944 };
Syed Rameez Mustafad3935822012-10-09 11:23:20 -0700945};
David Collinsc6b34832012-10-24 12:57:57 -0700946
Matt Wagantall1bf56932012-11-29 15:03:29 -0800947&gdsc_vfe {
Matt Wagantall831f0ff2013-08-16 13:29:55 -0700948 qcom,clock-names = "core_clk", "iface_clk", "bus_clk";
Matt Wagantall1bf56932012-11-29 15:03:29 -0800949 status = "ok";
950};
951
952&gdsc_oxili_cx {
Matt Wagantallde70dbb2013-07-03 21:07:09 -0700953 qcom,clock-names = "core_clk", "iface_clk", "mem_clk";
Matt Wagantall1bf56932012-11-29 15:03:29 -0800954 status = "ok";
955};
956
Olav Haugan9c255522012-11-16 16:43:17 -0800957&lpass_iommu {
958 status = "ok";
959};
960
961&copss_iommu {
962 status = "ok";
963};
964
965&mdpe_iommu {
966 status = "ok";
967};
968
969&mdps_iommu {
970 status = "ok";
971};
972
973&gfx_iommu {
974 status = "ok";
975};
976
977&vfe_iommu {
978 status = "ok";
979};
980
Syed Rameez Mustafa3971c142013-01-09 19:04:53 -0800981/include/ "msm8610-iommu-domains.dtsi"
Olav Haugan4bc4b692012-12-10 18:29:35 -0800982
Xiaozhe Shi350baa92013-04-09 18:13:50 -0700983/include/ "msm-pm8110-rpm-regulator.dtsi"
Kenneth Heitkedb6e1b12012-11-20 15:24:42 -0700984/include/ "msm-pm8110.dtsi"
Xiaozhe Shi1581a7b2013-02-21 15:17:57 -0800985/include/ "msm8610-regulator.dtsi"
Siddartha Mohanadoss0f664a82013-03-11 22:52:01 -0700986
987&pm8110_vadc {
988 chan@0 {
989 label = "usb_in";
990 reg = <0>;
991 qcom,decimation = <0>;
992 qcom,pre-div-channel-scaling = <4>;
993 qcom,calibration-type = "absolute";
994 qcom,scale-function = <0>;
995 qcom,hw-settle-time = <0>;
996 qcom,fast-avg-setup = <0>;
997 };
998
999 chan@2 {
1000 label = "vchg_sns";
1001 reg = <2>;
1002 qcom,decimation = <0>;
Siddartha Mohanadoss478e5c92013-05-01 19:53:27 -07001003 qcom,pre-div-channel-scaling = <2>;
Siddartha Mohanadoss0f664a82013-03-11 22:52:01 -07001004 qcom,calibration-type = "absolute";
1005 qcom,scale-function = <0>;
1006 qcom,hw-settle-time = <0>;
1007 qcom,fast-avg-setup = <0>;
1008 };
1009
1010 chan@5 {
1011 label = "vcoin";
1012 reg = <5>;
1013 qcom,decimation = <0>;
1014 qcom,pre-div-channel-scaling = <1>;
1015 qcom,calibration-type = "absolute";
1016 qcom,scale-function = <0>;
1017 qcom,hw-settle-time = <0>;
1018 qcom,fast-avg-setup = <0>;
1019 };
1020
1021 chan@6 {
1022 label = "vbat_sns";
1023 reg = <6>;
1024 qcom,decimation = <0>;
1025 qcom,pre-div-channel-scaling = <1>;
1026 qcom,calibration-type = "absolute";
1027 qcom,scale-function = <0>;
1028 qcom,hw-settle-time = <0>;
1029 qcom,fast-avg-setup = <0>;
1030 };
1031
1032 chan@7 {
1033 label = "vph_pwr";
1034 reg = <7>;
1035 qcom,decimation = <0>;
1036 qcom,pre-div-channel-scaling = <1>;
1037 qcom,calibration-type = "absolute";
1038 qcom,scale-function = <0>;
1039 qcom,hw-settle-time = <0>;
1040 qcom,fast-avg-setup = <0>;
1041 };
1042
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 = <0>;
1052 };
1053
1054 chan@31 {
1055 label = "batt_id";
1056 reg = <0x31>;
1057 qcom,decimation = <0>;
1058 qcom,pre-div-channel-scaling = <0>;
1059 qcom,calibration-type = "ratiometric";
1060 qcom,scale-function = <0>;
1061 qcom,hw-settle-time = <2>;
1062 qcom,fast-avg-setup = <0>;
1063 };
1064
1065 chan@b2 {
1066 label = "xo_therm_pu2";
1067 reg = <0xb2>;
1068 qcom,decimation = <0>;
1069 qcom,pre-div-channel-scaling = <0>;
1070 qcom,calibration-type = "ratiometric";
1071 qcom,scale-function = <4>;
1072 qcom,hw-settle-time = <2>;
1073 qcom,fast-avg-setup = <0>;
1074 };
Siddartha Mohanadoss984b11e2013-05-31 18:05:51 -07001075
1076 chan@13 {
1077 label = "pa_therm0";
1078 reg = <0x13>;
1079 qcom,decimation = <0>;
1080 qcom,pre-div-channel-scaling = <0>;
1081 qcom,calibration-type = "ratiometric";
1082 qcom,scale-function = <2>;
1083 qcom,hw-settle-time = <2>;
1084 qcom,fast-avg-setup = <0>;
1085 };
Siddartha Mohanadoss0f664a82013-03-11 22:52:01 -07001086};
1087
Siddartha Mohanadoss236e0952013-05-13 10:40:26 -07001088&pm8110_adc_tm {
1089 /* Channel Node */
1090 chan@30 {
1091 label = "batt_therm";
1092 reg = <0x30>;
1093 qcom,decimation = <0>;
1094 qcom,pre-div-channel-scaling = <0>;
1095 qcom,calibration-type = "ratiometric";
1096 qcom,scale-function = <1>;
1097 qcom,hw-settle-time = <2>;
1098 qcom,fast-avg-setup = <3>;
1099 qcom,btm-channel-number = <0x48>;
1100 };
Siddartha Mohanadoss0f664a82013-03-11 22:52:01 -07001101
Siddartha Mohanadoss236e0952013-05-13 10:40:26 -07001102 chan@8 {
1103 label = "die_temp";
1104 reg = <8>;
1105 qcom,decimation = <0>;
1106 qcom,pre-div-channel-scaling = <0>;
1107 qcom,calibration-type = "absolute";
1108 qcom,scale-function = <3>;
1109 qcom,hw-settle-time = <0>;
1110 qcom,fast-avg-setup = <3>;
1111 qcom,btm-channel-number = <0x68>;
1112 };
1113
1114 chan@6 {
1115 label = "vbat_sns";
1116 reg = <6>;
1117 qcom,decimation = <0>;
1118 qcom,pre-div-channel-scaling = <1>;
1119 qcom,calibration-type = "absolute";
1120 qcom,scale-function = <0>;
1121 qcom,hw-settle-time = <0>;
1122 qcom,fast-avg-setup = <3>;
1123 qcom,btm-channel-number = <0x70>;
1124 };
Siddartha Mohanadoss984b11e2013-05-31 18:05:51 -07001125
1126 chan@13 {
1127 label = "pa_therm0";
1128 reg = <0x13>;
1129 qcom,decimation = <0>;
1130 qcom,pre-div-channel-scaling = <0>;
1131 qcom,calibration-type = "ratiometric";
1132 qcom,scale-function = <2>;
1133 qcom,hw-settle-time = <2>;
1134 qcom,fast-avg-setup = <0>;
1135 qcom,btm-channel-number = <0x78>;
1136 qcom,thermal-node;
1137 };
Siddartha Mohanadoss236e0952013-05-13 10:40:26 -07001138};