blob: 5d9db55a950d1601a9793a69e7c378fd0db8d9f4 [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;
Mayank Rana5403e2a2013-02-26 11:18:39 +0530287
Manu Gautam41334e92013-06-04 17:49:25 +0530288 qcom,msm-bus,name = "usb";
Manu Gautam861c5852013-06-20 16:21:05 +0530289 qcom,msm-bus,num-cases = <3>;
Mayank Rana5403e2a2013-02-26 11:18:39 +0530290 qcom,msm-bus,num-paths = <1>;
291 qcom,msm-bus,vectors-KBps =
292 <87 512 0 0>,
Manu Gautam861c5852013-06-20 16:21:05 +0530293 <87 512 60000 960000>,
294 <87 512 6000 6000>;
Syed Rameez Mustafa332018f2012-10-11 18:01:59 -0700295 };
296
Mayank Ranaf8bfadb2013-07-25 12:01:25 +0530297 android_usb: android_usb@fe8050c8 {
Syed Rameez Mustafa332018f2012-10-11 18:01:59 -0700298 compatible = "qcom,android-usb";
Mayank Rana6bd9a272013-01-29 16:23:23 +0530299 reg = <0xfe8050c8 0xc8>;
Manu Gautam1bdb7802013-05-22 12:48:35 +0530300 qcom,android-usb-swfi-latency = <1>;
Mayank Rana5f864fa2013-11-11 14:21:05 +0530301 qcom,streaming-func = "rndis";
Syed Rameez Mustafa332018f2012-10-11 18:01:59 -0700302 };
303
Pavankumar Kondetic4cea362013-09-24 15:48:20 +0530304 hsic_host: hsic@f9a00000 {
305 status = "disabled";
306 compatible = "qcom,hsic-host";
307 reg = <0xf9a00000 0x400>;
308 #address-cells = <0>;
309 interrupt-parent = <&hsic_host>;
310 interrupts = <0 1 2>;
311 #interrupt-cells = <1>;
312 interrupt-map-mask = <0xffffffff>;
313 interrupt-map = <0 &intc 0 136 0
314 1 &intc 0 148 0
315 2 &msmgpio 115 0x8>;
316 interrupt-names = "core_irq", "async_irq", "wakeup";
317 hsic_vdd_dig-supply = <&pm8226_s1_corner>;
318 HSIC_GDSC-supply = <&gdsc_usb_hsic>;
319 hsic,strobe-gpio = <&msmgpio 115 0x00>;
320 hsic,data-gpio = <&msmgpio 116 0x00>;
321 hsic,ignore-cal-pad-config;
322 hsic,strobe-pad-offset = <0x2050>;
323 hsic,data-pad-offset = <0x2054>;
324 qcom,phy-susp-sof-workaround;
325 hsic,vdd-voltage-level = <1 5 7>;
326
327 qcom,msm-bus,name = "hsic";
328 qcom,msm-bus,num-cases = <2>;
329 qcom,msm-bus,num-paths = <1>;
330 qcom,msm-bus,vectors-KBps =
331 <85 512 0 0>,
332 <85 512 40000 160000>;
333 };
334
Bhalchandra Gajare555bceb2012-12-12 22:48:34 -0800335 wcd9xxx_intc: wcd9xxx-irq {
336 compatible = "qcom,wcd9xxx-irq";
337 interrupt-controller;
338 #interrupt-cells = <1>;
339 interrupt-parent = <&msmgpio>;
340 interrupts = <68 0>;
341 interrupt-names = "cdc-int";
342 };
343
Phani Kumar Uppalapati5f285bf2013-05-05 23:36:57 -0700344 slim_msm: slim@fe12f000 {
Bhalchandra Gajarefb785972012-12-06 19:25:10 -0800345 cell-index = <1>;
346 compatible = "qcom,slim-ngd";
347 reg = <0xfe12f000 0x35000>,
348 <0xfe104000 0x20000>;
349 reg-names = "slimbus_physical", "slimbus_bam_physical";
350 interrupts = <0 163 0>, <0 164 0>;
351 interrupt-names = "slimbus_irq", "slimbus_bam_irq";
Bhalchandra Gajare555bceb2012-12-12 22:48:34 -0800352
353 tapan_codec {
354 compatible = "qcom,tapan-slim-pgd";
355 elemental-addr = [00 01 E0 00 17 02];
356
357 interrupt-parent = <&wcd9xxx_intc>;
358 interrupts = <0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
359 17 18 19 20 21 22 23 24 25 26 27 28>;
360 qcom,cdc-reset-gpio = <&msmgpio 72 0>;
361
David Keitel7184c6e2013-02-11 13:23:04 -0800362 cdc-vdd-buck-supply = <&pm8226_s4>;
Bhalchandra Gajare482ef672013-06-20 15:28:59 -0700363 qcom,cdc-vdd-buck-voltage = <1800000 2150000>;
Bhalchandra Gajare555bceb2012-12-12 22:48:34 -0800364 qcom,cdc-vdd-buck-current = <650000>;
365
David Keitel7184c6e2013-02-11 13:23:04 -0800366 cdc-vdd-h-supply = <&pm8226_l6>;
Bhalchandra Gajare555bceb2012-12-12 22:48:34 -0800367 qcom,cdc-vdd-h-voltage = <1800000 1800000>;
368 qcom,cdc-vdd-h-current = <25000>;
369
David Keitel7184c6e2013-02-11 13:23:04 -0800370 cdc-vdd-px-supply = <&pm8226_l6>;
Bhalchandra Gajare555bceb2012-12-12 22:48:34 -0800371 qcom,cdc-vdd-px-voltage = <1800000 1800000>;
372 qcom,cdc-vdd-px-current = <25000>;
373
David Keitel7184c6e2013-02-11 13:23:04 -0800374 cdc-vdd-cx-supply = <&pm8226_l4>;
Bhalchandra Gajare555bceb2012-12-12 22:48:34 -0800375 qcom,cdc-vdd-cx-voltage = <1200000 1200000>;
Bhalchandra Gajare4962c6e2013-08-15 13:02:49 -0700376 qcom,cdc-vdd-cx-current = <2000>;
Bhalchandra Gajare555bceb2012-12-12 22:48:34 -0800377
Bhalchandra Gajare075e9c52013-07-03 14:23:48 -0700378 cdc-vdd-buckhelper-supply = <&pm8226_l25>;
379 qcom,cdc-vdd-buckhelper-voltage = <1775000 2125000>;
380 qcom,cdc-vdd-buckhelper-current = <10000>;
381
382 qcom,cdc-static-supplies = "cdc-vdd-h",
Joonwoo Park73239212013-04-10 15:11:06 -0700383 "cdc-vdd-px",
Joonwoo Park73239212013-04-10 15:11:06 -0700384 "cdc-vdd-cx";
385
Bhalchandra Gajare075e9c52013-07-03 14:23:48 -0700386 qcom,cdc-cp-supplies = "cdc-vdd-buck",
387 "cdc-vdd-buckhelper";
388
Bhalchandra Gajare555bceb2012-12-12 22:48:34 -0800389 qcom,cdc-micbias-ldoh-v = <0x3>;
390 qcom,cdc-micbias-cfilt1-mv = <1800>;
Phani Kumar Uppalapatiab0d98a2013-05-21 23:04:15 -0700391 qcom,cdc-micbias-cfilt2-mv = <2700>;
Bhalchandra Gajare555bceb2012-12-12 22:48:34 -0800392 qcom,cdc-micbias-cfilt3-mv = <1800>;
393
394 qcom,cdc-micbias1-cfilt-sel = <0x0>;
395 qcom,cdc-micbias2-cfilt-sel = <0x1>;
396 qcom,cdc-micbias3-cfilt-sel = <0x2>;
397
398 qcom,cdc-mclk-clk-rate = <9600000>;
399 qcom,cdc-slim-ifd = "tapan-slim-ifd";
400 qcom,cdc-slim-ifd-elemental-addr = [00 00 E0 00 17 02];
401 };
Bhalchandra Gajarefb785972012-12-06 19:25:10 -0800402 };
403
Bhalchandra Gajaree1915b82012-12-12 17:28:39 -0800404 qcom,msm-adsp-loader {
405 compatible = "qcom,adsp-loader";
406 qcom,adsp-state = <0>;
407 };
408
Bhalchandra Gajare03a40ec2012-12-17 11:38:28 -0800409 sound {
410 compatible = "qcom,msm8226-audio-tapan";
411 qcom,model = "msm8226-tapan-snd-card";
Bhalchandra Gajare03a40ec2012-12-17 11:38:28 -0800412 qcom,tapan-mclk-clk-freq = <9600000>;
Banajit Goswamif9921532013-05-10 11:24:52 -0700413 qcom,prim-auxpcm-gpio-clk = <&msmgpio 63 0>;
414 qcom,prim-auxpcm-gpio-sync = <&msmgpio 64 0>;
415 qcom,prim-auxpcm-gpio-din = <&msmgpio 65 0>;
416 qcom,prim-auxpcm-gpio-dout = <&msmgpio 66 0>;
417 qcom,prim-auxpcm-gpio-set = "prim-gpio-prim";
Bhalchandra Gajare03a40ec2012-12-17 11:38:28 -0800418 };
419
Phani Kumar Uppalapatic2f9c222013-05-09 19:17:58 -0700420 sound-9302 {
421 compatible = "qcom,msm8226-audio-tapan";
422 qcom,model = "msm8226-tapan9302-snd-card";
423 qcom,tapan-mclk-clk-freq = <9600000>;
424 qcom,prim-auxpcm-gpio-clk = <&msmgpio 63 0>;
425 qcom,prim-auxpcm-gpio-sync = <&msmgpio 64 0>;
426 qcom,prim-auxpcm-gpio-din = <&msmgpio 65 0>;
427 qcom,prim-auxpcm-gpio-dout = <&msmgpio 66 0>;
428 qcom,prim-auxpcm-gpio-set = "prim-gpio-prim";
429 qcom,tapan-codec-9302;
430 };
431
Krishnankutty Kolathappilly01a3f9b2013-12-12 17:00:15 -0800432 qti,msm-pcm {
433 compatible = "qti,msm-pcm-dsp";
434 qti,msm-pcm-dsp-id = <0>;
Bhalchandra Gajare03a40ec2012-12-17 11:38:28 -0800435 };
436
437 qcom,msm-pcm-routing {
438 compatible = "qcom,msm-pcm-routing";
439 };
440
Krishnankutty Kolathappilly01a3f9b2013-12-12 17:00:15 -0800441 qti,msm-pcm-low-latency {
442 compatible = "qti,msm-pcm-dsp";
443 qti,msm-pcm-dsp-id = <1>;
444 qti,msm-pcm-low-latency;
Krishnankutty Kolathappilly22dc25b2013-11-25 12:11:07 -0800445 qti,latency-level = "regular";
Bhalchandra Gajare18468a62013-03-11 18:32:49 -0700446 };
447
Bhalchandra Gajare03a40ec2012-12-17 11:38:28 -0800448 qcom,msm-pcm-lpa {
449 compatible = "qcom,msm-pcm-lpa";
450 };
451
452 qcom,msm-compr-dsp {
453 compatible = "qcom,msm-compr-dsp";
454 };
455
Haynes Mathew George1ccabc52013-09-17 14:36:48 -0700456 qcom,msm-compress-dsp {
457 compatible = "qcom,msm-compress-dsp";
458 };
459
Bhalchandra Gajare03a40ec2012-12-17 11:38:28 -0800460 qcom,msm-voip-dsp {
461 compatible = "qcom,msm-voip-dsp";
462 };
463
464 qcom,msm-pcm-voice {
465 compatible = "qcom,msm-pcm-voice";
466 };
467
468 qcom,msm-stub-codec {
469 compatible = "qcom,msm-stub-codec";
470 };
471
472 qcom,msm-dai-fe {
473 compatible = "qcom,msm-dai-fe";
474 };
475
476 qcom,msm-pcm-afe {
477 compatible = "qcom,msm-pcm-afe";
478 };
479
480 qcom,msm-dai-q6-hdmi {
481 compatible = "qcom,msm-dai-q6-hdmi";
482 qcom,msm-dai-q6-dev-id = <8>;
483 };
484
Venkat Sudhir178d1ae2013-09-11 14:05:09 -0700485 qcom,msm-lsm-client {
486 compatible = "qcom,msm-lsm-client";
487 };
488
Bhalchandra Gajare03a40ec2012-12-17 11:38:28 -0800489 qcom,msm-dai-q6 {
490 compatible = "qcom,msm-dai-q6";
491 qcom,msm-dai-q6-sb-0-rx {
492 compatible = "qcom,msm-dai-q6-dev";
493 qcom,msm-dai-q6-dev-id = <16384>;
494 };
495
496 qcom,msm-dai-q6-sb-0-tx {
497 compatible = "qcom,msm-dai-q6-dev";
498 qcom,msm-dai-q6-dev-id = <16385>;
499 };
500
501 qcom,msm-dai-q6-sb-1-rx {
502 compatible = "qcom,msm-dai-q6-dev";
503 qcom,msm-dai-q6-dev-id = <16386>;
504 };
505
506 qcom,msm-dai-q6-sb-1-tx {
507 compatible = "qcom,msm-dai-q6-dev";
508 qcom,msm-dai-q6-dev-id = <16387>;
509 };
510
511 qcom,msm-dai-q6-sb-3-rx {
512 compatible = "qcom,msm-dai-q6-dev";
513 qcom,msm-dai-q6-dev-id = <16390>;
514 };
515
516 qcom,msm-dai-q6-sb-3-tx {
517 compatible = "qcom,msm-dai-q6-dev";
518 qcom,msm-dai-q6-dev-id = <16391>;
519 };
520
521 qcom,msm-dai-q6-sb-4-rx {
522 compatible = "qcom,msm-dai-q6-dev";
523 qcom,msm-dai-q6-dev-id = <16392>;
524 };
525
526 qcom,msm-dai-q6-sb-4-tx {
527 compatible = "qcom,msm-dai-q6-dev";
528 qcom,msm-dai-q6-dev-id = <16393>;
529 };
530
Venkat Sudhir178d1ae2013-09-11 14:05:09 -0700531 qcom,msm-dai-q6-sb-5-tx {
532 compatible = "qcom,msm-dai-q6-dev";
533 qcom,msm-dai-q6-dev-id = <16395>;
534 };
535
Bhalchandra Gajare03a40ec2012-12-17 11:38:28 -0800536 qcom,msm-dai-q6-bt-sco-rx {
537 compatible = "qcom,msm-dai-q6-dev";
538 qcom,msm-dai-q6-dev-id = <12288>;
539 };
540
541 qcom,msm-dai-q6-bt-sco-tx {
542 compatible = "qcom,msm-dai-q6-dev";
543 qcom,msm-dai-q6-dev-id = <12289>;
544 };
545
546 qcom,msm-dai-q6-int-fm-rx {
547 compatible = "qcom,msm-dai-q6-dev";
548 qcom,msm-dai-q6-dev-id = <12292>;
549 };
550
551 qcom,msm-dai-q6-int-fm-tx {
552 compatible = "qcom,msm-dai-q6-dev";
553 qcom,msm-dai-q6-dev-id = <12293>;
554 };
555
556 qcom,msm-dai-q6-be-afe-pcm-rx {
557 compatible = "qcom,msm-dai-q6-dev";
558 qcom,msm-dai-q6-dev-id = <224>;
559 };
560
561 qcom,msm-dai-q6-be-afe-pcm-tx {
562 compatible = "qcom,msm-dai-q6-dev";
563 qcom,msm-dai-q6-dev-id = <225>;
564 };
565
566 qcom,msm-dai-q6-afe-proxy-rx {
567 compatible = "qcom,msm-dai-q6-dev";
568 qcom,msm-dai-q6-dev-id = <241>;
569 };
570
571 qcom,msm-dai-q6-afe-proxy-tx {
572 compatible = "qcom,msm-dai-q6-dev";
573 qcom,msm-dai-q6-dev-id = <240>;
574 };
Vicky Sehrawat2ef554c2013-03-12 17:24:20 -0700575
576 qcom,msm-dai-q6-incall-record-rx {
577 compatible = "qcom,msm-dai-q6-dev";
578 qcom,msm-dai-q6-dev-id = <32771>;
579 };
580
581 qcom,msm-dai-q6-incall-record-tx {
582 compatible = "qcom,msm-dai-q6-dev";
583 qcom,msm-dai-q6-dev-id = <32772>;
584 };
585
586 qcom,msm-dai-q6-incall-music-rx {
587 compatible = "qcom,msm-dai-q6-dev";
588 qcom,msm-dai-q6-dev-id = <32773>;
589 };
Vicky Sehrawat5ac670f2013-05-17 16:32:13 -0700590
591 qcom,msm-dai-q6-incall-music-2-rx {
592 compatible = "qcom,msm-dai-q6-dev";
593 qcom,msm-dai-q6-dev-id = <32770>;
594 };
Bhalchandra Gajare03a40ec2012-12-17 11:38:28 -0800595 };
596
597 qcom,msm-pcm-hostless {
598 compatible = "qcom,msm-pcm-hostless";
599 };
600
Patrick Laiafd82122013-06-15 22:50:04 -0700601 qcom,msm-pri-auxpcm {
602 compatible = "qcom,msm-auxpcm-dev";
Banajit Goswamif9921532013-05-10 11:24:52 -0700603 qcom,msm-cpudai-auxpcm-mode = <0>, <0>;
604 qcom,msm-cpudai-auxpcm-sync = <1>, <1>;
605 qcom,msm-cpudai-auxpcm-frame = <5>, <4>;
606 qcom,msm-cpudai-auxpcm-quant = <2>, <2>;
607 qcom,msm-cpudai-auxpcm-slot = <1>, <1>;
608 qcom,msm-cpudai-auxpcm-data = <0>, <0>;
609 qcom,msm-cpudai-auxpcm-pcm-clk-rate = <2048000>, <2048000>;
Patrick Laiafd82122013-06-15 22:50:04 -0700610 qcom,msm-auxpcm-interface = "primary";
Banajit Goswamif9921532013-05-10 11:24:52 -0700611 };
612
Sheng Fangb6a06482013-03-20 13:21:36 +0800613 qcom,wcnss-wlan@fb000000 {
614 compatible = "qcom,wcnss_wlan";
Sameer Thalappil58281ca2013-04-10 18:50:18 -0700615 reg = <0xfb000000 0x280000>,
616 <0xf9011008 0x04>;
617 reg-names = "wcnss_mmio", "wcnss_fiq";
Sheng Fangb6a06482013-03-20 13:21:36 +0800618 interrupts = <0 145 0 0 146 0>;
619 interrupt-names = "wcnss_wlantx_irq", "wcnss_wlanrx_irq";
620
621 qcom,pronto-vddmx-supply = <&pm8226_l3>;
622 qcom,pronto-vddcx-supply = <&pm8226_s1>;
623 qcom,pronto-vddpx-supply = <&pm8226_l6>;
624 qcom,iris-vddxo-supply = <&pm8226_l10>;
625 qcom,iris-vddrfa-supply = <&pm8226_l24>;
626 qcom,iris-vddpa-supply = <&pm8226_l16>;
627 qcom,iris-vdddig-supply = <&pm8226_l24>;
628
629 gpios = <&msmgpio 40 0>, <&msmgpio 41 0>, <&msmgpio 42 0>, <&msmgpio 43 0>, <&msmgpio 44 0>;
Sameer Thalappil820f87b2013-05-21 20:40:54 -0700630 qcom,has-pronto-hw;
631 qcom,has-autodetect-xo;
Sameer Thalappilf6fb1892013-09-06 17:33:30 -0700632 qcom,wcnss-adc_tm = <&pm8226_adc_tm>;
Sheng Fangb6a06482013-03-20 13:21:36 +0800633 };
rockiec44833a32013-03-21 02:06:14 +0800634
635 qcom,msm-adsp-sensors {
636 compatible = "qcom,msm-adsp-sensors";
637 qcom,src-id = <11>;
638 qcom,dst-id = <604>;
639 qcom,ab = <32505856>;
640 qcom,ib = <32505856>;
641 };
642
Mitchel Humpherys5fe1c9b2012-10-09 17:30:19 -0700643 qcom,wdt@f9017000 {
644 compatible = "qcom,msm-watchdog";
645 reg = <0xf9017000 0x1000>;
646 interrupts = <0 3 0>, <0 4 0>;
647 qcom,bark-time = <11000>;
648 qcom,pet-time = <10000>;
Mitchel Humpherys1be23802012-11-16 15:52:32 -0800649 qcom,ipi-ping;
Mitchel Humpherys5fe1c9b2012-10-09 17:30:19 -0700650 };
651
Jeff Hugo7f9705b62012-10-12 10:38:26 -0600652 qcom,smem@fa00000 {
653 compatible = "qcom,smem";
Jeff Hugo41e5c2f2013-04-26 11:38:32 -0600654 reg = <0xfa00000 0x100000>,
Stepan Moskovchenkod6ee8262013-02-06 11:26:05 -0800655 <0xf9011000 0x1000>,
Jeff Hugo7f9705b62012-10-12 10:38:26 -0600656 <0xfc428000 0x4000>;
657 reg-names = "smem", "irq-reg-base", "aux-mem1";
658
659 qcom,smd-modem {
660 compatible = "qcom,smd";
661 qcom,smd-edge = <0>;
662 qcom,smd-irq-offset = <0x8>;
663 qcom,smd-irq-bitmask = <0x1000>;
664 qcom,pil-string = "modem";
665 interrupts = <0 25 1>;
David Ngb715e322012-12-01 12:57:08 -0800666 };
Jeff Hugo7f9705b62012-10-12 10:38:26 -0600667
668 qcom,smsm-modem {
669 compatible = "qcom,smsm";
670 qcom,smsm-edge = <0>;
671 qcom,smsm-irq-offset = <0x8>;
672 qcom,smsm-irq-bitmask = <0x2000>;
673 interrupts = <0 26 1>;
David Ngb715e322012-12-01 12:57:08 -0800674 };
Jeff Hugo7f9705b62012-10-12 10:38:26 -0600675
676 qcom,smd-adsp {
677 compatible = "qcom,smd";
678 qcom,smd-edge = <1>;
679 qcom,smd-irq-offset = <0x8>;
680 qcom,smd-irq-bitmask = <0x100>;
681 qcom,pil-string = "adsp";
682 interrupts = <0 156 1>;
David Ngb715e322012-12-01 12:57:08 -0800683 };
Jeff Hugo7f9705b62012-10-12 10:38:26 -0600684
685 qcom,smsm-adsp {
686 compatible = "qcom,smsm";
687 qcom,smsm-edge = <1>;
688 qcom,smsm-irq-offset = <0x8>;
689 qcom,smsm-irq-bitmask = <0x200>;
690 interrupts = <0 157 1>;
David Ngb715e322012-12-01 12:57:08 -0800691 };
Jeff Hugo7f9705b62012-10-12 10:38:26 -0600692
693 qcom,smd-wcnss {
694 compatible = "qcom,smd";
695 qcom,smd-edge = <6>;
696 qcom,smd-irq-offset = <0x8>;
697 qcom,smd-irq-bitmask = <0x20000>;
698 qcom,pil-string = "wcnss";
699 interrupts = <0 142 1>;
David Ngb715e322012-12-01 12:57:08 -0800700 };
Jeff Hugo7f9705b62012-10-12 10:38:26 -0600701
702 qcom,smsm-wcnss {
703 compatible = "qcom,smsm";
704 qcom,smsm-edge = <6>;
705 qcom,smsm-irq-offset = <0x8>;
706 qcom,smsm-irq-bitmask = <0x80000>;
707 interrupts = <0 144 1>;
David Ngb715e322012-12-01 12:57:08 -0800708 };
Jeff Hugo7f9705b62012-10-12 10:38:26 -0600709
710 qcom,smd-rpm {
711 compatible = "qcom,smd";
712 qcom,smd-edge = <15>;
713 qcom,smd-irq-offset = <0x8>;
714 qcom,smd-irq-bitmask = <0x1>;
715 interrupts = <0 168 1>;
716 qcom,irq-no-suspend;
David Ngb715e322012-12-01 12:57:08 -0800717 };
Jeff Hugo7f9705b62012-10-12 10:38:26 -0600718 };
719
Praveen Chidambaramc8af25e2012-12-19 11:27:36 -0700720 rpm_bus: qcom,rpm-smd {
721 compatible = "qcom,rpm-smd";
722 rpm-channel-name = "rpm_requests";
723 rpm-channel-type = <15>; /* SMD_APPS_RPM */
Praveen Chidambaramc8af25e2012-12-19 11:27:36 -0700724 };
725
Jennifer Liu86687d52013-05-29 15:51:40 -0700726 qcom,bcl {
727 compatible = "qcom,bcl";
728 };
729
Pratibhasagar Vc20526a2013-10-09 18:59:45 +0530730 rmtfs_sharedmem {
731 compatible = "qcom,sharedmem-uio";
732 reg = <0x0fd80000 0x00180000>;
733 reg-names = "rmtfs";
734 };
735
736 dsp_sharedmem {
737 compatible = "qcom,sharedmem-uio";
738 reg = <0x0fd60000 0x00020000>;
739 reg-names = "rfsa_dsp";
740 };
741
742 mdm_sharedmem {
743 compatible = "qcom,sharedmem-uio";
744 reg = <0x0fd60000 0x00020000>;
745 reg-names = "rfsa_mdm";
746 };
747
Asutosh Das99912e62012-12-06 12:38:46 +0530748 sdcc1: qcom,sdcc@f9824000 {
749 cell-index = <1>; /* SDC1 eMMC slot */
750 compatible = "qcom,msm-sdcc";
751
Asutosh Das6b82fc52012-11-23 12:00:26 +0530752 reg = <0xf9824000 0x800>,
753 <0xf9824800 0x100>,
754 <0xf9804000 0x7000>;
755 reg-names = "core_mem", "dml_mem", "bam_mem";
756 interrupts = <0 123 0>, <0 137 0>;
757 interrupt-names = "core_irq", "bam_irq";
Asutosh Das99912e62012-12-06 12:38:46 +0530758
759 qcom,bus-width = <8>;
Krishna Konda9fc6aeb2013-06-11 20:26:16 -0700760
761 qcom,msm-bus,name = "sdcc1";
762 qcom,msm-bus,num-cases = <8>;
763 qcom,msm-bus,num-paths = <1>;
764 qcom,msm-bus,vectors-KBps = <78 512 0 0>, /* No vote */
765 <78 512 1600 3200>, /* 400 KB/s*/
766 <78 512 80000 160000>, /* 20 MB/s */
767 <78 512 100000 200000>, /* 25 MB/s */
768 <78 512 200000 400000>, /* 50 MB/s */
769 <78 512 400000 800000>, /* 100 MB/s */
770 <78 512 400000 800000>, /* 200 MB/s */
771 <78 512 2048000 4096000>; /* Max. bandwidth */
772 qcom,bus-bw-vectors-bps = <0 400000 20000000 25000000 50000000
773 100000000 200000000 4294967295>;
774
Asutosh Das99912e62012-12-06 12:38:46 +0530775 status = "disabled";
776 };
777
Sahitya Tummala9e001362013-03-28 11:00:55 +0530778 sdhc_1: sdhci@f9824900 {
779 compatible = "qcom,sdhci-msm";
780 reg = <0xf9824900 0x11c>, <0xf9824000 0x800>;
781 reg-names = "hc_mem", "core_mem";
782
783 interrupts = <0 123 0>, <0 138 0>;
784 interrupt-names = "hc_irq", "pwr_irq";
785
786 qcom,bus-width = <8>;
Krishna Konda9fc6aeb2013-06-11 20:26:16 -0700787
788 qcom,msm-bus,name = "sdhc1";
789 qcom,msm-bus,num-cases = <8>;
790 qcom,msm-bus,num-paths = <1>;
791 qcom,msm-bus,vectors-KBps = <78 512 0 0>, /* No vote */
792 <78 512 1600 3200>, /* 400 KB/s*/
793 <78 512 80000 160000>, /* 20 MB/s */
794 <78 512 100000 200000>, /* 25 MB/s */
795 <78 512 200000 400000>, /* 50 MB/s */
796 <78 512 400000 800000>, /* 100 MB/s */
797 <78 512 400000 800000>, /* 200 MB/s */
798 <78 512 2048000 4096000>; /* Max. bandwidth */
799 qcom,bus-bw-vectors-bps = <0 400000 20000000 25000000 50000000
800 100000000 200000000 4294967295>;
801
Sahitya Tummala9e001362013-03-28 11:00:55 +0530802 status = "disabled";
803 };
804
Asutosh Das99912e62012-12-06 12:38:46 +0530805 sdcc2: qcom,sdcc@f98a4000 {
806 cell-index = <2>; /* SDC2 SD card slot */
807 compatible = "qcom,msm-sdcc";
808
Asutosh Das6b82fc52012-11-23 12:00:26 +0530809 reg = <0xf98a4000 0x800>,
810 <0xf98a4800 0x100>,
811 <0xf9884000 0x7000>;
812 reg-names = "core_mem", "dml_mem", "bam_mem";
813 interrupts = <0 125 0>, <0 220 0>;
814 interrupt-names = "core_irq", "bam_irq";
Asutosh Das99912e62012-12-06 12:38:46 +0530815
816 qcom,bus-width = <4>;
Krishna Konda9fc6aeb2013-06-11 20:26:16 -0700817
818 qcom,msm-bus,name = "sdcc2";
819 qcom,msm-bus,num-cases = <8>;
820 qcom,msm-bus,num-paths = <1>;
821 qcom,msm-bus,vectors-KBps = <81 512 0 0>, /* No vote */
822 <81 512 1600 3200>, /* 400 KB/s*/
823 <81 512 80000 160000>, /* 20 MB/s */
824 <81 512 100000 200000>, /* 25 MB/s */
825 <81 512 200000 400000>, /* 50 MB/s */
826 <81 512 400000 800000>, /* 100 MB/s */
827 <81 512 400000 800000>, /* 200 MB/s */
828 <81 512 2048000 4096000>; /* Max. bandwidth */
829 qcom,bus-bw-vectors-bps = <0 400000 20000000 25000000 50000000
830 100000000 200000000 4294967295>;
831
Asutosh Das99912e62012-12-06 12:38:46 +0530832 status = "disabled";
833 };
Kenneth Heitkee5804002012-11-15 17:50:07 -0700834
Sahitya Tummala9e001362013-03-28 11:00:55 +0530835 sdhc_2: sdhci@f98a4900 {
836 compatible = "qcom,sdhci-msm";
837 reg = <0xf98a4900 0x11c>, <0xf98a4000 0x800>;
838 reg-names = "hc_mem", "core_mem";
839
840 interrupts = <0 125 0>, <0 221 0>;
841 interrupt-names = "hc_irq", "pwr_irq";
842
843 qcom,bus-width = <4>;
Krishna Konda9fc6aeb2013-06-11 20:26:16 -0700844
845 qcom,msm-bus,name = "sdhc2";
846 qcom,msm-bus,num-cases = <8>;
847 qcom,msm-bus,num-paths = <1>;
848 qcom,msm-bus,vectors-KBps = <81 512 0 0>, /* No vote */
849 <81 512 1600 3200>, /* 400 KB/s*/
850 <81 512 80000 160000>, /* 20 MB/s */
851 <81 512 100000 200000>, /* 25 MB/s */
852 <81 512 200000 400000>, /* 50 MB/s */
853 <81 512 400000 800000>, /* 100 MB/s */
854 <81 512 400000 800000>, /* 200 MB/s */
855 <81 512 2048000 4096000>; /* Max. bandwidth */
856 qcom,bus-bw-vectors-bps = <0 400000 20000000 25000000 50000000
857 100000000 200000000 4294967295>;
858
Sahitya Tummala9e001362013-03-28 11:00:55 +0530859 status = "disabled";
860 };
861
Krishna Kondaf92e4262013-07-08 16:21:57 -0700862 sdcc3: qcom,sdcc@f9864000 {
863 cell-index = <3>;
864 compatible = "qcom,msm-sdcc";
865 reg = <0xf9864000 0x800>,
866 <0xf9864800 0x100>,
867 <0xf9844000 0x7000>;
868 reg-names = "core_mem", "dml_mem", "bam_mem";
869
870 qcom,bus-width = <4>;
871 gpios = <&msmgpio 44 0>, /* CLK */
872 <&msmgpio 43 0>, /* CMD */
873 <&msmgpio 42 0>, /* DATA0 */
874 <&msmgpio 41 0>, /* DATA1 */
875 <&msmgpio 40 0>, /* DATA2 */
876 <&msmgpio 39 0>; /* DATA3 */
877 qcom,gpio-names = "CLK", "CMD", "DAT0", "DAT1", "DAT2", "DAT3";
878
879 qcom,clk-rates = <400000 20000000 25000000 50000000 100000000>;
880
881 qcom,msm-bus,name = "sdcc3";
882 qcom,msm-bus,num-cases = <8>;
883 qcom,msm-bus,num-paths = <1>;
884 qcom,msm-bus,vectors-KBps = <79 512 0 0>, /* No vote */
885 <79 512 1600 3200>, /* 400 KB/s*/
886 <79 512 80000 160000>, /* 20 MB/s */
887 <79 512 100000 200000>, /* 25 MB/s */
888 <79 512 200000 400000>, /* 50 MB/s */
889 <79 512 400000 800000>, /* 100 MB/s */
890 <79 512 400000 800000>, /* 200 MB/s */
891 <79 512 2048000 4096000>; /* Max. bandwidth */
892 qcom,bus-bw-vectors-bps = <0 400000 20000000 25000000 50000000
893 100000000 200000000 4294967295>;
894
895 #address-cells = <0>;
896 interrupt-parent = <&sdcc3>;
897 interrupts = <0 1 2>;
898 #interrupt-cells = <1>;
899 interrupt-map-mask = <0xffffffff>;
900 interrupt-map = <0 &intc 0 127 0
901 1 &intc 0 223 0
902 2 &msmgpio 41 0x8>;
903 interrupt-names = "core_irq", "bam_irq", "sdiowakeup_irq";
904
905 status = "disabled";
906 };
907
908 sdhc_3: sdhci@f9864900 {
909 compatible = "qcom,sdhci-msm";
910 reg = <0xf9864900 0x11c>, <0xf9864000 0x800>;
911 reg-names = "hc_mem", "core_mem";
912
913 qcom,bus-width = <4>;
914 gpios = <&msmgpio 44 0>, /* CLK */
915 <&msmgpio 43 0>, /* CMD */
916 <&msmgpio 42 0>, /* DATA0 */
917 <&msmgpio 41 0>, /* DATA1 */
918 <&msmgpio 40 0>, /* DATA2 */
919 <&msmgpio 39 0>; /* DATA3 */
920 qcom,gpio-names = "CLK", "CMD", "DAT0", "DAT1", "DAT2", "DAT3";
921
922 qcom,clk-rates = <400000 20000000 25000000 50000000 100000000>;
923
924 qcom,msm-bus,name = "sdhc3";
925 qcom,msm-bus,num-cases = <8>;
926 qcom,msm-bus,num-paths = <1>;
927 qcom,msm-bus,vectors-KBps = <79 512 0 0>, /* No vote */
928 <79 512 1600 3200>, /* 400 KB/s*/
929 <79 512 80000 160000>, /* 20 MB/s */
930 <79 512 100000 200000>, /* 25 MB/s */
931 <79 512 200000 400000>, /* 50 MB/s */
932 <79 512 400000 800000>, /* 100 MB/s */
933 <79 512 400000 800000>, /* 200 MB/s */
934 <79 512 2048000 4096000>; /* Max. bandwidth */
935 qcom,bus-bw-vectors-bps = <0 400000 20000000 25000000 50000000
936 100000000 200000000 4294967295>;
937
938 #address-cells = <0>;
939 interrupt-parent = <&sdhc_3>;
940 interrupts = <0 1 2>;
941 #interrupt-cells = <1>;
942 interrupt-map-mask = <0xffffffff>;
943 interrupt-map = <0 &intc 0 127 0
944 1 &intc 0 224 0
945 2 &msmgpio 41 0x8>;
946 interrupt-names = "hc_irq", "pwr_irq", "sdiowakeup_irq";
947
948 status = "disabled";
949 };
950
Kenneth Heitkee5804002012-11-15 17:50:07 -0700951 spmi_bus: qcom,spmi@fc4c0000 {
952 cell-index = <0>;
953 compatible = "qcom,spmi-pmic-arb";
Kenneth Heitke366b8a42012-12-18 13:51:37 -0700954 reg-names = "core", "intr", "cnfg";
Kenneth Heitkee5804002012-11-15 17:50:07 -0700955 reg = <0xfc4cf000 0x1000>,
Kenneth Heitke366b8a42012-12-18 13:51:37 -0700956 <0Xfc4cb000 0x1000>,
957 <0Xfc4ca000 0x1000>;
Kenneth Heitkee5804002012-11-15 17:50:07 -0700958 /* 190,ee0_krait_hlos_spmi_periph_irq */
959 /* 187,channel_0_krait_hlos_trans_done_irq */
960 interrupts = <0 190 0>, <0 187 0>;
Kenneth Heitkee5804002012-11-15 17:50:07 -0700961 qcom,pmic-arb-ee = <0>;
962 qcom,pmic-arb-channel = <0>;
Kenneth Heitkee5804002012-11-15 17:50:07 -0700963 };
964
Madan Mohan Koyyalamudi2d7c6f52013-06-19 17:49:45 -0700965 i2c@f9925000 { /* BLSP-1 QUP-3 */
966 cell-index = <2>;
967 compatible = "qcom,i2c-qup";
968 reg = <0xf9925000 0x1000>;
969 #address-cells = <1>;
970 #size-cells = <0>;
971 reg-names = "qup_phys_addr";
972 interrupts = <0 97 0>;
973 interrupt-names = "qup_err_intr";
974 qcom,i2c-bus-freq = <400000>;
975 qcom,i2c-src-freq = <19200000>;
Houston Hoffmanbf7baa92013-11-27 10:53:23 -0800976 qcom,sda-gpio = <&msmgpio 10 0>;
977 qcom,scl-gpio = <&msmgpio 11 0>;
978 qcom,master-id = <86>;
Madan Mohan Koyyalamudi2d7c6f52013-06-19 17:49:45 -0700979 };
Ke Liuee28af42013-11-07 16:40:00 -0800980 i2c_0: i2c@f9926000 { /* BLSP-1 QUP-4 */
Gilad Avidov28e18eb2012-11-21 18:13:25 -0700981 cell-index = <0>;
982 compatible = "qcom,i2c-qup";
983 reg = <0xf9926000 0x1000>;
984 #address-cells = <1>;
985 #size-cells = <0>;
986 reg-names = "qup_phys_addr";
987 interrupts = <0 98 0>;
988 interrupt-names = "qup_err_intr";
989 qcom,i2c-bus-freq = <100000>;
Ke Liuee28af42013-11-07 16:40:00 -0800990 qcom,i2c-src-freq = <19200000>;
991 qcom,master-id = <86>;
Gilad Avidov28e18eb2012-11-21 18:13:25 -0700992 };
Patrick Daly99a52ca2012-10-23 12:00:45 -0700993
Amy Maloche41708ba2013-03-03 15:19:27 -0800994 i2c@f9927000 { /* BLSP1 QUP5 */
995 cell-index = <5>;
996 compatible = "qcom,i2c-qup";
997 #address-cells = <1>;
998 #size-cells = <0>;
999 reg-names = "qup_phys_addr";
1000 reg = <0xf9927000 0x1000>;
1001 interrupt-names = "qup_err_intr";
1002 interrupts = <0 99 0>;
Amy Maloche118e5d62013-05-01 14:53:35 -07001003 qcom,i2c-bus-freq = <384000>;
Amy Maloche41708ba2013-03-03 15:19:27 -08001004 qcom,i2c-src-freq = <19200000>;
Amy Malochebf346092013-07-31 12:57:28 -07001005 qcom,sda-gpio = <&msmgpio 18 0>;
1006 qcom,scl-gpio = <&msmgpio 19 0>;
Amy Maloche41708ba2013-03-03 15:19:27 -08001007 };
1008
Patrick Daly784c5f62013-07-23 19:33:32 -07001009 qcom,clock-a7@f9011050 {
1010 compatible = "qcom,clock-a7-8226";
Patrick Daly4fd80f42013-06-18 11:09:15 -07001011 reg = <0xf9011050 0x8>;
Patrick Daly784c5f62013-07-23 19:33:32 -07001012 reg-names = "rcg-base";
1013 clock-names = "clk-4", "clk-5";
1014 qcom,speed0-bin-v0 =
1015 < 0 0>,
Ke Liu9102dcf2014-02-10 11:50:28 -08001016 < 384000000 1>,
1017 < 787200000 2>,
1018 <1190400000 3>;
Patrick Daly784c5f62013-07-23 19:33:32 -07001019
1020 cpu-vdd-supply = <&apc_vreg_corner>;
1021 };
1022
Saravana Kannan4bbc9932013-11-24 03:45:00 -08001023 qcom,cpubw {
1024 compatible = "qcom,cpubw";
1025 qcom,cpu-mem-ports = <1 512>;
1026 qcom,bw-tbl =
1027 < 1525 /* 200 MHz */ >,
1028 < 2441 /* 320 MHz */ >,
1029 < 3051 /* 400 MHz */ >,
1030 < 4066 /* 533 MHz */ >;
1031 };
1032
Patrick Daly784c5f62013-07-23 19:33:32 -07001033 qcom,msm-cpufreq@0 {
1034 reg = <0 4>;
1035 compatible = "qcom,msm-cpufreq";
Patrick Daly784c5f62013-07-23 19:33:32 -07001036 qcom,cpufreq-table =
Saravana Kannan4bbc9932013-11-24 03:45:00 -08001037 < 300000 1525 >,
1038 < 384000 1525 >,
1039 < 600000 1525 >,
1040 < 787200 3051 >,
1041 < 998400 4066 >,
1042 < 1094400 4066 >,
1043 < 1190400 4066 >,
1044 < 1305600 4066 >,
1045 < 1344000 4066 >,
1046 < 1401600 4066 >,
1047 < 1497600 4066 >,
Patrick Dalycd999822014-01-17 15:16:52 -08001048 < 1593600 4066 >,
1049 < 1689600 4066 >,
1050 < 1785600 4066 >;
Patrick Daly99a52ca2012-10-23 12:00:45 -07001051 };
Mitchel Humpherys00beacf2012-10-11 13:53:43 -07001052
1053 qcom,ocmem@fdd00000 {
1054 compatible = "qcom,msm-ocmem";
1055 reg = <0xfdd00000 0x2000>,
1056 <0xfdd02000 0x2000>,
1057 <0xfe039000 0x400>,
Mitchel Humpherys1da744d2013-03-08 17:20:41 -08001058 <0xfec00000 0x20000>;
Mitchel Humpherys00beacf2012-10-11 13:53:43 -07001059 reg-names = "ocmem_ctrl_physical", "dm_ctrl_physical", "br_ctrl_physical", "ocmem_physical";
1060 interrupts = <0 76 0 0 77 0>;
1061 interrupt-names = "ocmem_irq", "dm_irq";
1062 qcom,ocmem-num-regions = <0x1>;
1063 qcom,ocmem-num-macros = <0x2>;
1064 qcom,resource-type = <0x706d636f>;
1065 #address-cells = <1>;
1066 #size-cells = <1>;
Mitchel Humpherys1da744d2013-03-08 17:20:41 -08001067 ranges = <0x0 0xfec00000 0x20000>;
Mitchel Humpherys00beacf2012-10-11 13:53:43 -07001068
1069 partition@0 {
Mitchel Humpherys1da744d2013-03-08 17:20:41 -08001070 reg = <0x0 0x20000>;
Mitchel Humpherys00beacf2012-10-11 13:53:43 -07001071 qcom,ocmem-part-name = "graphics";
Mitchel Humpherys1da744d2013-03-08 17:20:41 -08001072 qcom,ocmem-part-min = <0x20000>;
Mitchel Humpherys00beacf2012-10-11 13:53:43 -07001073 };
1074 };
1075
Patrick Dalyb83f0b02013-01-09 12:36:19 -08001076 qcom,venus@fdce0000 {
1077 compatible = "qcom,pil-venus";
1078 reg = <0xfdce0000 0x4000>,
1079 <0xfdc80000 0x400>;
1080 reg-names = "wrapper_base", "vbif_base";
1081 vdd-supply = <&gdsc_venus>;
1082
1083 qcom,firmware-name = "venus";
1084 };
Patrick Daly1e3bc6c2013-01-09 12:34:25 -08001085
1086 qcom,pronto@fb21b000 {
1087 compatible = "qcom,pil-pronto";
1088 reg = <0xfb21b000 0x3000>,
1089 <0xfc401700 0x4>,
1090 <0xfd485300 0xc>;
1091 reg-names = "pmu_base", "clk_base", "halt_base";
1092 interrupts = <0 149 1>;
David Keitel7184c6e2013-02-11 13:23:04 -08001093 vdd_pronto_pll-supply = <&pm8226_l8>;
Patrick Daly1e3bc6c2013-01-09 12:34:25 -08001094
1095 qcom,firmware-name = "wcnss";
Sameer Thalappil5c2c41b2013-04-02 11:08:21 -07001096
Sameer Thalappil4ba86302013-04-05 17:36:54 -07001097 /* GPIO inputs from wcnss */
Sameer Thalappil5c2c41b2013-04-02 11:08:21 -07001098 qcom,gpio-err-fatal = <&smp2pgpio_ssr_smp2p_4_in 0 0>;
Sameer Thalappilb1e03c02013-04-29 14:52:00 -07001099 qcom,gpio-err-ready = <&smp2pgpio_ssr_smp2p_4_in 1 0>;
Sameer Thalappil4ba86302013-04-05 17:36:54 -07001100 qcom,gpio-proxy-unvote = <&smp2pgpio_ssr_smp2p_4_in 2 0>;
Sameer Thalappil5c2c41b2013-04-02 11:08:21 -07001101
1102 /* GPIO output to wcnss */
1103 qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_4_out 0 0>;
Patrick Daly1e3bc6c2013-01-09 12:34:25 -08001104 };
Neeti Desai1f7ca2d2012-11-21 13:25:57 -08001105
Sheng Fang0a85b0d2013-03-19 08:16:51 +08001106 qcom,iris-fm {
1107 compatible = "qcom,iris_fm";
1108 };
1109
Patrick Daly4df59842013-01-09 12:31:40 -08001110 qcom,lpass@fe200000 {
1111 compatible = "qcom,pil-q6v5-lpass";
1112 reg = <0xfe200000 0x00100>,
Matt Wagantall015b50af2013-03-05 18:51:16 -08001113 <0xfd485100 0x00010>,
1114 <0xfc4016c0 0x00004>;
1115 reg-names = "qdsp6_base", "halt_base", "restart_reg";
David Keitelf4c8b8b2013-02-25 15:25:27 -08001116 vdd_cx-supply = <&pm8226_s1_corner>;
Patrick Daly4df59842013-01-09 12:31:40 -08001117 interrupts = <0 162 1>;
1118
1119 qcom,firmware-name = "adsp";
Ravishankar Sarawadi2e8ac7d2013-03-28 15:23:30 -07001120
Ravishankar Sarawadiab203a82013-04-09 18:46:11 -07001121 /* GPIO inputs from lpass */
Ravishankar Sarawadi2e8ac7d2013-03-28 15:23:30 -07001122 qcom,gpio-err-fatal = <&smp2pgpio_ssr_smp2p_2_in 0 0>;
Ravishankar Sarawadiab203a82013-04-09 18:46:11 -07001123 qcom,gpio-proxy-unvote = <&smp2pgpio_ssr_smp2p_2_in 2 0>;
Ravishankar Sarawadi7edc9d72013-04-09 18:15:03 -07001124 qcom,gpio-err-ready = <&smp2pgpio_ssr_smp2p_2_in 1 0>;
Ravishankar Sarawadi2e8ac7d2013-03-28 15:23:30 -07001125
1126 /* GPIO output to lpass */
1127 qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_2_out 0 0>;
Patrick Daly4df59842013-01-09 12:31:40 -08001128 };
1129
Patrick Daly742337f2013-01-29 12:06:06 -08001130 qcom,mss@fc880000 {
1131 compatible = "qcom,pil-q6v5-mss";
1132 reg = <0xfc880000 0x100>,
1133 <0xfd485000 0x400>,
1134 <0xfc820000 0x020>,
1135 <0xfc401680 0x004>,
Patrick Daly742337f2013-01-29 12:06:06 -08001136 <0xfd485194 0x4>;
1137 reg-names = "qdsp6_base", "halt_base", "rmb_base",
Matt Wagantall724b2bb2013-03-18 14:54:06 -07001138 "restart_reg", "cxrail_bhs_reg";
Patrick Daly742337f2013-01-29 12:06:06 -08001139
1140 interrupts = <0 24 1>;
Patrick Daly742337f2013-01-29 12:06:06 -08001141 vdd_cx-supply = <&pm8226_s1_corner>;
1142 vdd_mx-supply = <&pm8226_l3>;
1143 vdd_pll-supply = <&pm8226_l8>;
1144 qcom,vdd_pll = <1800000>;
1145
1146 qcom,is-loadable;
1147 qcom,firmware-name = "mba";
1148 qcom,pil-self-auth;
Patrick Dalyfe258e22013-03-22 21:02:14 -07001149
Seemanta Duttaa0f253e2013-01-16 18:54:40 -08001150 /* GPIO inputs from mss */
Patrick Dalyfe258e22013-03-22 21:02:14 -07001151 qcom,gpio-err-fatal = <&smp2pgpio_ssr_smp2p_1_in 0 0>;
Seemanta Dutta9fb72ed2013-01-25 14:22:15 -08001152 qcom,gpio-err-ready = <&smp2pgpio_ssr_smp2p_1_in 1 0>;
Seemanta Duttaa0f253e2013-01-16 18:54:40 -08001153 qcom,gpio-proxy-unvote = <&smp2pgpio_ssr_smp2p_1_in 2 0>;
Seemanta Dutta0adbbf02013-03-12 17:26:17 -07001154 qcom,gpio-stop-ack = <&smp2pgpio_ssr_smp2p_1_in 3 0>;
Patrick Dalyfe258e22013-03-22 21:02:14 -07001155
1156 /* GPIO output to mss */
1157 qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_1_out 0 0>;
Patrick Daly742337f2013-01-29 12:06:06 -08001158 };
1159
Neeti Desaif82314e2013-08-09 15:59:54 -07001160 memory_hole: qcom,msm-mem-hole {
Neeti Desai1f7ca2d2012-11-21 13:25:57 -08001161 compatible = "qcom,msm-mem-hole";
Neeti Desai183b33d2013-08-09 14:58:38 -07001162 qcom,memblock-remove = <0x08400000 0x4000000
1163 0x0d200000 0x2300000
1164 0x0fa00000 0x500000>; /* Address and Size of Hole */
Neeti Desai1f7ca2d2012-11-21 13:25:57 -08001165 };
Siddartha Mohanadossfcd98562013-02-13 08:53:22 -08001166
1167 tsens: tsens@fc4a8000 {
1168 compatible = "qcom,msm-tsens";
1169 reg = <0xfc4a8000 0x2000>,
Siddartha Mohanadoss6ddc1922013-07-08 17:40:11 -07001170 <0xfc4bc000 0x1000>;
Siddartha Mohanadossfcd98562013-02-13 08:53:22 -08001171 reg-names = "tsens_physical", "tsens_eeprom_physical";
1172 interrupts = <0 184 0>;
Siddartha Mohanadoss9a4e94a2013-03-06 19:15:59 -08001173 qcom,sensors = <4>;
1174 qcom,slope = <2901 2846 3038 2955>;
Siddartha Mohanadossfcd98562013-02-13 08:53:22 -08001175 qcom,calib-mode = "fuse_map2";
1176 };
Praveen Chidambarama03bda52013-02-12 21:23:13 -07001177
1178 qcom,msm-thermal {
1179 compatible = "qcom,msm-thermal";
1180 qcom,sensor-id = <0>;
1181 qcom,poll-ms = <250>;
1182 qcom,limit-temp = <60>;
1183 qcom,temp-hysteresis = <10>;
1184 qcom,freq-step = <2>;
Praveen Chidambarama7435ce2013-05-03 12:52:42 -06001185 qcom,freq-control-mask = <0xf>;
Jennifer Liu003438d2013-06-21 11:24:20 -07001186 qcom,core-limit-temp = <80>;
1187 qcom,core-temp-hysteresis = <10>;
1188 qcom,core-control-mask = <0xe>;
Jennifer Liuf2515e32013-09-24 10:28:22 -07001189 qcom,hotplug-temp = <110>;
1190 qcom,hotplug-temp-hysteresis = <20>;
1191 qcom,cpu-sensors = "tsens_tz_sensor5", "tsens_tz_sensor5",
1192 "tsens_tz_sensor2", "tsens_tz_sensor2";
Jennifer Liu53bb5642013-06-26 10:42:42 -07001193 qcom,vdd-restriction-temp = <5>;
1194 qcom,vdd-restriction-temp-hysteresis = <10>;
1195 vdd-dig-supply = <&pm8226_s1_floor_corner>;
1196
1197 qcom,vdd-dig-rstr{
1198 qcom,vdd-rstr-reg = "vdd-dig";
1199 qcom,levels = <5 7 7>; /* Nominal, Super Turbo, Super Turbo */
1200 qcom,min-level = <1>; /* No Request */
1201 };
1202
1203 qcom,vdd-apps-rstr{
1204 qcom,vdd-rstr-reg = "vdd-apps";
1205 qcom,levels = <600000 787200 998400>;
1206 qcom,freq-req;
1207 };
Praveen Chidambarama03bda52013-02-12 21:23:13 -07001208 };
1209
Gilad Avidovd59217c2013-02-01 13:45:59 -07001210 spi_0: spi@f9923000 { /* BLSP1 QUP1 */
1211 compatible = "qcom,spi-qup-v2";
1212 #address-cells = <1>;
1213 #size-cells = <0>;
1214 reg-names = "spi_physical", "spi_bam_physical";
1215 reg = <0xf9923000 0x1000>,
1216 <0xf9904000 0xF000>;
1217 interrupt-names = "spi_irq", "spi_bam_irq";
1218 interrupts = <0 95 0>, <0 238 0>;
1219 spi-max-frequency = <19200000>;
1220
Gilad Avidovcff4ca72013-07-01 17:35:36 -06001221 qcom,gpio-mosi = <&msmgpio 0 0>;
1222 qcom,gpio-miso = <&msmgpio 1 0>;
1223 qcom,gpio-clk = <&msmgpio 3 0>;
1224 qcom,gpio-cs0 = <&msmgpio 22 0>;
Gilad Avidovd59217c2013-02-01 13:45:59 -07001225
1226 qcom,infinite-mode = <0>;
1227 qcom,use-bam;
1228 qcom,ver-reg-exists;
1229 qcom,bam-consumer-pipe-index = <12>;
1230 qcom,bam-producer-pipe-index = <13>;
Gilad Avidovcff4ca72013-07-01 17:35:36 -06001231 qcom,master-id = <86>;
Gilad Avidovd59217c2013-02-01 13:45:59 -07001232 };
1233
Jeff Hugo72e10912013-03-05 11:17:38 -07001234 qcom,bam_dmux@fc834000 {
1235 compatible = "qcom,bam_dmux";
1236 reg = <0xfc834000 0x7000>;
1237 interrupts = <0 29 1>;
1238 };
Pushkar Joshi4f3aa0b2013-03-07 22:44:04 -08001239
1240 qcom,msm-rtb {
1241 compatible = "qcom,msm-rtb";
1242 qcom,memory-reservation-type = "EBI1";
1243 qcom,memory-reservation-size = <0x100000>; /* 1M EBI1 buffer */
1244 };
Hariprasad Dhalinarasimhaadf89cc2013-03-13 13:41:05 -07001245
Hariprasad Dhalinarasimhab548ee52013-03-11 19:06:30 -07001246 qcom,msm-rng@f9bff000 {
1247 compatible = "qcom,msm-rng";
1248 reg = <0xf9bff000 0x200>;
1249 qcom,msm-rng-iface-clk;
Hariprasad Dhalinarasimhae799fb72013-06-03 13:51:38 -07001250 qcom,msm-bus,name = "msm-rng-noc";
1251 qcom,msm-bus,num-cases = <2>;
1252 qcom,msm-bus,num-paths = <1>;
1253 qcom,msm-bus,vectors-KBps =
1254 <1 618 0 0>,
1255 <1 618 0 800>;
Hariprasad Dhalinarasimhab548ee52013-03-11 19:06:30 -07001256 };
Hariprasad Dhalinarasimhaadf89cc2013-03-13 13:41:05 -07001257
Hariprasad Dhalinarasimha4ba4d802013-03-21 13:03:09 -07001258 qcom,tz-log@fe805720 {
Hariprasad Dhalinarasimhaadf89cc2013-03-13 13:41:05 -07001259 compatible = "qcom,tz-log";
Hariprasad Dhalinarasimha4ba4d802013-03-21 13:03:09 -07001260 reg = <0x0fe805720 0x1000>;
Hariprasad Dhalinarasimhaadf89cc2013-03-13 13:41:05 -07001261 };
Pushkar Joshi85a53192013-03-11 11:15:15 -07001262
Pratik Patelf2945ef2013-06-13 23:52:05 -07001263 jtag_fuse: jtagfuse@fc4be024 {
1264 compatible = "qcom,jtag-fuse";
1265 reg = <0xfc4be024 0x8>;
1266 reg-names = "fuse-base";
1267 };
1268
Pushkar Joshi85a53192013-03-11 11:15:15 -07001269 jtag_mm0: jtagmm@fc33c000 {
1270 compatible = "qcom,jtag-mm";
1271 reg = <0xfc33c000 0x1000>,
1272 <0xfc330000 0x1000>;
1273 reg-names = "etm-base","debug-base";
1274 };
1275
1276 jtag_mm1: jtagmm@fc33d000 {
1277 compatible = "qcom,jtag-mm";
1278 reg = <0xfc33d000 0x1000>,
1279 <0xfc332000 0x1000>;
1280 reg-names = "etm-base","debug-base";
1281 };
1282
1283 jtag_mm2: jtagmm@fc33e000 {
1284 compatible = "qcom,jtag-mm";
1285 reg = <0xfc33e000 0x1000>,
1286 <0xfc334000 0x1000>;
1287 reg-names = "etm-base","debug-base";
1288 };
1289
1290 jtag_mm3: jtagmm@fc33f000 {
1291 compatible = "qcom,jtag-mm";
1292 reg = <0xfc33f000 0x1000>,
1293 <0xfc336000 0x1000>;
1294 reg-names = "etm-base","debug-base";
1295 };
Jeff Hugo2be6bb022013-03-11 10:17:34 -06001296
1297 qcom,ipc-spinlock@fd484000 {
1298 compatible = "qcom,ipc-spinlock-sfpb";
1299 reg = <0xfd484000 0x400>;
1300 qcom,num-locks = <8>;
1301 };
Hariprasad Dhalinarasimha805ea4d2013-03-14 11:16:12 -07001302
1303 qcom,qseecom@d980000 {
1304 compatible = "qcom,qseecom";
1305 reg = <0xd980000 0x256000>;
1306 reg-names = "secapp-region";
1307 qcom,disk-encrypt-pipe-pair = <2>;
1308 qcom,hlos-ce-hw-instance = <0>;
1309 qcom,qsee-ce-hw-instance = <0>;
Zhen Kongb231caa2014-01-08 09:39:02 -08001310 qcom,support-bus-scaling;
Hariprasad Dhalinarasimha805ea4d2013-03-14 11:16:12 -07001311 qcom,msm-bus,name = "qseecom-noc";
1312 qcom,msm-bus,num-cases = <4>;
1313 qcom,msm-bus,active-only = <0>;
1314 qcom,msm-bus,num-paths = <1>;
1315 qcom,msm-bus,vectors-KBps =
1316 <55 512 0 0>,
Zhen Kongb231caa2014-01-08 09:39:02 -08001317 <55 512 0 0>,
1318 <55 512 120000 1200000>,
1319 <55 512 393600 3936000>;
Hariprasad Dhalinarasimha805ea4d2013-03-14 11:16:12 -07001320 };
Hariprasad Dhalinarasimha75051f22013-03-19 15:08:50 -07001321
1322 qcom,qcrypto@fd404000 {
1323 compatible = "qcom,qcrypto";
1324 reg = <0xfd400000 0x20000>,
1325 <0xfd404000 0x8000>;
1326 reg-names = "crypto-base","crypto-bam-base";
1327 interrupts = <0 207 0>;
1328 qcom,bam-pipe-pair = <2>;
1329 qcom,ce-hw-instance = <0>;
1330 qcom,ce-hw-shared;
1331 qcom,msm-bus,name = "qcrypto-noc";
1332 qcom,msm-bus,num-cases = <2>;
1333 qcom,msm-bus,active-only = <0>;
1334 qcom,msm-bus,num-paths = <1>;
1335 qcom,msm-bus,vectors-KBps =
Hariprasad Dhalinarasimhaa2d749e2013-05-14 13:00:06 -07001336 <55 512 0 0>,
1337 <55 512 3936000 393600>;
Hariprasad Dhalinarasimha75051f22013-03-19 15:08:50 -07001338 };
1339
1340 qcom,qcedev@fd400000 {
1341 compatible = "qcom,qcedev";
1342 reg = <0xfd400000 0x20000>,
1343 <0xfd404000 0x8000>;
1344 reg-names = "crypto-base","crypto-bam-base";
1345 interrupts = <0 207 0>;
1346 qcom,bam-pipe-pair = <1>;
1347 qcom,ce-hw-instance = <0>;
1348 qcom,ce-hw-shared;
1349 qcom,msm-bus,name = "qcedev-noc";
1350 qcom,msm-bus,num-cases = <2>;
1351 qcom,msm-bus,active-only = <0>;
1352 qcom,msm-bus,num-paths = <1>;
1353 qcom,msm-bus,vectors-KBps =
Hariprasad Dhalinarasimhaa2d749e2013-05-14 13:00:06 -07001354 <55 512 0 0>,
1355 <55 512 3936000 393600>;
Hariprasad Dhalinarasimha75051f22013-03-19 15:08:50 -07001356 };
Neil Leeder45fb9f62013-06-04 10:46:41 -04001357
1358 cpu-pmu {
1359 compatible = "arm,cortex-a7-pmu";
1360 qcom,irq-is-percpu;
1361 interrupts = <1 7 0xf00>;
1362 };
Syed Rameez Mustafa332018f2012-10-11 18:01:59 -07001363};
David Collins37ddb972012-10-17 15:00:26 -07001364
Patrick Dalye8977aa2012-11-06 15:25:58 -08001365&gdsc_venus {
Matt Wagantallb8cba292013-04-11 15:45:17 -07001366 qcom,clock-names = "core_clk";
Patrick Dalye8977aa2012-11-06 15:25:58 -08001367 status = "ok";
1368};
1369
1370&gdsc_mdss {
Matt Wagantallb8cba292013-04-11 15:45:17 -07001371 qcom,clock-names = "core_clk", "lut_clk";
Patrick Dalye8977aa2012-11-06 15:25:58 -08001372 status = "ok";
1373};
1374
1375&gdsc_jpeg {
Matt Wagantallb8cba292013-04-11 15:45:17 -07001376 qcom,clock-names = "core_clk";
Patrick Dalye8977aa2012-11-06 15:25:58 -08001377 status = "ok";
1378};
1379
1380&gdsc_vfe {
Matt Wagantallb8cba292013-04-11 15:45:17 -07001381 qcom,clock-names = "core_clk", "csi_clk", "cpp_clk";
Patrick Dalye8977aa2012-11-06 15:25:58 -08001382 status = "ok";
1383};
1384
1385&gdsc_oxili_cx {
Matt Wagantallb8cba292013-04-11 15:45:17 -07001386 qcom,clock-names = "core_clk";
Patrick Dalye8977aa2012-11-06 15:25:58 -08001387 status = "ok";
1388};
1389
1390&gdsc_usb_hsic {
1391 status = "ok";
1392};
1393
David Keitel376b2682013-03-05 18:40:01 -08001394/include/ "msm-pm8226-rpm-regulator.dtsi"
Kenneth Heitkebea6ca22013-02-07 17:23:21 -07001395/include/ "msm-pm8226.dtsi"
David Keitel7184c6e2013-02-11 13:23:04 -08001396/include/ "msm8226-regulator.dtsi"
Siddartha Mohanadossae99e772013-02-19 15:44:40 -08001397
1398&pm8226_vadc {
1399 chan@0 {
1400 label = "usb_in";
1401 reg = <0>;
1402 qcom,decimation = <0>;
1403 qcom,pre-div-channel-scaling = <4>;
1404 qcom,calibration-type = "absolute";
1405 qcom,scale-function = <0>;
1406 qcom,hw-settle-time = <0>;
1407 qcom,fast-avg-setup = <0>;
1408 };
1409
1410 chan@2 {
1411 label = "vchg_sns";
1412 reg = <2>;
1413 qcom,decimation = <0>;
1414 qcom,pre-div-channel-scaling = <3>;
1415 qcom,calibration-type = "absolute";
1416 qcom,scale-function = <0>;
1417 qcom,hw-settle-time = <0>;
1418 qcom,fast-avg-setup = <0>;
1419 };
1420
1421 chan@5 {
1422 label = "vcoin";
1423 reg = <5>;
1424 qcom,decimation = <0>;
1425 qcom,pre-div-channel-scaling = <1>;
1426 qcom,calibration-type = "absolute";
1427 qcom,scale-function = <0>;
1428 qcom,hw-settle-time = <0>;
1429 qcom,fast-avg-setup = <0>;
1430 };
1431
1432 chan@6 {
1433 label = "vbat_sns";
1434 reg = <6>;
1435 qcom,decimation = <0>;
1436 qcom,pre-div-channel-scaling = <1>;
1437 qcom,calibration-type = "absolute";
1438 qcom,scale-function = <0>;
1439 qcom,hw-settle-time = <0>;
1440 qcom,fast-avg-setup = <0>;
1441 };
1442
1443 chan@7 {
1444 label = "vph_pwr";
1445 reg = <7>;
1446 qcom,decimation = <0>;
1447 qcom,pre-div-channel-scaling = <1>;
1448 qcom,calibration-type = "absolute";
1449 qcom,scale-function = <0>;
1450 qcom,hw-settle-time = <0>;
1451 qcom,fast-avg-setup = <0>;
1452 };
1453
1454 chan@30 {
1455 label = "batt_therm";
1456 reg = <0x30>;
1457 qcom,decimation = <0>;
1458 qcom,pre-div-channel-scaling = <0>;
1459 qcom,calibration-type = "ratiometric";
1460 qcom,scale-function = <1>;
Siddartha Mohanadoss74cece62013-02-22 10:07:30 -08001461 qcom,hw-settle-time = <2>;
Siddartha Mohanadossae99e772013-02-19 15:44:40 -08001462 qcom,fast-avg-setup = <0>;
1463 };
1464
1465 chan@31 {
1466 label = "batt_id";
1467 reg = <0x31>;
1468 qcom,decimation = <0>;
1469 qcom,pre-div-channel-scaling = <0>;
1470 qcom,calibration-type = "ratiometric";
1471 qcom,scale-function = <0>;
1472 qcom,hw-settle-time = <2>;
1473 qcom,fast-avg-setup = <0>;
1474 };
1475
1476 chan@b2 {
1477 label = "xo_therm_pu2";
1478 reg = <0xb2>;
1479 qcom,decimation = <0>;
1480 qcom,pre-div-channel-scaling = <0>;
1481 qcom,calibration-type = "ratiometric";
1482 qcom,scale-function = <4>;
Siddartha Mohanadoss74cece62013-02-22 10:07:30 -08001483 qcom,hw-settle-time = <2>;
Siddartha Mohanadossae99e772013-02-19 15:44:40 -08001484 qcom,fast-avg-setup = <0>;
1485 };
David Keitelc51a7e52013-03-02 00:14:48 -08001486
Siddartha Mohanadoss3cb76152013-04-12 16:17:02 -07001487 chan@39 {
1488 label = "usb_id_nopull";
1489 reg = <0x39>;
1490 qcom,decimation = <0>;
1491 qcom,pre-div-channel-scaling = <0>;
1492 qcom,calibration-type = "ratiometric";
1493 qcom,scale-function = <0>;
1494 qcom,hw-settle-time = <2>;
1495 qcom,fast-avg-setup = <0>;
1496 };
David Keitelc51a7e52013-03-02 00:14:48 -08001497};
1498
Siddartha Mohanadoss8aea3172013-05-09 11:49:37 -07001499&pm8226_adc_tm {
1500 /* Channel Node */
1501 chan@30 {
1502 label = "batt_therm";
1503 reg = <0x30>;
1504 qcom,decimation = <0>;
1505 qcom,pre-div-channel-scaling = <0>;
1506 qcom,calibration-type = "ratiometric";
1507 qcom,scale-function = <1>;
1508 qcom,hw-settle-time = <2>;
1509 qcom,fast-avg-setup = <3>;
1510 qcom,btm-channel-number = <0x48>;
1511 };
1512
1513 chan@8 {
1514 label = "die_temp";
1515 reg = <8>;
1516 qcom,decimation = <0>;
1517 qcom,pre-div-channel-scaling = <0>;
1518 qcom,calibration-type = "absolute";
1519 qcom,scale-function = <3>;
1520 qcom,hw-settle-time = <0>;
1521 qcom,fast-avg-setup = <3>;
1522 qcom,btm-channel-number = <0x68>;
1523 };
1524
1525 chan@6 {
1526 label = "vbat_sns";
1527 reg = <6>;
1528 qcom,decimation = <0>;
1529 qcom,pre-div-channel-scaling = <1>;
1530 qcom,calibration-type = "absolute";
1531 qcom,scale-function = <0>;
1532 qcom,hw-settle-time = <0>;
1533 qcom,fast-avg-setup = <3>;
1534 qcom,btm-channel-number = <0x70>;
1535 };
1536
1537 chan@14 {
1538 label = "pa_therm0";
1539 reg = <0x14>;
1540 qcom,decimation = <0>;
1541 qcom,pre-div-channel-scaling = <0>;
1542 qcom,calibration-type = "ratiometric";
1543 qcom,scale-function = <2>;
1544 qcom,hw-settle-time = <2>;
1545 qcom,fast-avg-setup = <0>;
1546 qcom,btm-channel-number = <0x78>;
1547 qcom,thermal-node;
1548 };
1549
1550 chan@17 {
1551 label = "pa_therm1";
1552 reg = <0x17>;
1553 qcom,decimation = <0>;
1554 qcom,pre-div-channel-scaling = <0>;
1555 qcom,calibration-type = "ratiometric";
1556 qcom,scale-function = <2>;
1557 qcom,hw-settle-time = <2>;
1558 qcom,fast-avg-setup = <0>;
1559 qcom,btm-channel-number = <0x80>;
1560 qcom,thermal-node;
1561 };
1562};
1563
David Keitelc51a7e52013-03-02 00:14:48 -08001564&pm8226_chg {
1565 status = "ok";
1566
David Keitele89d4782013-03-27 11:29:59 -07001567 qcom,chgr@1000 {
David Keitelc51a7e52013-03-02 00:14:48 -08001568 status = "ok";
1569 };
1570
David Keitele89d4782013-03-27 11:29:59 -07001571 qcom,buck@1100 {
David Keitelc51a7e52013-03-02 00:14:48 -08001572 status = "ok";
1573 };
1574
David Keitele89d4782013-03-27 11:29:59 -07001575 qcom,bat-if@1200 {
Fenglin Wu009098a2013-03-08 15:50:51 -08001576 status = "ok";
1577 };
1578
David Keitele89d4782013-03-27 11:29:59 -07001579 qcom,usb-chgpth@1300 {
David Keitelc51a7e52013-03-02 00:14:48 -08001580 status = "ok";
1581 };
1582
David Keitele89d4782013-03-27 11:29:59 -07001583 qcom,boost@1500 {
David Keitelc51a7e52013-03-02 00:14:48 -08001584 status = "ok";
1585 };
1586
1587 qcom,chg-misc@1600 {
1588 status = "ok";
1589 };
Siddartha Mohanadossae99e772013-02-19 15:44:40 -08001590};