blob: eb97c8dfbc0d44693a35ecfe36702535648240dc [file] [log] [blame]
Patrick Dalycd999822014-01-17 15:16:52 -08001/* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
Syed Rameez Mustafa332018f2012-10-11 18:01:59 -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
Syed Rameez Mustafa332018f2012-10-11 18:01:59 -070015/ {
16 model = "Qualcomm MSM 8226";
17 compatible = "qcom,msm8226";
18 interrupt-parent = <&intc>;
19
Gilad Avidovd59217c2013-02-01 13:45:59 -070020 aliases {
21 spi0 = &spi_0;
Sahitya Tummala9e001362013-03-28 11:00:55 +053022 sdhc1 = &sdhc_1; /* SDC1 eMMC slot */
23 sdhc2 = &sdhc_2; /* SDC2 SD card slot */
Krishna Kondaf92e4262013-07-08 16:21:57 -070024 sdhc3 = &sdhc_3; /* SDC3 SDIO slot */
Gilad Avidovd59217c2013-02-01 13:45:59 -070025 };
26
Laura Abbottf3196b22013-03-11 16:22:34 -070027 memory {
28 secure_mem: secure_region {
29 linux,contiguous-region;
Shalaj Jain5ce2fde2013-05-10 13:22:33 -070030 reg = <0 0x6D00000>;
Laura Abbottf3196b22013-03-11 16:22:34 -070031 label = "secure_mem";
32 };
Laura Abbott429e82b2013-03-25 13:03:06 -070033
Krupal Divvela756ee0f2013-06-12 03:42:55 +053034 adsp_mem: adsp_region {
35 linux,contiguous-region;
Maheshwar Ajjac5c35a82013-09-04 15:04:54 +053036 reg = <0 0x2a00000>;
Krupal Divvela756ee0f2013-06-12 03:42:55 +053037 label = "adsp_mem";
38 };
39
Laura Abbott429e82b2013-03-25 13:03:06 -070040 qsecom_mem: qsecom_region {
41 linux,contiguous-region;
Deva Ramasubramaniande4eefd2013-10-31 12:30:35 -070042 reg = <0 0xd00000>;
Laura Abbott429e82b2013-03-25 13:03:06 -070043 label = "qsecom_mem";
44 };
Stepan Moskovchenko7d8cdcaa2013-04-25 17:10:55 -070045 };
Laura Abbott429e82b2013-03-25 13:03:06 -070046
Stepan Moskovchenko7d8cdcaa2013-04-25 17:10:55 -070047 soc: soc { };
48};
49
50/include/ "msm8226-ion.dtsi"
51/include/ "msm8226-camera.dtsi"
52/include/ "msm-gdsc.dtsi"
53/include/ "msm8226-iommu.dtsi"
Stepan Moskovchenko7d8cdcaa2013-04-25 17:10:55 -070054/include/ "msm8226-smp2p.dtsi"
55/include/ "msm8226-gpu.dtsi"
56/include/ "msm8226-bus.dtsi"
57/include/ "msm8226-mdss.dtsi"
58/include/ "msm8226-coresight.dtsi"
59/include/ "msm8226-iommu-domains.dtsi"
Aparna Dasb8159562013-06-07 17:55:34 -070060/include/ "msm-rdbg.dtsi"
Stepan Moskovchenko7d8cdcaa2013-04-25 17:10:55 -070061
62&soc {
63 #address-cells = <1>;
64 #size-cells = <1>;
65 ranges;
66
67 intc: interrupt-controller@f9000000 {
68 compatible = "qcom,msm-qgic2";
69 interrupt-controller;
70 #interrupt-cells = <3>;
71 reg = <0xF9000000 0x1000>,
72 <0xF9002000 0x1000>;
73 };
74
75 msmgpio: gpio@fd510000 {
76 compatible = "qcom,msm-gpio";
77 interrupt-controller;
78 #interrupt-cells = <2>;
79 reg = <0xfd510000 0x4000>;
80 gpio-controller;
81 #gpio-cells = <2>;
82 ngpio = <117>;
83 interrupts = <0 208 0>;
84 qcom,direct-connect-irqs = <8>;
Laura Abbottf3196b22013-03-11 16:22:34 -070085 };
86
Abhimanyu Kapur58d303a72013-04-30 16:13:41 -070087 qcom,mpm2-sleep-counter@fc4a3000 {
88 compatible = "qcom,mpm2-sleep-counter";
89 reg = <0xfc4a3000 0x1000>;
90 clock-frequency = <32768>;
91 };
92
Syed Rameez Mustafa332018f2012-10-11 18:01:59 -070093 timer {
Syed Rameez Mustafa0824d6c2012-11-29 18:53:56 -080094 compatible = "arm,armv7-timer";
Syed Rameez Mustafa332018f2012-10-11 18:01:59 -070095 interrupts = <1 2 0 1 3 0>;
96 clock-frequency = <19200000>;
97 };
98
Stephen Boyd72759f62013-04-10 14:20:27 -070099 timer@f9020000 {
100 #address-cells = <1>;
101 #size-cells = <1>;
102 ranges;
103 compatible = "arm,armv7-timer-mem";
104 reg = <0xf9020000 0x1000>;
105 clock-frequency = <19200000>;
106
107 frame@f9021000 {
108 frame-number = <0>;
109 interrupts = <0 8 0x4>,
110 <0 7 0x4>;
111 reg = <0xf9021000 0x1000>,
112 <0xf9022000 0x1000>;
113 };
114
115 frame@f9023000 {
116 frame-number = <1>;
117 interrupts = <0 9 0x4>;
118 reg = <0xf9023000 0x1000>;
119 status = "disabled";
120 };
121
122 frame@f9024000 {
123 frame-number = <2>;
124 interrupts = <0 10 0x4>;
125 reg = <0xf9024000 0x1000>;
126 status = "disabled";
127 };
128
129 frame@f9025000 {
130 frame-number = <3>;
131 interrupts = <0 11 0x4>;
132 reg = <0xf9025000 0x1000>;
133 status = "disabled";
134 };
135
136 frame@f9026000 {
137 frame-number = <4>;
138 interrupts = <0 12 0x4>;
139 reg = <0xf9026000 0x1000>;
140 status = "disabled";
141 };
142
143 frame@f9027000 {
144 frame-number = <5>;
145 interrupts = <0 13 0x4>;
146 reg = <0xf9027000 0x1000>;
147 status = "disabled";
148 };
149
150 frame@f9028000 {
151 frame-number = <6>;
152 interrupts = <0 14 0x4>;
153 reg = <0xf9028000 0x1000>;
154 status = "disabled";
155 };
156 };
157
Ashray Kulkarnifbf88dbd2013-02-22 18:02:26 -0800158 qcom,vidc@fdc00000 {
159 compatible = "qcom,msm-vidc";
160 reg = <0xfdc00000 0xff000>;
161 interrupts = <0 44 0>;
Sachin Shah2863bbf2013-09-12 14:27:52 -0700162 vdd-supply = <&gdsc_venus>;
Ashray Kulkarnifbf88dbd2013-02-22 18:02:26 -0800163 qcom,load-freq-tbl = <352800 160000000>,
164 <244800 133330000>,
165 <108000 66700000>;
166 qcom,hfi = "venus";
167 qcom,bus-ports = <1>;
168 qcom,reg-presets = <0xE0024 0x0>,
169 <0x80124 0x3>,
170 <0xE0020 0x5555556>,
171 <0x800B0 0x10101001>,
172 <0x800B4 0x00101010>,
173 <0x800C0 0x1010100f>,
174 <0x800C4 0x00101010>,
175 <0x800D0 0x00000010>,
176 <0x800D4 0x00000010>,
177 <0x800D8 0x00000707>;
178 qcom,enc-ddr-ab-ib = <0 0>,
179 <129000 142000>,
180 <384000 422000>,
181 <866000 953000>;
182 qcom,dec-ddr-ab-ib = <0 0>,
183 <103000 134000>,
184 <268000 348000>,
185 <505000 657000>;
Ashray Kulkarnifbf88dbd2013-02-22 18:02:26 -0800186 qcom,buffer-type-tz-usage-table = <0x1 0x1>,
Cullum Baldwin673f9862013-10-25 17:39:47 -0700187 <0x6 0x2>,
188 <0x7C0 0x3>;
Deva Ramasubramanian74b1dda2013-03-27 13:16:17 -0700189 qcom,max-hw-load = <352800>; /* 720p @ 30 + 1080p @ 30 */
Eric Hoa00e2da2013-06-20 17:41:57 -0700190 qcom,vidc-iommu-domains {
191 qcom,domain-ns {
192 qcom,vidc-domain-phandle = <&venus_domain_ns>;
Praneeth Paladugu34a025d2013-09-20 16:53:23 -0700193 qcom,vidc-partition-buffer-types = <0x7ff>,
194 <0x800>;
Eric Hoa00e2da2013-06-20 17:41:57 -0700195 };
196
197 qcom,domain-cp {
198 qcom,vidc-domain-phandle = <&venus_domain_cp>;
Praneeth Paladugu34a025d2013-09-20 16:53:23 -0700199 qcom,vidc-partition-buffer-types = <0x6>,
200 <0x7c1>;
Eric Hoa00e2da2013-06-20 17:41:57 -0700201 };
202 };
Ashray Kulkarnifbf88dbd2013-02-22 18:02:26 -0800203 };
204
Maheshwar Ajjac5c35a82013-09-04 15:04:54 +0530205 qcom,vidc {
206 compatible = "qcom,msm-vidc";
207 qcom,hfi = "q6";
208 qcom,max-hw-load = <108000>; /* 720p @ 30 * 1 */
209 };
210
Ashray Kulkarnifbf88dbd2013-02-22 18:02:26 -0800211 qcom,wfd {
212 compatible = "qcom,msm-wfd";
213 };
214
Syed Rameez Mustafa332018f2012-10-11 18:01:59 -0700215 serial@f991f000 {
216 compatible = "qcom,msm-lsuart-v14";
217 reg = <0xf991f000 0x1000>;
218 interrupts = <0 109 0>;
219 status = "disabled";
Syed Rameez Mustafa332018f2012-10-11 18:01:59 -0700220
Dilip Kota2b7d2ad2013-11-01 20:44:17 +0530221 qcom,msm-bus,name = "blsp1_uart2";
222 qcom,msm-bus,num-cases = <2>;
223 qcom,msm-bus,num-paths = <1>;
224 qcom,msm-bus,vectors-KBps =
225 <86 512 0 0>,
226 <86 512 500 800>;
Syed Rameez Mustafa332018f2012-10-11 18:01:59 -0700227 };
228
Abhimanyu Kapur032b1f42013-01-18 00:10:50 -0800229 qcom,msm-imem@fe805000 {
230 compatible = "qcom,msm-imem";
231 reg = <0xfe805000 0x1000>; /* Address and size of IMEM */
232 };
233
Yan He7c06ce32012-12-03 17:12:31 -0800234 qcom,sps@f9984000 {
235 compatible = "qcom,msm_sps";
236 reg = <0xf9984000 0x15000>,
237 <0xf9999000 0xb000>;
238 interrupts = <0 94 0>;
239 };
240
Vamsi Krishna840835b2013-04-01 22:01:05 -0700241 qcom,usbbam@f9a44000 {
242 compatible = "qcom,usb-bam-msm";
243 reg = <0xf9a44000 0x11000>;
244 reg-names = "hsusb";
245 interrupts = <0 135 0>;
246 interrupt-names = "hsusb";
247 qcom,usb-bam-num-pipes = <16>;
248 qcom,usb-bam-fifo-baseaddr = <0xfe803000>;
249 qcom,ignore-core-reset-ack;
250 qcom,disable-clk-gating;
251
252 qcom,pipe0 {
253 label = "hsusb-qdss-in-0";
254 qcom,usb-bam-mem-type = <3>;
255 qcom,bam-type = <1>;
256 qcom,dir = <1>;
257 qcom,pipe-num = <0>;
258 qcom,peer-bam = <1>;
259 qcom,src-bam-physical-address = <0xfc37c000>;
260 qcom,src-bam-pipe-index = <0>;
261 qcom,dst-bam-physical-address = <0xf9a44000>;
262 qcom,dst-bam-pipe-index = <2>;
263 qcom,data-fifo-offset = <0x0>;
264 qcom,data-fifo-size = <0x600>;
265 qcom,descriptor-fifo-offset = <0x600>;
266 qcom,descriptor-fifo-size = <0x200>;
267 };
268 };
269
Manu Gautam41334e92013-06-04 17:49:25 +0530270 usb_otg: usb@f9a55000 {
Syed Rameez Mustafa332018f2012-10-11 18:01:59 -0700271 compatible = "qcom,hsusb-otg";
272 reg = <0xf9a55000 0x400>;
Mayank Ranaac2a54f2013-01-17 10:14:35 +0530273 interrupts = <0 134 0>, <0 140 0>;
274 interrupt-names = "core_irq", "async_irq";
Mayank Rana8335a772013-03-06 10:12:27 +0530275 hsusb_vdd_dig-supply = <&pm8226_s1_corner>;
David Keitel7184c6e2013-02-11 13:23:04 -0800276 HSUSB_1p8-supply = <&pm8226_l10>;
277 HSUSB_3p3-supply = <&pm8226_l20>;
Mayank Rana8335a772013-03-06 10:12:27 +0530278 qcom,vdd-voltage-level = <1 5 7>;
Syed Rameez Mustafa332018f2012-10-11 18:01:59 -0700279
Vamsi Krishna1f265912013-04-22 22:50:06 -0700280 qcom,hsusb-otg-phy-init-seq =
281 <0x44 0x80 0x68 0x81 0x24 0x82 0x13 0x83 0xffffffff>;
Syed Rameez Mustafa332018f2012-10-11 18:01:59 -0700282 qcom,hsusb-otg-phy-type = <2>;
283 qcom,hsusb-otg-mode = <1>;
Vamsi Krishna0d564102013-03-02 15:26:55 -0800284 qcom,hsusb-otg-otg-control = <2>;
Mayank Rana15f01b52013-03-08 18:28:56 +0530285 qcom,dp-manual-pullup;
Mayank Rana5f864fa2013-11-11 14:21:05 +0530286 qcom,ahb-async-bridge-bypass;
Vijayavardhan Vennapusa189184d2014-02-17 11:14:59 +0530287 qcom,usbin-vadc = <&pm8226_vadc>;
Mayank Rana5403e2a2013-02-26 11:18:39 +0530288
Manu Gautam41334e92013-06-04 17:49:25 +0530289 qcom,msm-bus,name = "usb";
Manu Gautam861c5852013-06-20 16:21:05 +0530290 qcom,msm-bus,num-cases = <3>;
Mayank Rana5403e2a2013-02-26 11:18:39 +0530291 qcom,msm-bus,num-paths = <1>;
292 qcom,msm-bus,vectors-KBps =
293 <87 512 0 0>,
Manu Gautam861c5852013-06-20 16:21:05 +0530294 <87 512 60000 960000>,
295 <87 512 6000 6000>;
Syed Rameez Mustafa332018f2012-10-11 18:01:59 -0700296 };
297
Mayank Ranaf8bfadb2013-07-25 12:01:25 +0530298 android_usb: android_usb@fe8050c8 {
Syed Rameez Mustafa332018f2012-10-11 18:01:59 -0700299 compatible = "qcom,android-usb";
Mayank Rana6bd9a272013-01-29 16:23:23 +0530300 reg = <0xfe8050c8 0xc8>;
Manu Gautam1bdb7802013-05-22 12:48:35 +0530301 qcom,android-usb-swfi-latency = <1>;
Mayank Rana5f864fa2013-11-11 14:21:05 +0530302 qcom,streaming-func = "rndis";
Syed Rameez Mustafa332018f2012-10-11 18:01:59 -0700303 };
304
Pavankumar Kondetic4cea362013-09-24 15:48:20 +0530305 hsic_host: hsic@f9a00000 {
306 status = "disabled";
307 compatible = "qcom,hsic-host";
308 reg = <0xf9a00000 0x400>;
309 #address-cells = <0>;
310 interrupt-parent = <&hsic_host>;
311 interrupts = <0 1 2>;
312 #interrupt-cells = <1>;
313 interrupt-map-mask = <0xffffffff>;
314 interrupt-map = <0 &intc 0 136 0
315 1 &intc 0 148 0
316 2 &msmgpio 115 0x8>;
317 interrupt-names = "core_irq", "async_irq", "wakeup";
318 hsic_vdd_dig-supply = <&pm8226_s1_corner>;
319 HSIC_GDSC-supply = <&gdsc_usb_hsic>;
320 hsic,strobe-gpio = <&msmgpio 115 0x00>;
321 hsic,data-gpio = <&msmgpio 116 0x00>;
322 hsic,ignore-cal-pad-config;
323 hsic,strobe-pad-offset = <0x2050>;
324 hsic,data-pad-offset = <0x2054>;
325 qcom,phy-susp-sof-workaround;
326 hsic,vdd-voltage-level = <1 5 7>;
327
328 qcom,msm-bus,name = "hsic";
329 qcom,msm-bus,num-cases = <2>;
330 qcom,msm-bus,num-paths = <1>;
331 qcom,msm-bus,vectors-KBps =
332 <85 512 0 0>,
333 <85 512 40000 160000>;
334 };
335
Bhalchandra Gajare555bceb2012-12-12 22:48:34 -0800336 wcd9xxx_intc: wcd9xxx-irq {
337 compatible = "qcom,wcd9xxx-irq";
338 interrupt-controller;
339 #interrupt-cells = <1>;
340 interrupt-parent = <&msmgpio>;
341 interrupts = <68 0>;
342 interrupt-names = "cdc-int";
343 };
344
Phani Kumar Uppalapati5f285bf2013-05-05 23:36:57 -0700345 slim_msm: slim@fe12f000 {
Bhalchandra Gajarefb785972012-12-06 19:25:10 -0800346 cell-index = <1>;
347 compatible = "qcom,slim-ngd";
348 reg = <0xfe12f000 0x35000>,
349 <0xfe104000 0x20000>;
350 reg-names = "slimbus_physical", "slimbus_bam_physical";
351 interrupts = <0 163 0>, <0 164 0>;
352 interrupt-names = "slimbus_irq", "slimbus_bam_irq";
Bhalchandra Gajare555bceb2012-12-12 22:48:34 -0800353
354 tapan_codec {
355 compatible = "qcom,tapan-slim-pgd";
356 elemental-addr = [00 01 E0 00 17 02];
357
358 interrupt-parent = <&wcd9xxx_intc>;
359 interrupts = <0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
360 17 18 19 20 21 22 23 24 25 26 27 28>;
361 qcom,cdc-reset-gpio = <&msmgpio 72 0>;
362
David Keitel7184c6e2013-02-11 13:23:04 -0800363 cdc-vdd-buck-supply = <&pm8226_s4>;
Bhalchandra Gajare482ef672013-06-20 15:28:59 -0700364 qcom,cdc-vdd-buck-voltage = <1800000 2150000>;
Bhalchandra Gajare555bceb2012-12-12 22:48:34 -0800365 qcom,cdc-vdd-buck-current = <650000>;
366
David Keitel7184c6e2013-02-11 13:23:04 -0800367 cdc-vdd-h-supply = <&pm8226_l6>;
Bhalchandra Gajare555bceb2012-12-12 22:48:34 -0800368 qcom,cdc-vdd-h-voltage = <1800000 1800000>;
369 qcom,cdc-vdd-h-current = <25000>;
370
David Keitel7184c6e2013-02-11 13:23:04 -0800371 cdc-vdd-px-supply = <&pm8226_l6>;
Bhalchandra Gajare555bceb2012-12-12 22:48:34 -0800372 qcom,cdc-vdd-px-voltage = <1800000 1800000>;
373 qcom,cdc-vdd-px-current = <25000>;
374
David Keitel7184c6e2013-02-11 13:23:04 -0800375 cdc-vdd-cx-supply = <&pm8226_l4>;
Bhalchandra Gajare555bceb2012-12-12 22:48:34 -0800376 qcom,cdc-vdd-cx-voltage = <1200000 1200000>;
Bhalchandra Gajare4962c6e2013-08-15 13:02:49 -0700377 qcom,cdc-vdd-cx-current = <2000>;
Bhalchandra Gajare555bceb2012-12-12 22:48:34 -0800378
Bhalchandra Gajare075e9c52013-07-03 14:23:48 -0700379 cdc-vdd-buckhelper-supply = <&pm8226_l25>;
380 qcom,cdc-vdd-buckhelper-voltage = <1775000 2125000>;
381 qcom,cdc-vdd-buckhelper-current = <10000>;
382
383 qcom,cdc-static-supplies = "cdc-vdd-h",
Joonwoo Park73239212013-04-10 15:11:06 -0700384 "cdc-vdd-px",
Joonwoo Park73239212013-04-10 15:11:06 -0700385 "cdc-vdd-cx";
386
Bhalchandra Gajare075e9c52013-07-03 14:23:48 -0700387 qcom,cdc-cp-supplies = "cdc-vdd-buck",
388 "cdc-vdd-buckhelper";
389
Bhalchandra Gajare555bceb2012-12-12 22:48:34 -0800390 qcom,cdc-micbias-ldoh-v = <0x3>;
391 qcom,cdc-micbias-cfilt1-mv = <1800>;
Phani Kumar Uppalapatiab0d98a2013-05-21 23:04:15 -0700392 qcom,cdc-micbias-cfilt2-mv = <2700>;
Bhalchandra Gajare555bceb2012-12-12 22:48:34 -0800393 qcom,cdc-micbias-cfilt3-mv = <1800>;
394
395 qcom,cdc-micbias1-cfilt-sel = <0x0>;
396 qcom,cdc-micbias2-cfilt-sel = <0x1>;
397 qcom,cdc-micbias3-cfilt-sel = <0x2>;
398
399 qcom,cdc-mclk-clk-rate = <9600000>;
400 qcom,cdc-slim-ifd = "tapan-slim-ifd";
401 qcom,cdc-slim-ifd-elemental-addr = [00 00 E0 00 17 02];
402 };
Bhalchandra Gajarefb785972012-12-06 19:25:10 -0800403 };
404
Bhalchandra Gajaree1915b82012-12-12 17:28:39 -0800405 qcom,msm-adsp-loader {
406 compatible = "qcom,adsp-loader";
407 qcom,adsp-state = <0>;
408 };
409
Bhalchandra Gajare03a40ec2012-12-17 11:38:28 -0800410 sound {
411 compatible = "qcom,msm8226-audio-tapan";
412 qcom,model = "msm8226-tapan-snd-card";
Bhalchandra Gajare03a40ec2012-12-17 11:38:28 -0800413 qcom,tapan-mclk-clk-freq = <9600000>;
Banajit Goswamif9921532013-05-10 11:24:52 -0700414 qcom,prim-auxpcm-gpio-clk = <&msmgpio 63 0>;
415 qcom,prim-auxpcm-gpio-sync = <&msmgpio 64 0>;
416 qcom,prim-auxpcm-gpio-din = <&msmgpio 65 0>;
417 qcom,prim-auxpcm-gpio-dout = <&msmgpio 66 0>;
418 qcom,prim-auxpcm-gpio-set = "prim-gpio-prim";
Bhalchandra Gajare03a40ec2012-12-17 11:38:28 -0800419 };
420
Phani Kumar Uppalapatic2f9c222013-05-09 19:17:58 -0700421 sound-9302 {
422 compatible = "qcom,msm8226-audio-tapan";
423 qcom,model = "msm8226-tapan9302-snd-card";
424 qcom,tapan-mclk-clk-freq = <9600000>;
425 qcom,prim-auxpcm-gpio-clk = <&msmgpio 63 0>;
426 qcom,prim-auxpcm-gpio-sync = <&msmgpio 64 0>;
427 qcom,prim-auxpcm-gpio-din = <&msmgpio 65 0>;
428 qcom,prim-auxpcm-gpio-dout = <&msmgpio 66 0>;
429 qcom,prim-auxpcm-gpio-set = "prim-gpio-prim";
430 qcom,tapan-codec-9302;
431 };
432
Krishnankutty Kolathappilly01a3f9b2013-12-12 17:00:15 -0800433 qti,msm-pcm {
434 compatible = "qti,msm-pcm-dsp";
435 qti,msm-pcm-dsp-id = <0>;
Bhalchandra Gajare03a40ec2012-12-17 11:38:28 -0800436 };
437
438 qcom,msm-pcm-routing {
439 compatible = "qcom,msm-pcm-routing";
440 };
441
Krishnankutty Kolathappilly01a3f9b2013-12-12 17:00:15 -0800442 qti,msm-pcm-low-latency {
443 compatible = "qti,msm-pcm-dsp";
444 qti,msm-pcm-dsp-id = <1>;
445 qti,msm-pcm-low-latency;
Krishnankutty Kolathappilly22dc25b2013-11-25 12:11:07 -0800446 qti,latency-level = "regular";
Bhalchandra Gajare18468a62013-03-11 18:32:49 -0700447 };
448
Bhalchandra Gajare03a40ec2012-12-17 11:38:28 -0800449 qcom,msm-pcm-lpa {
450 compatible = "qcom,msm-pcm-lpa";
451 };
452
453 qcom,msm-compr-dsp {
454 compatible = "qcom,msm-compr-dsp";
455 };
456
Haynes Mathew George1ccabc52013-09-17 14:36:48 -0700457 qcom,msm-compress-dsp {
458 compatible = "qcom,msm-compress-dsp";
459 };
460
Bhalchandra Gajare03a40ec2012-12-17 11:38:28 -0800461 qcom,msm-voip-dsp {
462 compatible = "qcom,msm-voip-dsp";
463 };
464
465 qcom,msm-pcm-voice {
466 compatible = "qcom,msm-pcm-voice";
467 };
468
469 qcom,msm-stub-codec {
470 compatible = "qcom,msm-stub-codec";
471 };
472
473 qcom,msm-dai-fe {
474 compatible = "qcom,msm-dai-fe";
475 };
476
477 qcom,msm-pcm-afe {
478 compatible = "qcom,msm-pcm-afe";
479 };
480
481 qcom,msm-dai-q6-hdmi {
482 compatible = "qcom,msm-dai-q6-hdmi";
483 qcom,msm-dai-q6-dev-id = <8>;
484 };
485
Venkat Sudhir178d1ae2013-09-11 14:05:09 -0700486 qcom,msm-lsm-client {
487 compatible = "qcom,msm-lsm-client";
488 };
489
Bhalchandra Gajare03a40ec2012-12-17 11:38:28 -0800490 qcom,msm-dai-q6 {
491 compatible = "qcom,msm-dai-q6";
492 qcom,msm-dai-q6-sb-0-rx {
493 compatible = "qcom,msm-dai-q6-dev";
494 qcom,msm-dai-q6-dev-id = <16384>;
495 };
496
497 qcom,msm-dai-q6-sb-0-tx {
498 compatible = "qcom,msm-dai-q6-dev";
499 qcom,msm-dai-q6-dev-id = <16385>;
500 };
501
502 qcom,msm-dai-q6-sb-1-rx {
503 compatible = "qcom,msm-dai-q6-dev";
504 qcom,msm-dai-q6-dev-id = <16386>;
505 };
506
507 qcom,msm-dai-q6-sb-1-tx {
508 compatible = "qcom,msm-dai-q6-dev";
509 qcom,msm-dai-q6-dev-id = <16387>;
510 };
511
512 qcom,msm-dai-q6-sb-3-rx {
513 compatible = "qcom,msm-dai-q6-dev";
514 qcom,msm-dai-q6-dev-id = <16390>;
515 };
516
517 qcom,msm-dai-q6-sb-3-tx {
518 compatible = "qcom,msm-dai-q6-dev";
519 qcom,msm-dai-q6-dev-id = <16391>;
520 };
521
522 qcom,msm-dai-q6-sb-4-rx {
523 compatible = "qcom,msm-dai-q6-dev";
524 qcom,msm-dai-q6-dev-id = <16392>;
525 };
526
527 qcom,msm-dai-q6-sb-4-tx {
528 compatible = "qcom,msm-dai-q6-dev";
529 qcom,msm-dai-q6-dev-id = <16393>;
530 };
531
Venkat Sudhir178d1ae2013-09-11 14:05:09 -0700532 qcom,msm-dai-q6-sb-5-tx {
533 compatible = "qcom,msm-dai-q6-dev";
534 qcom,msm-dai-q6-dev-id = <16395>;
535 };
536
Bhalchandra Gajare03a40ec2012-12-17 11:38:28 -0800537 qcom,msm-dai-q6-bt-sco-rx {
538 compatible = "qcom,msm-dai-q6-dev";
539 qcom,msm-dai-q6-dev-id = <12288>;
540 };
541
542 qcom,msm-dai-q6-bt-sco-tx {
543 compatible = "qcom,msm-dai-q6-dev";
544 qcom,msm-dai-q6-dev-id = <12289>;
545 };
546
547 qcom,msm-dai-q6-int-fm-rx {
548 compatible = "qcom,msm-dai-q6-dev";
549 qcom,msm-dai-q6-dev-id = <12292>;
550 };
551
552 qcom,msm-dai-q6-int-fm-tx {
553 compatible = "qcom,msm-dai-q6-dev";
554 qcom,msm-dai-q6-dev-id = <12293>;
555 };
556
557 qcom,msm-dai-q6-be-afe-pcm-rx {
558 compatible = "qcom,msm-dai-q6-dev";
559 qcom,msm-dai-q6-dev-id = <224>;
560 };
561
562 qcom,msm-dai-q6-be-afe-pcm-tx {
563 compatible = "qcom,msm-dai-q6-dev";
564 qcom,msm-dai-q6-dev-id = <225>;
565 };
566
567 qcom,msm-dai-q6-afe-proxy-rx {
568 compatible = "qcom,msm-dai-q6-dev";
569 qcom,msm-dai-q6-dev-id = <241>;
570 };
571
572 qcom,msm-dai-q6-afe-proxy-tx {
573 compatible = "qcom,msm-dai-q6-dev";
574 qcom,msm-dai-q6-dev-id = <240>;
575 };
Vicky Sehrawat2ef554c2013-03-12 17:24:20 -0700576
577 qcom,msm-dai-q6-incall-record-rx {
578 compatible = "qcom,msm-dai-q6-dev";
579 qcom,msm-dai-q6-dev-id = <32771>;
580 };
581
582 qcom,msm-dai-q6-incall-record-tx {
583 compatible = "qcom,msm-dai-q6-dev";
584 qcom,msm-dai-q6-dev-id = <32772>;
585 };
586
587 qcom,msm-dai-q6-incall-music-rx {
588 compatible = "qcom,msm-dai-q6-dev";
589 qcom,msm-dai-q6-dev-id = <32773>;
590 };
Vicky Sehrawat5ac670f2013-05-17 16:32:13 -0700591
592 qcom,msm-dai-q6-incall-music-2-rx {
593 compatible = "qcom,msm-dai-q6-dev";
594 qcom,msm-dai-q6-dev-id = <32770>;
595 };
Bhalchandra Gajare03a40ec2012-12-17 11:38:28 -0800596 };
597
598 qcom,msm-pcm-hostless {
599 compatible = "qcom,msm-pcm-hostless";
600 };
601
Patrick Laiafd82122013-06-15 22:50:04 -0700602 qcom,msm-pri-auxpcm {
603 compatible = "qcom,msm-auxpcm-dev";
Banajit Goswamif9921532013-05-10 11:24:52 -0700604 qcom,msm-cpudai-auxpcm-mode = <0>, <0>;
605 qcom,msm-cpudai-auxpcm-sync = <1>, <1>;
606 qcom,msm-cpudai-auxpcm-frame = <5>, <4>;
607 qcom,msm-cpudai-auxpcm-quant = <2>, <2>;
608 qcom,msm-cpudai-auxpcm-slot = <1>, <1>;
609 qcom,msm-cpudai-auxpcm-data = <0>, <0>;
610 qcom,msm-cpudai-auxpcm-pcm-clk-rate = <2048000>, <2048000>;
Patrick Laiafd82122013-06-15 22:50:04 -0700611 qcom,msm-auxpcm-interface = "primary";
Banajit Goswamif9921532013-05-10 11:24:52 -0700612 };
613
Sheng Fangb6a06482013-03-20 13:21:36 +0800614 qcom,wcnss-wlan@fb000000 {
615 compatible = "qcom,wcnss_wlan";
Sameer Thalappil58281ca2013-04-10 18:50:18 -0700616 reg = <0xfb000000 0x280000>,
617 <0xf9011008 0x04>;
618 reg-names = "wcnss_mmio", "wcnss_fiq";
Sheng Fangb6a06482013-03-20 13:21:36 +0800619 interrupts = <0 145 0 0 146 0>;
620 interrupt-names = "wcnss_wlantx_irq", "wcnss_wlanrx_irq";
621
622 qcom,pronto-vddmx-supply = <&pm8226_l3>;
623 qcom,pronto-vddcx-supply = <&pm8226_s1>;
624 qcom,pronto-vddpx-supply = <&pm8226_l6>;
625 qcom,iris-vddxo-supply = <&pm8226_l10>;
626 qcom,iris-vddrfa-supply = <&pm8226_l24>;
627 qcom,iris-vddpa-supply = <&pm8226_l16>;
628 qcom,iris-vdddig-supply = <&pm8226_l24>;
629
630 gpios = <&msmgpio 40 0>, <&msmgpio 41 0>, <&msmgpio 42 0>, <&msmgpio 43 0>, <&msmgpio 44 0>;
Sameer Thalappil820f87b2013-05-21 20:40:54 -0700631 qcom,has-pronto-hw;
632 qcom,has-autodetect-xo;
Sameer Thalappilf6fb1892013-09-06 17:33:30 -0700633 qcom,wcnss-adc_tm = <&pm8226_adc_tm>;
Sheng Fangb6a06482013-03-20 13:21:36 +0800634 };
rockiec44833a32013-03-21 02:06:14 +0800635
636 qcom,msm-adsp-sensors {
637 compatible = "qcom,msm-adsp-sensors";
638 qcom,src-id = <11>;
639 qcom,dst-id = <604>;
640 qcom,ab = <32505856>;
641 qcom,ib = <32505856>;
642 };
643
Mitchel Humpherys5fe1c9b2012-10-09 17:30:19 -0700644 qcom,wdt@f9017000 {
645 compatible = "qcom,msm-watchdog";
646 reg = <0xf9017000 0x1000>;
647 interrupts = <0 3 0>, <0 4 0>;
648 qcom,bark-time = <11000>;
649 qcom,pet-time = <10000>;
Mitchel Humpherys1be23802012-11-16 15:52:32 -0800650 qcom,ipi-ping;
Mitchel Humpherys5fe1c9b2012-10-09 17:30:19 -0700651 };
652
Jeff Hugo7f9705b62012-10-12 10:38:26 -0600653 qcom,smem@fa00000 {
654 compatible = "qcom,smem";
Jeff Hugo41e5c2f2013-04-26 11:38:32 -0600655 reg = <0xfa00000 0x100000>,
Stepan Moskovchenkod6ee8262013-02-06 11:26:05 -0800656 <0xf9011000 0x1000>,
Jeff Hugo7f9705b62012-10-12 10:38:26 -0600657 <0xfc428000 0x4000>;
658 reg-names = "smem", "irq-reg-base", "aux-mem1";
659
660 qcom,smd-modem {
661 compatible = "qcom,smd";
662 qcom,smd-edge = <0>;
663 qcom,smd-irq-offset = <0x8>;
664 qcom,smd-irq-bitmask = <0x1000>;
665 qcom,pil-string = "modem";
666 interrupts = <0 25 1>;
David Ngb715e322012-12-01 12:57:08 -0800667 };
Jeff Hugo7f9705b62012-10-12 10:38:26 -0600668
669 qcom,smsm-modem {
670 compatible = "qcom,smsm";
671 qcom,smsm-edge = <0>;
672 qcom,smsm-irq-offset = <0x8>;
673 qcom,smsm-irq-bitmask = <0x2000>;
674 interrupts = <0 26 1>;
David Ngb715e322012-12-01 12:57:08 -0800675 };
Jeff Hugo7f9705b62012-10-12 10:38:26 -0600676
677 qcom,smd-adsp {
678 compatible = "qcom,smd";
679 qcom,smd-edge = <1>;
680 qcom,smd-irq-offset = <0x8>;
681 qcom,smd-irq-bitmask = <0x100>;
682 qcom,pil-string = "adsp";
683 interrupts = <0 156 1>;
David Ngb715e322012-12-01 12:57:08 -0800684 };
Jeff Hugo7f9705b62012-10-12 10:38:26 -0600685
686 qcom,smsm-adsp {
687 compatible = "qcom,smsm";
688 qcom,smsm-edge = <1>;
689 qcom,smsm-irq-offset = <0x8>;
690 qcom,smsm-irq-bitmask = <0x200>;
691 interrupts = <0 157 1>;
David Ngb715e322012-12-01 12:57:08 -0800692 };
Jeff Hugo7f9705b62012-10-12 10:38:26 -0600693
694 qcom,smd-wcnss {
695 compatible = "qcom,smd";
696 qcom,smd-edge = <6>;
697 qcom,smd-irq-offset = <0x8>;
698 qcom,smd-irq-bitmask = <0x20000>;
699 qcom,pil-string = "wcnss";
700 interrupts = <0 142 1>;
David Ngb715e322012-12-01 12:57:08 -0800701 };
Jeff Hugo7f9705b62012-10-12 10:38:26 -0600702
703 qcom,smsm-wcnss {
704 compatible = "qcom,smsm";
705 qcom,smsm-edge = <6>;
706 qcom,smsm-irq-offset = <0x8>;
707 qcom,smsm-irq-bitmask = <0x80000>;
708 interrupts = <0 144 1>;
David Ngb715e322012-12-01 12:57:08 -0800709 };
Jeff Hugo7f9705b62012-10-12 10:38:26 -0600710
711 qcom,smd-rpm {
712 compatible = "qcom,smd";
713 qcom,smd-edge = <15>;
714 qcom,smd-irq-offset = <0x8>;
715 qcom,smd-irq-bitmask = <0x1>;
716 interrupts = <0 168 1>;
717 qcom,irq-no-suspend;
David Ngb715e322012-12-01 12:57:08 -0800718 };
Jeff Hugo7f9705b62012-10-12 10:38:26 -0600719 };
720
Praveen Chidambaramc8af25e2012-12-19 11:27:36 -0700721 rpm_bus: qcom,rpm-smd {
722 compatible = "qcom,rpm-smd";
723 rpm-channel-name = "rpm_requests";
724 rpm-channel-type = <15>; /* SMD_APPS_RPM */
Praveen Chidambaramc8af25e2012-12-19 11:27:36 -0700725 };
726
Jennifer Liu86687d52013-05-29 15:51:40 -0700727 qcom,bcl {
728 compatible = "qcom,bcl";
729 };
730
Pratibhasagar Vc20526a2013-10-09 18:59:45 +0530731 rmtfs_sharedmem {
732 compatible = "qcom,sharedmem-uio";
733 reg = <0x0fd80000 0x00180000>;
734 reg-names = "rmtfs";
735 };
736
737 dsp_sharedmem {
738 compatible = "qcom,sharedmem-uio";
739 reg = <0x0fd60000 0x00020000>;
740 reg-names = "rfsa_dsp";
741 };
742
743 mdm_sharedmem {
744 compatible = "qcom,sharedmem-uio";
745 reg = <0x0fd60000 0x00020000>;
746 reg-names = "rfsa_mdm";
747 };
748
Asutosh Das99912e62012-12-06 12:38:46 +0530749 sdcc1: qcom,sdcc@f9824000 {
750 cell-index = <1>; /* SDC1 eMMC slot */
751 compatible = "qcom,msm-sdcc";
752
Asutosh Das6b82fc52012-11-23 12:00:26 +0530753 reg = <0xf9824000 0x800>,
754 <0xf9824800 0x100>,
755 <0xf9804000 0x7000>;
756 reg-names = "core_mem", "dml_mem", "bam_mem";
757 interrupts = <0 123 0>, <0 137 0>;
758 interrupt-names = "core_irq", "bam_irq";
Asutosh Das99912e62012-12-06 12:38:46 +0530759
760 qcom,bus-width = <8>;
Krishna Konda9fc6aeb2013-06-11 20:26:16 -0700761
762 qcom,msm-bus,name = "sdcc1";
763 qcom,msm-bus,num-cases = <8>;
764 qcom,msm-bus,num-paths = <1>;
765 qcom,msm-bus,vectors-KBps = <78 512 0 0>, /* No vote */
766 <78 512 1600 3200>, /* 400 KB/s*/
767 <78 512 80000 160000>, /* 20 MB/s */
768 <78 512 100000 200000>, /* 25 MB/s */
769 <78 512 200000 400000>, /* 50 MB/s */
770 <78 512 400000 800000>, /* 100 MB/s */
771 <78 512 400000 800000>, /* 200 MB/s */
772 <78 512 2048000 4096000>; /* Max. bandwidth */
773 qcom,bus-bw-vectors-bps = <0 400000 20000000 25000000 50000000
774 100000000 200000000 4294967295>;
775
Asutosh Das99912e62012-12-06 12:38:46 +0530776 status = "disabled";
777 };
778
Sahitya Tummala9e001362013-03-28 11:00:55 +0530779 sdhc_1: sdhci@f9824900 {
780 compatible = "qcom,sdhci-msm";
781 reg = <0xf9824900 0x11c>, <0xf9824000 0x800>;
782 reg-names = "hc_mem", "core_mem";
783
784 interrupts = <0 123 0>, <0 138 0>;
785 interrupt-names = "hc_irq", "pwr_irq";
786
787 qcom,bus-width = <8>;
Krishna Konda9fc6aeb2013-06-11 20:26:16 -0700788
789 qcom,msm-bus,name = "sdhc1";
790 qcom,msm-bus,num-cases = <8>;
791 qcom,msm-bus,num-paths = <1>;
792 qcom,msm-bus,vectors-KBps = <78 512 0 0>, /* No vote */
793 <78 512 1600 3200>, /* 400 KB/s*/
794 <78 512 80000 160000>, /* 20 MB/s */
795 <78 512 100000 200000>, /* 25 MB/s */
796 <78 512 200000 400000>, /* 50 MB/s */
797 <78 512 400000 800000>, /* 100 MB/s */
798 <78 512 400000 800000>, /* 200 MB/s */
799 <78 512 2048000 4096000>; /* Max. bandwidth */
800 qcom,bus-bw-vectors-bps = <0 400000 20000000 25000000 50000000
801 100000000 200000000 4294967295>;
802
Sahitya Tummala9e001362013-03-28 11:00:55 +0530803 status = "disabled";
804 };
805
Asutosh Das99912e62012-12-06 12:38:46 +0530806 sdcc2: qcom,sdcc@f98a4000 {
807 cell-index = <2>; /* SDC2 SD card slot */
808 compatible = "qcom,msm-sdcc";
809
Asutosh Das6b82fc52012-11-23 12:00:26 +0530810 reg = <0xf98a4000 0x800>,
811 <0xf98a4800 0x100>,
812 <0xf9884000 0x7000>;
813 reg-names = "core_mem", "dml_mem", "bam_mem";
814 interrupts = <0 125 0>, <0 220 0>;
815 interrupt-names = "core_irq", "bam_irq";
Asutosh Das99912e62012-12-06 12:38:46 +0530816
817 qcom,bus-width = <4>;
Krishna Konda9fc6aeb2013-06-11 20:26:16 -0700818
819 qcom,msm-bus,name = "sdcc2";
820 qcom,msm-bus,num-cases = <8>;
821 qcom,msm-bus,num-paths = <1>;
822 qcom,msm-bus,vectors-KBps = <81 512 0 0>, /* No vote */
823 <81 512 1600 3200>, /* 400 KB/s*/
824 <81 512 80000 160000>, /* 20 MB/s */
825 <81 512 100000 200000>, /* 25 MB/s */
826 <81 512 200000 400000>, /* 50 MB/s */
827 <81 512 400000 800000>, /* 100 MB/s */
828 <81 512 400000 800000>, /* 200 MB/s */
829 <81 512 2048000 4096000>; /* Max. bandwidth */
830 qcom,bus-bw-vectors-bps = <0 400000 20000000 25000000 50000000
831 100000000 200000000 4294967295>;
832
Asutosh Das99912e62012-12-06 12:38:46 +0530833 status = "disabled";
834 };
Kenneth Heitkee5804002012-11-15 17:50:07 -0700835
Sahitya Tummala9e001362013-03-28 11:00:55 +0530836 sdhc_2: sdhci@f98a4900 {
837 compatible = "qcom,sdhci-msm";
838 reg = <0xf98a4900 0x11c>, <0xf98a4000 0x800>;
839 reg-names = "hc_mem", "core_mem";
840
841 interrupts = <0 125 0>, <0 221 0>;
842 interrupt-names = "hc_irq", "pwr_irq";
843
844 qcom,bus-width = <4>;
Krishna Konda9fc6aeb2013-06-11 20:26:16 -0700845
846 qcom,msm-bus,name = "sdhc2";
847 qcom,msm-bus,num-cases = <8>;
848 qcom,msm-bus,num-paths = <1>;
849 qcom,msm-bus,vectors-KBps = <81 512 0 0>, /* No vote */
850 <81 512 1600 3200>, /* 400 KB/s*/
851 <81 512 80000 160000>, /* 20 MB/s */
852 <81 512 100000 200000>, /* 25 MB/s */
853 <81 512 200000 400000>, /* 50 MB/s */
854 <81 512 400000 800000>, /* 100 MB/s */
855 <81 512 400000 800000>, /* 200 MB/s */
856 <81 512 2048000 4096000>; /* Max. bandwidth */
857 qcom,bus-bw-vectors-bps = <0 400000 20000000 25000000 50000000
858 100000000 200000000 4294967295>;
859
Sahitya Tummala9e001362013-03-28 11:00:55 +0530860 status = "disabled";
861 };
862
Krishna Kondaf92e4262013-07-08 16:21:57 -0700863 sdcc3: qcom,sdcc@f9864000 {
864 cell-index = <3>;
865 compatible = "qcom,msm-sdcc";
866 reg = <0xf9864000 0x800>,
867 <0xf9864800 0x100>,
868 <0xf9844000 0x7000>;
869 reg-names = "core_mem", "dml_mem", "bam_mem";
870
871 qcom,bus-width = <4>;
872 gpios = <&msmgpio 44 0>, /* CLK */
873 <&msmgpio 43 0>, /* CMD */
874 <&msmgpio 42 0>, /* DATA0 */
875 <&msmgpio 41 0>, /* DATA1 */
876 <&msmgpio 40 0>, /* DATA2 */
877 <&msmgpio 39 0>; /* DATA3 */
878 qcom,gpio-names = "CLK", "CMD", "DAT0", "DAT1", "DAT2", "DAT3";
879
880 qcom,clk-rates = <400000 20000000 25000000 50000000 100000000>;
881
882 qcom,msm-bus,name = "sdcc3";
883 qcom,msm-bus,num-cases = <8>;
884 qcom,msm-bus,num-paths = <1>;
885 qcom,msm-bus,vectors-KBps = <79 512 0 0>, /* No vote */
886 <79 512 1600 3200>, /* 400 KB/s*/
887 <79 512 80000 160000>, /* 20 MB/s */
888 <79 512 100000 200000>, /* 25 MB/s */
889 <79 512 200000 400000>, /* 50 MB/s */
890 <79 512 400000 800000>, /* 100 MB/s */
891 <79 512 400000 800000>, /* 200 MB/s */
892 <79 512 2048000 4096000>; /* Max. bandwidth */
893 qcom,bus-bw-vectors-bps = <0 400000 20000000 25000000 50000000
894 100000000 200000000 4294967295>;
895
896 #address-cells = <0>;
897 interrupt-parent = <&sdcc3>;
898 interrupts = <0 1 2>;
899 #interrupt-cells = <1>;
900 interrupt-map-mask = <0xffffffff>;
901 interrupt-map = <0 &intc 0 127 0
902 1 &intc 0 223 0
903 2 &msmgpio 41 0x8>;
904 interrupt-names = "core_irq", "bam_irq", "sdiowakeup_irq";
905
906 status = "disabled";
907 };
908
909 sdhc_3: sdhci@f9864900 {
910 compatible = "qcom,sdhci-msm";
911 reg = <0xf9864900 0x11c>, <0xf9864000 0x800>;
912 reg-names = "hc_mem", "core_mem";
913
914 qcom,bus-width = <4>;
915 gpios = <&msmgpio 44 0>, /* CLK */
916 <&msmgpio 43 0>, /* CMD */
917 <&msmgpio 42 0>, /* DATA0 */
918 <&msmgpio 41 0>, /* DATA1 */
919 <&msmgpio 40 0>, /* DATA2 */
920 <&msmgpio 39 0>; /* DATA3 */
921 qcom,gpio-names = "CLK", "CMD", "DAT0", "DAT1", "DAT2", "DAT3";
922
923 qcom,clk-rates = <400000 20000000 25000000 50000000 100000000>;
924
925 qcom,msm-bus,name = "sdhc3";
926 qcom,msm-bus,num-cases = <8>;
927 qcom,msm-bus,num-paths = <1>;
928 qcom,msm-bus,vectors-KBps = <79 512 0 0>, /* No vote */
929 <79 512 1600 3200>, /* 400 KB/s*/
930 <79 512 80000 160000>, /* 20 MB/s */
931 <79 512 100000 200000>, /* 25 MB/s */
932 <79 512 200000 400000>, /* 50 MB/s */
933 <79 512 400000 800000>, /* 100 MB/s */
934 <79 512 400000 800000>, /* 200 MB/s */
935 <79 512 2048000 4096000>; /* Max. bandwidth */
936 qcom,bus-bw-vectors-bps = <0 400000 20000000 25000000 50000000
937 100000000 200000000 4294967295>;
938
939 #address-cells = <0>;
940 interrupt-parent = <&sdhc_3>;
941 interrupts = <0 1 2>;
942 #interrupt-cells = <1>;
943 interrupt-map-mask = <0xffffffff>;
944 interrupt-map = <0 &intc 0 127 0
945 1 &intc 0 224 0
946 2 &msmgpio 41 0x8>;
947 interrupt-names = "hc_irq", "pwr_irq", "sdiowakeup_irq";
948
949 status = "disabled";
950 };
951
Kenneth Heitkee5804002012-11-15 17:50:07 -0700952 spmi_bus: qcom,spmi@fc4c0000 {
953 cell-index = <0>;
954 compatible = "qcom,spmi-pmic-arb";
Kenneth Heitke366b8a42012-12-18 13:51:37 -0700955 reg-names = "core", "intr", "cnfg";
Kenneth Heitkee5804002012-11-15 17:50:07 -0700956 reg = <0xfc4cf000 0x1000>,
Kenneth Heitke366b8a42012-12-18 13:51:37 -0700957 <0Xfc4cb000 0x1000>,
958 <0Xfc4ca000 0x1000>;
Kenneth Heitkee5804002012-11-15 17:50:07 -0700959 /* 190,ee0_krait_hlos_spmi_periph_irq */
960 /* 187,channel_0_krait_hlos_trans_done_irq */
961 interrupts = <0 190 0>, <0 187 0>;
Kenneth Heitkee5804002012-11-15 17:50:07 -0700962 qcom,pmic-arb-ee = <0>;
963 qcom,pmic-arb-channel = <0>;
Kenneth Heitkee5804002012-11-15 17:50:07 -0700964 };
965
Madan Mohan Koyyalamudi2d7c6f52013-06-19 17:49:45 -0700966 i2c@f9925000 { /* BLSP-1 QUP-3 */
967 cell-index = <2>;
968 compatible = "qcom,i2c-qup";
969 reg = <0xf9925000 0x1000>;
970 #address-cells = <1>;
971 #size-cells = <0>;
972 reg-names = "qup_phys_addr";
973 interrupts = <0 97 0>;
974 interrupt-names = "qup_err_intr";
975 qcom,i2c-bus-freq = <400000>;
976 qcom,i2c-src-freq = <19200000>;
Houston Hoffmanbf7baa92013-11-27 10:53:23 -0800977 qcom,sda-gpio = <&msmgpio 10 0>;
978 qcom,scl-gpio = <&msmgpio 11 0>;
979 qcom,master-id = <86>;
Madan Mohan Koyyalamudi2d7c6f52013-06-19 17:49:45 -0700980 };
Ke Liuee28af42013-11-07 16:40:00 -0800981 i2c_0: i2c@f9926000 { /* BLSP-1 QUP-4 */
Gilad Avidov28e18eb2012-11-21 18:13:25 -0700982 cell-index = <0>;
983 compatible = "qcom,i2c-qup";
984 reg = <0xf9926000 0x1000>;
985 #address-cells = <1>;
986 #size-cells = <0>;
987 reg-names = "qup_phys_addr";
988 interrupts = <0 98 0>;
989 interrupt-names = "qup_err_intr";
990 qcom,i2c-bus-freq = <100000>;
Ke Liuee28af42013-11-07 16:40:00 -0800991 qcom,i2c-src-freq = <19200000>;
992 qcom,master-id = <86>;
Gilad Avidov28e18eb2012-11-21 18:13:25 -0700993 };
Patrick Daly99a52ca2012-10-23 12:00:45 -0700994
Amy Maloche41708ba2013-03-03 15:19:27 -0800995 i2c@f9927000 { /* BLSP1 QUP5 */
996 cell-index = <5>;
997 compatible = "qcom,i2c-qup";
998 #address-cells = <1>;
999 #size-cells = <0>;
1000 reg-names = "qup_phys_addr";
1001 reg = <0xf9927000 0x1000>;
1002 interrupt-names = "qup_err_intr";
1003 interrupts = <0 99 0>;
Amy Maloche118e5d62013-05-01 14:53:35 -07001004 qcom,i2c-bus-freq = <384000>;
Amy Maloche41708ba2013-03-03 15:19:27 -08001005 qcom,i2c-src-freq = <19200000>;
Amy Malochebf346092013-07-31 12:57:28 -07001006 qcom,sda-gpio = <&msmgpio 18 0>;
1007 qcom,scl-gpio = <&msmgpio 19 0>;
Amy Maloche41708ba2013-03-03 15:19:27 -08001008 };
1009
Patrick Daly784c5f62013-07-23 19:33:32 -07001010 qcom,clock-a7@f9011050 {
1011 compatible = "qcom,clock-a7-8226";
Patrick Daly4fd80f42013-06-18 11:09:15 -07001012 reg = <0xf9011050 0x8>;
Patrick Daly784c5f62013-07-23 19:33:32 -07001013 reg-names = "rcg-base";
1014 clock-names = "clk-4", "clk-5";
1015 qcom,speed0-bin-v0 =
1016 < 0 0>,
Ke Liu9102dcf2014-02-10 11:50:28 -08001017 < 384000000 1>,
1018 < 787200000 2>,
1019 <1190400000 3>;
Patrick Daly784c5f62013-07-23 19:33:32 -07001020
1021 cpu-vdd-supply = <&apc_vreg_corner>;
1022 };
1023
Saravana Kannan4bbc9932013-11-24 03:45:00 -08001024 qcom,cpubw {
1025 compatible = "qcom,cpubw";
1026 qcom,cpu-mem-ports = <1 512>;
1027 qcom,bw-tbl =
1028 < 1525 /* 200 MHz */ >,
1029 < 2441 /* 320 MHz */ >,
1030 < 3051 /* 400 MHz */ >,
1031 < 4066 /* 533 MHz */ >;
1032 };
1033
Patrick Daly784c5f62013-07-23 19:33:32 -07001034 qcom,msm-cpufreq@0 {
1035 reg = <0 4>;
1036 compatible = "qcom,msm-cpufreq";
Patrick Daly784c5f62013-07-23 19:33:32 -07001037 qcom,cpufreq-table =
Saravana Kannan4bbc9932013-11-24 03:45:00 -08001038 < 300000 1525 >,
1039 < 384000 1525 >,
1040 < 600000 1525 >,
1041 < 787200 3051 >,
1042 < 998400 4066 >,
1043 < 1094400 4066 >,
1044 < 1190400 4066 >,
1045 < 1305600 4066 >,
1046 < 1344000 4066 >,
1047 < 1401600 4066 >,
1048 < 1497600 4066 >,
Patrick Dalycd999822014-01-17 15:16:52 -08001049 < 1593600 4066 >,
1050 < 1689600 4066 >,
1051 < 1785600 4066 >;
Patrick Daly99a52ca2012-10-23 12:00:45 -07001052 };
Mitchel Humpherys00beacf2012-10-11 13:53:43 -07001053
1054 qcom,ocmem@fdd00000 {
1055 compatible = "qcom,msm-ocmem";
1056 reg = <0xfdd00000 0x2000>,
1057 <0xfdd02000 0x2000>,
1058 <0xfe039000 0x400>,
Mitchel Humpherys1da744d2013-03-08 17:20:41 -08001059 <0xfec00000 0x20000>;
Mitchel Humpherys00beacf2012-10-11 13:53:43 -07001060 reg-names = "ocmem_ctrl_physical", "dm_ctrl_physical", "br_ctrl_physical", "ocmem_physical";
1061 interrupts = <0 76 0 0 77 0>;
1062 interrupt-names = "ocmem_irq", "dm_irq";
1063 qcom,ocmem-num-regions = <0x1>;
1064 qcom,ocmem-num-macros = <0x2>;
1065 qcom,resource-type = <0x706d636f>;
1066 #address-cells = <1>;
1067 #size-cells = <1>;
Mitchel Humpherys1da744d2013-03-08 17:20:41 -08001068 ranges = <0x0 0xfec00000 0x20000>;
Mitchel Humpherys00beacf2012-10-11 13:53:43 -07001069
1070 partition@0 {
Mitchel Humpherys1da744d2013-03-08 17:20:41 -08001071 reg = <0x0 0x20000>;
Mitchel Humpherys00beacf2012-10-11 13:53:43 -07001072 qcom,ocmem-part-name = "graphics";
Mitchel Humpherys1da744d2013-03-08 17:20:41 -08001073 qcom,ocmem-part-min = <0x20000>;
Mitchel Humpherys00beacf2012-10-11 13:53:43 -07001074 };
1075 };
1076
Patrick Dalyb83f0b02013-01-09 12:36:19 -08001077 qcom,venus@fdce0000 {
1078 compatible = "qcom,pil-venus";
1079 reg = <0xfdce0000 0x4000>,
1080 <0xfdc80000 0x400>;
1081 reg-names = "wrapper_base", "vbif_base";
1082 vdd-supply = <&gdsc_venus>;
1083
1084 qcom,firmware-name = "venus";
1085 };
Patrick Daly1e3bc6c2013-01-09 12:34:25 -08001086
1087 qcom,pronto@fb21b000 {
1088 compatible = "qcom,pil-pronto";
1089 reg = <0xfb21b000 0x3000>,
1090 <0xfc401700 0x4>,
1091 <0xfd485300 0xc>;
1092 reg-names = "pmu_base", "clk_base", "halt_base";
1093 interrupts = <0 149 1>;
David Keitel7184c6e2013-02-11 13:23:04 -08001094 vdd_pronto_pll-supply = <&pm8226_l8>;
Patrick Daly1e3bc6c2013-01-09 12:34:25 -08001095
1096 qcom,firmware-name = "wcnss";
Sameer Thalappil5c2c41b2013-04-02 11:08:21 -07001097
Sameer Thalappil4ba86302013-04-05 17:36:54 -07001098 /* GPIO inputs from wcnss */
Sameer Thalappil5c2c41b2013-04-02 11:08:21 -07001099 qcom,gpio-err-fatal = <&smp2pgpio_ssr_smp2p_4_in 0 0>;
Sameer Thalappilb1e03c02013-04-29 14:52:00 -07001100 qcom,gpio-err-ready = <&smp2pgpio_ssr_smp2p_4_in 1 0>;
Sameer Thalappil4ba86302013-04-05 17:36:54 -07001101 qcom,gpio-proxy-unvote = <&smp2pgpio_ssr_smp2p_4_in 2 0>;
Sameer Thalappil5c2c41b2013-04-02 11:08:21 -07001102
1103 /* GPIO output to wcnss */
1104 qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_4_out 0 0>;
Patrick Daly1e3bc6c2013-01-09 12:34:25 -08001105 };
Neeti Desai1f7ca2d2012-11-21 13:25:57 -08001106
Sheng Fang0a85b0d2013-03-19 08:16:51 +08001107 qcom,iris-fm {
1108 compatible = "qcom,iris_fm";
1109 };
1110
Patrick Daly4df59842013-01-09 12:31:40 -08001111 qcom,lpass@fe200000 {
1112 compatible = "qcom,pil-q6v5-lpass";
1113 reg = <0xfe200000 0x00100>,
Matt Wagantall015b50af2013-03-05 18:51:16 -08001114 <0xfd485100 0x00010>,
1115 <0xfc4016c0 0x00004>;
1116 reg-names = "qdsp6_base", "halt_base", "restart_reg";
David Keitelf4c8b8b2013-02-25 15:25:27 -08001117 vdd_cx-supply = <&pm8226_s1_corner>;
Patrick Daly4df59842013-01-09 12:31:40 -08001118 interrupts = <0 162 1>;
1119
1120 qcom,firmware-name = "adsp";
Ravishankar Sarawadi2e8ac7d2013-03-28 15:23:30 -07001121
Ravishankar Sarawadiab203a82013-04-09 18:46:11 -07001122 /* GPIO inputs from lpass */
Ravishankar Sarawadi2e8ac7d2013-03-28 15:23:30 -07001123 qcom,gpio-err-fatal = <&smp2pgpio_ssr_smp2p_2_in 0 0>;
Ravishankar Sarawadiab203a82013-04-09 18:46:11 -07001124 qcom,gpio-proxy-unvote = <&smp2pgpio_ssr_smp2p_2_in 2 0>;
Ravishankar Sarawadi7edc9d72013-04-09 18:15:03 -07001125 qcom,gpio-err-ready = <&smp2pgpio_ssr_smp2p_2_in 1 0>;
Ravishankar Sarawadi2e8ac7d2013-03-28 15:23:30 -07001126
1127 /* GPIO output to lpass */
1128 qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_2_out 0 0>;
Patrick Daly4df59842013-01-09 12:31:40 -08001129 };
1130
Patrick Daly742337f2013-01-29 12:06:06 -08001131 qcom,mss@fc880000 {
1132 compatible = "qcom,pil-q6v5-mss";
1133 reg = <0xfc880000 0x100>,
1134 <0xfd485000 0x400>,
1135 <0xfc820000 0x020>,
1136 <0xfc401680 0x004>,
Patrick Daly742337f2013-01-29 12:06:06 -08001137 <0xfd485194 0x4>;
1138 reg-names = "qdsp6_base", "halt_base", "rmb_base",
Matt Wagantall724b2bb2013-03-18 14:54:06 -07001139 "restart_reg", "cxrail_bhs_reg";
Patrick Daly742337f2013-01-29 12:06:06 -08001140
1141 interrupts = <0 24 1>;
Patrick Daly742337f2013-01-29 12:06:06 -08001142 vdd_cx-supply = <&pm8226_s1_corner>;
1143 vdd_mx-supply = <&pm8226_l3>;
1144 vdd_pll-supply = <&pm8226_l8>;
1145 qcom,vdd_pll = <1800000>;
1146
1147 qcom,is-loadable;
1148 qcom,firmware-name = "mba";
1149 qcom,pil-self-auth;
Patrick Dalyfe258e22013-03-22 21:02:14 -07001150
Seemanta Duttaa0f253e2013-01-16 18:54:40 -08001151 /* GPIO inputs from mss */
Patrick Dalyfe258e22013-03-22 21:02:14 -07001152 qcom,gpio-err-fatal = <&smp2pgpio_ssr_smp2p_1_in 0 0>;
Seemanta Dutta9fb72ed2013-01-25 14:22:15 -08001153 qcom,gpio-err-ready = <&smp2pgpio_ssr_smp2p_1_in 1 0>;
Seemanta Duttaa0f253e2013-01-16 18:54:40 -08001154 qcom,gpio-proxy-unvote = <&smp2pgpio_ssr_smp2p_1_in 2 0>;
Seemanta Dutta0adbbf02013-03-12 17:26:17 -07001155 qcom,gpio-stop-ack = <&smp2pgpio_ssr_smp2p_1_in 3 0>;
Patrick Dalyfe258e22013-03-22 21:02:14 -07001156
1157 /* GPIO output to mss */
1158 qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_1_out 0 0>;
Patrick Daly742337f2013-01-29 12:06:06 -08001159 };
1160
Neeti Desaif82314e2013-08-09 15:59:54 -07001161 memory_hole: qcom,msm-mem-hole {
Neeti Desai1f7ca2d2012-11-21 13:25:57 -08001162 compatible = "qcom,msm-mem-hole";
Neeti Desai183b33d2013-08-09 14:58:38 -07001163 qcom,memblock-remove = <0x08400000 0x4000000
1164 0x0d200000 0x2300000
1165 0x0fa00000 0x500000>; /* Address and Size of Hole */
Neeti Desai1f7ca2d2012-11-21 13:25:57 -08001166 };
Siddartha Mohanadossfcd98562013-02-13 08:53:22 -08001167
1168 tsens: tsens@fc4a8000 {
1169 compatible = "qcom,msm-tsens";
1170 reg = <0xfc4a8000 0x2000>,
Siddartha Mohanadoss6ddc1922013-07-08 17:40:11 -07001171 <0xfc4bc000 0x1000>;
Siddartha Mohanadossfcd98562013-02-13 08:53:22 -08001172 reg-names = "tsens_physical", "tsens_eeprom_physical";
1173 interrupts = <0 184 0>;
Siddartha Mohanadoss9a4e94a2013-03-06 19:15:59 -08001174 qcom,sensors = <4>;
1175 qcom,slope = <2901 2846 3038 2955>;
Siddartha Mohanadossfcd98562013-02-13 08:53:22 -08001176 qcom,calib-mode = "fuse_map2";
1177 };
Praveen Chidambarama03bda52013-02-12 21:23:13 -07001178
1179 qcom,msm-thermal {
1180 compatible = "qcom,msm-thermal";
1181 qcom,sensor-id = <0>;
1182 qcom,poll-ms = <250>;
1183 qcom,limit-temp = <60>;
1184 qcom,temp-hysteresis = <10>;
1185 qcom,freq-step = <2>;
Praveen Chidambarama7435ce2013-05-03 12:52:42 -06001186 qcom,freq-control-mask = <0xf>;
Jennifer Liu003438d2013-06-21 11:24:20 -07001187 qcom,core-limit-temp = <80>;
1188 qcom,core-temp-hysteresis = <10>;
1189 qcom,core-control-mask = <0xe>;
Jennifer Liuf2515e32013-09-24 10:28:22 -07001190 qcom,hotplug-temp = <110>;
1191 qcom,hotplug-temp-hysteresis = <20>;
1192 qcom,cpu-sensors = "tsens_tz_sensor5", "tsens_tz_sensor5",
1193 "tsens_tz_sensor2", "tsens_tz_sensor2";
Jennifer Liu53bb5642013-06-26 10:42:42 -07001194 qcom,vdd-restriction-temp = <5>;
1195 qcom,vdd-restriction-temp-hysteresis = <10>;
1196 vdd-dig-supply = <&pm8226_s1_floor_corner>;
1197
1198 qcom,vdd-dig-rstr{
1199 qcom,vdd-rstr-reg = "vdd-dig";
1200 qcom,levels = <5 7 7>; /* Nominal, Super Turbo, Super Turbo */
1201 qcom,min-level = <1>; /* No Request */
1202 };
1203
1204 qcom,vdd-apps-rstr{
1205 qcom,vdd-rstr-reg = "vdd-apps";
1206 qcom,levels = <600000 787200 998400>;
1207 qcom,freq-req;
1208 };
Praveen Chidambarama03bda52013-02-12 21:23:13 -07001209 };
1210
Gilad Avidovd59217c2013-02-01 13:45:59 -07001211 spi_0: spi@f9923000 { /* BLSP1 QUP1 */
1212 compatible = "qcom,spi-qup-v2";
1213 #address-cells = <1>;
1214 #size-cells = <0>;
1215 reg-names = "spi_physical", "spi_bam_physical";
1216 reg = <0xf9923000 0x1000>,
1217 <0xf9904000 0xF000>;
1218 interrupt-names = "spi_irq", "spi_bam_irq";
1219 interrupts = <0 95 0>, <0 238 0>;
1220 spi-max-frequency = <19200000>;
1221
Gilad Avidovcff4ca72013-07-01 17:35:36 -06001222 qcom,gpio-mosi = <&msmgpio 0 0>;
1223 qcom,gpio-miso = <&msmgpio 1 0>;
1224 qcom,gpio-clk = <&msmgpio 3 0>;
1225 qcom,gpio-cs0 = <&msmgpio 22 0>;
Gilad Avidovd59217c2013-02-01 13:45:59 -07001226
1227 qcom,infinite-mode = <0>;
1228 qcom,use-bam;
1229 qcom,ver-reg-exists;
1230 qcom,bam-consumer-pipe-index = <12>;
1231 qcom,bam-producer-pipe-index = <13>;
Gilad Avidovcff4ca72013-07-01 17:35:36 -06001232 qcom,master-id = <86>;
Gilad Avidovd59217c2013-02-01 13:45:59 -07001233 };
1234
Jeff Hugo72e10912013-03-05 11:17:38 -07001235 qcom,bam_dmux@fc834000 {
1236 compatible = "qcom,bam_dmux";
1237 reg = <0xfc834000 0x7000>;
1238 interrupts = <0 29 1>;
1239 };
Pushkar Joshi4f3aa0b2013-03-07 22:44:04 -08001240
1241 qcom,msm-rtb {
1242 compatible = "qcom,msm-rtb";
1243 qcom,memory-reservation-type = "EBI1";
1244 qcom,memory-reservation-size = <0x100000>; /* 1M EBI1 buffer */
1245 };
Hariprasad Dhalinarasimhaadf89cc2013-03-13 13:41:05 -07001246
Hariprasad Dhalinarasimhab548ee52013-03-11 19:06:30 -07001247 qcom,msm-rng@f9bff000 {
1248 compatible = "qcom,msm-rng";
1249 reg = <0xf9bff000 0x200>;
1250 qcom,msm-rng-iface-clk;
Hariprasad Dhalinarasimhae799fb72013-06-03 13:51:38 -07001251 qcom,msm-bus,name = "msm-rng-noc";
1252 qcom,msm-bus,num-cases = <2>;
1253 qcom,msm-bus,num-paths = <1>;
1254 qcom,msm-bus,vectors-KBps =
1255 <1 618 0 0>,
1256 <1 618 0 800>;
Hariprasad Dhalinarasimhab548ee52013-03-11 19:06:30 -07001257 };
Hariprasad Dhalinarasimhaadf89cc2013-03-13 13:41:05 -07001258
Hariprasad Dhalinarasimha4ba4d802013-03-21 13:03:09 -07001259 qcom,tz-log@fe805720 {
Hariprasad Dhalinarasimhaadf89cc2013-03-13 13:41:05 -07001260 compatible = "qcom,tz-log";
Hariprasad Dhalinarasimha4ba4d802013-03-21 13:03:09 -07001261 reg = <0x0fe805720 0x1000>;
Hariprasad Dhalinarasimhaadf89cc2013-03-13 13:41:05 -07001262 };
Pushkar Joshi85a53192013-03-11 11:15:15 -07001263
Pratik Patelf2945ef2013-06-13 23:52:05 -07001264 jtag_fuse: jtagfuse@fc4be024 {
1265 compatible = "qcom,jtag-fuse";
1266 reg = <0xfc4be024 0x8>;
1267 reg-names = "fuse-base";
1268 };
1269
Pushkar Joshi85a53192013-03-11 11:15:15 -07001270 jtag_mm0: jtagmm@fc33c000 {
1271 compatible = "qcom,jtag-mm";
1272 reg = <0xfc33c000 0x1000>,
1273 <0xfc330000 0x1000>;
1274 reg-names = "etm-base","debug-base";
1275 };
1276
1277 jtag_mm1: jtagmm@fc33d000 {
1278 compatible = "qcom,jtag-mm";
1279 reg = <0xfc33d000 0x1000>,
1280 <0xfc332000 0x1000>;
1281 reg-names = "etm-base","debug-base";
1282 };
1283
1284 jtag_mm2: jtagmm@fc33e000 {
1285 compatible = "qcom,jtag-mm";
1286 reg = <0xfc33e000 0x1000>,
1287 <0xfc334000 0x1000>;
1288 reg-names = "etm-base","debug-base";
1289 };
1290
1291 jtag_mm3: jtagmm@fc33f000 {
1292 compatible = "qcom,jtag-mm";
1293 reg = <0xfc33f000 0x1000>,
1294 <0xfc336000 0x1000>;
1295 reg-names = "etm-base","debug-base";
1296 };
Jeff Hugo2be6bb022013-03-11 10:17:34 -06001297
1298 qcom,ipc-spinlock@fd484000 {
1299 compatible = "qcom,ipc-spinlock-sfpb";
1300 reg = <0xfd484000 0x400>;
1301 qcom,num-locks = <8>;
1302 };
Hariprasad Dhalinarasimha805ea4d2013-03-14 11:16:12 -07001303
1304 qcom,qseecom@d980000 {
1305 compatible = "qcom,qseecom";
1306 reg = <0xd980000 0x256000>;
1307 reg-names = "secapp-region";
1308 qcom,disk-encrypt-pipe-pair = <2>;
1309 qcom,hlos-ce-hw-instance = <0>;
1310 qcom,qsee-ce-hw-instance = <0>;
Zhen Kongb231caa2014-01-08 09:39:02 -08001311 qcom,support-bus-scaling;
Hariprasad Dhalinarasimha805ea4d2013-03-14 11:16:12 -07001312 qcom,msm-bus,name = "qseecom-noc";
1313 qcom,msm-bus,num-cases = <4>;
1314 qcom,msm-bus,active-only = <0>;
1315 qcom,msm-bus,num-paths = <1>;
1316 qcom,msm-bus,vectors-KBps =
1317 <55 512 0 0>,
Zhen Kongb231caa2014-01-08 09:39:02 -08001318 <55 512 0 0>,
1319 <55 512 120000 1200000>,
1320 <55 512 393600 3936000>;
Hariprasad Dhalinarasimha805ea4d2013-03-14 11:16:12 -07001321 };
Hariprasad Dhalinarasimha75051f22013-03-19 15:08:50 -07001322
1323 qcom,qcrypto@fd404000 {
1324 compatible = "qcom,qcrypto";
1325 reg = <0xfd400000 0x20000>,
1326 <0xfd404000 0x8000>;
1327 reg-names = "crypto-base","crypto-bam-base";
1328 interrupts = <0 207 0>;
1329 qcom,bam-pipe-pair = <2>;
1330 qcom,ce-hw-instance = <0>;
1331 qcom,ce-hw-shared;
1332 qcom,msm-bus,name = "qcrypto-noc";
1333 qcom,msm-bus,num-cases = <2>;
1334 qcom,msm-bus,active-only = <0>;
1335 qcom,msm-bus,num-paths = <1>;
1336 qcom,msm-bus,vectors-KBps =
Hariprasad Dhalinarasimhaa2d749e2013-05-14 13:00:06 -07001337 <55 512 0 0>,
1338 <55 512 3936000 393600>;
Hariprasad Dhalinarasimha75051f22013-03-19 15:08:50 -07001339 };
1340
1341 qcom,qcedev@fd400000 {
1342 compatible = "qcom,qcedev";
1343 reg = <0xfd400000 0x20000>,
1344 <0xfd404000 0x8000>;
1345 reg-names = "crypto-base","crypto-bam-base";
1346 interrupts = <0 207 0>;
1347 qcom,bam-pipe-pair = <1>;
1348 qcom,ce-hw-instance = <0>;
1349 qcom,ce-hw-shared;
1350 qcom,msm-bus,name = "qcedev-noc";
1351 qcom,msm-bus,num-cases = <2>;
1352 qcom,msm-bus,active-only = <0>;
1353 qcom,msm-bus,num-paths = <1>;
1354 qcom,msm-bus,vectors-KBps =
Hariprasad Dhalinarasimhaa2d749e2013-05-14 13:00:06 -07001355 <55 512 0 0>,
1356 <55 512 3936000 393600>;
Hariprasad Dhalinarasimha75051f22013-03-19 15:08:50 -07001357 };
Neil Leeder45fb9f62013-06-04 10:46:41 -04001358
1359 cpu-pmu {
1360 compatible = "arm,cortex-a7-pmu";
1361 qcom,irq-is-percpu;
1362 interrupts = <1 7 0xf00>;
1363 };
Syed Rameez Mustafa332018f2012-10-11 18:01:59 -07001364};
David Collins37ddb972012-10-17 15:00:26 -07001365
Patrick Dalye8977aa2012-11-06 15:25:58 -08001366&gdsc_venus {
Matt Wagantallb8cba292013-04-11 15:45:17 -07001367 qcom,clock-names = "core_clk";
Patrick Dalye8977aa2012-11-06 15:25:58 -08001368 status = "ok";
1369};
1370
1371&gdsc_mdss {
Matt Wagantallb8cba292013-04-11 15:45:17 -07001372 qcom,clock-names = "core_clk", "lut_clk";
Patrick Dalye8977aa2012-11-06 15:25:58 -08001373 status = "ok";
1374};
1375
1376&gdsc_jpeg {
Matt Wagantallb8cba292013-04-11 15:45:17 -07001377 qcom,clock-names = "core_clk";
Patrick Dalye8977aa2012-11-06 15:25:58 -08001378 status = "ok";
1379};
1380
1381&gdsc_vfe {
Matt Wagantallb8cba292013-04-11 15:45:17 -07001382 qcom,clock-names = "core_clk", "csi_clk", "cpp_clk";
Patrick Dalye8977aa2012-11-06 15:25:58 -08001383 status = "ok";
1384};
1385
1386&gdsc_oxili_cx {
Matt Wagantallb8cba292013-04-11 15:45:17 -07001387 qcom,clock-names = "core_clk";
Patrick Dalye8977aa2012-11-06 15:25:58 -08001388 status = "ok";
1389};
1390
1391&gdsc_usb_hsic {
1392 status = "ok";
1393};
1394
David Keitel376b2682013-03-05 18:40:01 -08001395/include/ "msm-pm8226-rpm-regulator.dtsi"
Kenneth Heitkebea6ca22013-02-07 17:23:21 -07001396/include/ "msm-pm8226.dtsi"
David Keitel7184c6e2013-02-11 13:23:04 -08001397/include/ "msm8226-regulator.dtsi"
Siddartha Mohanadossae99e772013-02-19 15:44:40 -08001398
1399&pm8226_vadc {
1400 chan@0 {
1401 label = "usb_in";
1402 reg = <0>;
1403 qcom,decimation = <0>;
1404 qcom,pre-div-channel-scaling = <4>;
1405 qcom,calibration-type = "absolute";
1406 qcom,scale-function = <0>;
1407 qcom,hw-settle-time = <0>;
1408 qcom,fast-avg-setup = <0>;
1409 };
1410
1411 chan@2 {
1412 label = "vchg_sns";
1413 reg = <2>;
1414 qcom,decimation = <0>;
1415 qcom,pre-div-channel-scaling = <3>;
1416 qcom,calibration-type = "absolute";
1417 qcom,scale-function = <0>;
1418 qcom,hw-settle-time = <0>;
1419 qcom,fast-avg-setup = <0>;
1420 };
1421
1422 chan@5 {
1423 label = "vcoin";
1424 reg = <5>;
1425 qcom,decimation = <0>;
1426 qcom,pre-div-channel-scaling = <1>;
1427 qcom,calibration-type = "absolute";
1428 qcom,scale-function = <0>;
1429 qcom,hw-settle-time = <0>;
1430 qcom,fast-avg-setup = <0>;
1431 };
1432
1433 chan@6 {
1434 label = "vbat_sns";
1435 reg = <6>;
1436 qcom,decimation = <0>;
1437 qcom,pre-div-channel-scaling = <1>;
1438 qcom,calibration-type = "absolute";
1439 qcom,scale-function = <0>;
1440 qcom,hw-settle-time = <0>;
1441 qcom,fast-avg-setup = <0>;
1442 };
1443
1444 chan@7 {
1445 label = "vph_pwr";
1446 reg = <7>;
1447 qcom,decimation = <0>;
1448 qcom,pre-div-channel-scaling = <1>;
1449 qcom,calibration-type = "absolute";
1450 qcom,scale-function = <0>;
1451 qcom,hw-settle-time = <0>;
1452 qcom,fast-avg-setup = <0>;
1453 };
1454
1455 chan@30 {
1456 label = "batt_therm";
1457 reg = <0x30>;
1458 qcom,decimation = <0>;
1459 qcom,pre-div-channel-scaling = <0>;
1460 qcom,calibration-type = "ratiometric";
1461 qcom,scale-function = <1>;
Siddartha Mohanadoss74cece62013-02-22 10:07:30 -08001462 qcom,hw-settle-time = <2>;
Siddartha Mohanadossae99e772013-02-19 15:44:40 -08001463 qcom,fast-avg-setup = <0>;
1464 };
1465
1466 chan@31 {
1467 label = "batt_id";
1468 reg = <0x31>;
1469 qcom,decimation = <0>;
1470 qcom,pre-div-channel-scaling = <0>;
1471 qcom,calibration-type = "ratiometric";
1472 qcom,scale-function = <0>;
1473 qcom,hw-settle-time = <2>;
1474 qcom,fast-avg-setup = <0>;
1475 };
1476
1477 chan@b2 {
1478 label = "xo_therm_pu2";
1479 reg = <0xb2>;
1480 qcom,decimation = <0>;
1481 qcom,pre-div-channel-scaling = <0>;
1482 qcom,calibration-type = "ratiometric";
1483 qcom,scale-function = <4>;
Siddartha Mohanadoss74cece62013-02-22 10:07:30 -08001484 qcom,hw-settle-time = <2>;
Siddartha Mohanadossae99e772013-02-19 15:44:40 -08001485 qcom,fast-avg-setup = <0>;
1486 };
David Keitelc51a7e52013-03-02 00:14:48 -08001487
Siddartha Mohanadoss3cb76152013-04-12 16:17:02 -07001488 chan@39 {
1489 label = "usb_id_nopull";
1490 reg = <0x39>;
1491 qcom,decimation = <0>;
1492 qcom,pre-div-channel-scaling = <0>;
1493 qcom,calibration-type = "ratiometric";
1494 qcom,scale-function = <0>;
1495 qcom,hw-settle-time = <2>;
1496 qcom,fast-avg-setup = <0>;
1497 };
David Keitelc51a7e52013-03-02 00:14:48 -08001498};
1499
Siddartha Mohanadoss8aea3172013-05-09 11:49:37 -07001500&pm8226_adc_tm {
1501 /* Channel Node */
1502 chan@30 {
1503 label = "batt_therm";
1504 reg = <0x30>;
1505 qcom,decimation = <0>;
1506 qcom,pre-div-channel-scaling = <0>;
1507 qcom,calibration-type = "ratiometric";
1508 qcom,scale-function = <1>;
1509 qcom,hw-settle-time = <2>;
1510 qcom,fast-avg-setup = <3>;
1511 qcom,btm-channel-number = <0x48>;
Siddartha Mohanadoss58ffe0e2014-02-11 17:40:13 -08001512 qcom,meas-interval-timer-idx = <2>;
Siddartha Mohanadoss8aea3172013-05-09 11:49:37 -07001513 };
1514
1515 chan@8 {
1516 label = "die_temp";
1517 reg = <8>;
1518 qcom,decimation = <0>;
1519 qcom,pre-div-channel-scaling = <0>;
1520 qcom,calibration-type = "absolute";
1521 qcom,scale-function = <3>;
1522 qcom,hw-settle-time = <0>;
1523 qcom,fast-avg-setup = <3>;
1524 qcom,btm-channel-number = <0x68>;
1525 };
1526
1527 chan@6 {
1528 label = "vbat_sns";
1529 reg = <6>;
1530 qcom,decimation = <0>;
1531 qcom,pre-div-channel-scaling = <1>;
1532 qcom,calibration-type = "absolute";
1533 qcom,scale-function = <0>;
1534 qcom,hw-settle-time = <0>;
1535 qcom,fast-avg-setup = <3>;
1536 qcom,btm-channel-number = <0x70>;
1537 };
1538
1539 chan@14 {
1540 label = "pa_therm0";
1541 reg = <0x14>;
1542 qcom,decimation = <0>;
1543 qcom,pre-div-channel-scaling = <0>;
1544 qcom,calibration-type = "ratiometric";
1545 qcom,scale-function = <2>;
1546 qcom,hw-settle-time = <2>;
1547 qcom,fast-avg-setup = <0>;
1548 qcom,btm-channel-number = <0x78>;
1549 qcom,thermal-node;
1550 };
1551
1552 chan@17 {
1553 label = "pa_therm1";
1554 reg = <0x17>;
1555 qcom,decimation = <0>;
1556 qcom,pre-div-channel-scaling = <0>;
1557 qcom,calibration-type = "ratiometric";
1558 qcom,scale-function = <2>;
1559 qcom,hw-settle-time = <2>;
1560 qcom,fast-avg-setup = <0>;
1561 qcom,btm-channel-number = <0x80>;
1562 qcom,thermal-node;
1563 };
1564};
1565
David Keitelc51a7e52013-03-02 00:14:48 -08001566&pm8226_chg {
1567 status = "ok";
1568
David Keitele89d4782013-03-27 11:29:59 -07001569 qcom,chgr@1000 {
David Keitelc51a7e52013-03-02 00:14:48 -08001570 status = "ok";
1571 };
1572
David Keitele89d4782013-03-27 11:29:59 -07001573 qcom,buck@1100 {
David Keitelc51a7e52013-03-02 00:14:48 -08001574 status = "ok";
1575 };
1576
David Keitele89d4782013-03-27 11:29:59 -07001577 qcom,bat-if@1200 {
Fenglin Wu009098a2013-03-08 15:50:51 -08001578 status = "ok";
1579 };
1580
David Keitele89d4782013-03-27 11:29:59 -07001581 qcom,usb-chgpth@1300 {
David Keitelc51a7e52013-03-02 00:14:48 -08001582 status = "ok";
1583 };
1584
David Keitele89d4782013-03-27 11:29:59 -07001585 qcom,boost@1500 {
David Keitelc51a7e52013-03-02 00:14:48 -08001586 status = "ok";
1587 };
1588
1589 qcom,chg-misc@1600 {
1590 status = "ok";
1591 };
Siddartha Mohanadossae99e772013-02-19 15:44:40 -08001592};