blob: aa3742ff49a94dfb6594cde411e6e34323047bfd [file] [log] [blame]
Manu Gautam31a74aa2012-12-21 17:00:48 +05301/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
Sathish Ambley9d69ac32012-03-21 10:28:26 -07002 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
Sathish Ambley4df614c2011-10-07 16:30:46 -070012
13/include/ "skeleton.dtsi"
Kevin Chan350b6932012-08-01 02:21:00 -070014/include/ "msm8974-camera.dtsi"
Pratik Patelf20bacb2012-07-21 14:46:36 -070015/include/ "msm8974-coresight.dtsi"
Matt Wagantallfc727212012-01-06 18:18:25 -080016/include/ "msm-gdsc.dtsi"
Olav Haugan49173442012-08-01 13:23:18 -070017/include/ "msm8974-ion.dtsi"
Pu Chen1335e872012-08-01 08:45:25 -060018/include/ "msm8974-gpu.dtsi"
Adrian Salido-Morenoa80c69e2012-07-31 18:11:09 -070019/include/ "msm8974-mdss.dtsi"
Eric Holmbergd5af7de2013-01-08 18:33:52 -070020/include/ "msm8974-smp2p.dtsi"
Gagan Mac7c7e5542012-12-19 19:28:47 -070021/include/ "msm8974-bus.dtsi"
Sathish Ambley4df614c2011-10-07 16:30:46 -070022
23/ {
Abhimanyu Kapur90ced6e2012-06-26 17:41:25 -070024 model = "Qualcomm MSM 8974";
25 compatible = "qcom,msm8974";
Sathish Ambley4df614c2011-10-07 16:30:46 -070026 interrupt-parent = <&intc>;
27
Gilad Avidov0697ea62013-02-11 16:46:38 -070028 aliases {
29 spi0 = &spi_0;
30 spi7 = &spi_7;
Venkat Gopalakrishnan9855edd2012-09-17 15:05:13 -070031 sdhc1 = &sdhc_1; /* SDC1 eMMC slot */
32 sdhc2 = &sdhc_2; /* SDC2 SD card slot */
33 sdhc3 = &sdhc_3; /* SDC3 SDIO slot */
34 sdhc4 = &sdhc_4; /* SDC4 SDIO slot */
Gilad Avidov0697ea62013-02-11 16:46:38 -070035 };
36
Laura Abbott8d972ac2013-02-26 11:06:02 -080037 memory {
38
Laura Abbott670688a2013-03-14 19:13:49 -070039 secure_mem: secure_region {
Laura Abbott8d972ac2013-02-26 11:06:02 -080040 linux,contiguous-region;
41 reg = <0 0x7800000>;
42 label = "secure_mem";
43 };
Laura Abbott7795dfa2013-03-05 10:47:44 -080044
Laura Abbott670688a2013-03-14 19:13:49 -070045 adsp_mem: adsp_region {
Laura Abbott7795dfa2013-03-05 10:47:44 -080046 linux,contiguous-region;
47 reg = <0 0x2000000>;
48 label = "adsp_mem";
49 };
Laura Abbott8d972ac2013-02-26 11:06:02 -080050 };
51
Sathish Ambley4df614c2011-10-07 16:30:46 -070052 intc: interrupt-controller@F9000000 {
53 compatible = "qcom,msm-qgic2";
54 interrupt-controller;
Michael Bohanc7224532012-01-06 16:02:52 -080055 #interrupt-cells = <3>;
Sathish Ambley4df614c2011-10-07 16:30:46 -070056 reg = <0xF9000000 0x1000>,
57 <0xF9002000 0x1000>;
58 };
Sathish Ambley3d50c762011-10-25 15:26:00 -070059
Sathish Ambleye046b242012-04-09 12:38:05 -070060 msmgpio: gpio@fd510000 {
Michael Bohan0425f6f2012-01-17 14:36:39 -080061 compatible = "qcom,msm-gpio";
Rohit Vaswanib1cc4932012-07-23 21:30:11 -070062 gpio-controller;
63 #gpio-cells = <2>;
Michael Bohan0425f6f2012-01-17 14:36:39 -080064 interrupt-controller;
65 #interrupt-cells = <2>;
Sathish Ambleye046b242012-04-09 12:38:05 -070066 reg = <0xfd510000 0x4000>;
Rohit Vaswani341c2032012-11-08 18:49:29 -080067 ngpio = <146>;
Rohit Vaswanid2001522012-12-05 19:23:44 -080068 interrupts = <0 208 0>;
Rohit Vaswanied0a4ef2012-12-11 15:14:42 -080069 qcom,direct-connect-irqs = <8>;
Michael Bohan0425f6f2012-01-17 14:36:39 -080070 };
71
Joonwoo Park27a61782012-09-18 16:28:50 -070072 wcd9xxx_intc: wcd9xxx-irq {
73 compatible = "qcom,wcd9xxx-irq";
74 interrupt-controller;
75 #interrupt-cells = <1>;
76 interrupt-parent = <&msmgpio>;
77 interrupts = <72 0>;
78 interrupt-names = "cdc-int";
79 };
80
Sathish Ambley098f9bd2011-11-09 16:32:53 -080081 timer {
Syed Rameez Mustafa0824d6c2012-11-29 18:53:56 -080082 compatible = "arm,armv7-timer";
Sathish Ambleyddd099e2012-04-25 13:24:47 -070083 interrupts = <1 2 0 1 3 0>;
Sathish Ambley2f27a172012-03-16 10:46:28 -070084 clock-frequency = <19200000>;
Sathish Ambley098f9bd2011-11-09 16:32:53 -080085 };
86
Abhimanyu Kapur0e17a9c2013-03-08 14:14:40 -080087 qcom,mpm2-sleep-counter@fc4a3000 {
88 compatible = "qcom,mpm2-sleep-counter";
Joel King48ef6d42013-02-19 16:11:03 -080089 reg = <0xfc4a3000 0x1000>;
Abhimanyu Kapur0e17a9c2013-03-08 14:14:40 -080090 clock-frequency = <32768>;
Joel King48ef6d42013-02-19 16:11:03 -080091 };
92
Vinay Kaliab35a0182013-02-16 16:44:34 -080093 msm_vidc: qcom,vidc@fdc00000 {
Praneeth Paladugu4b73ec82012-02-08 12:55:59 -080094 compatible = "qcom,msm-vidc";
95 reg = <0xfdc00000 0xff000>;
96 interrupts = <0 44 0>;
Vinay Kaliab6a3b9c2013-02-12 13:45:01 -080097 qcom,hfi = "venus";
Ashray Kulkarnid3dd0aa2013-03-11 20:07:58 -070098 qcom,has-ocmem;
Praneeth Paladugu4b73ec82012-02-08 12:55:59 -080099 };
100
Deva Ramasubramanianf8ec9d692012-07-12 20:42:12 -0700101 qcom,wfd {
102 compatible = "qcom,msm-wfd";
103 };
104
David Brown225abee2012-02-09 22:28:50 -0800105 serial@f991f000 {
Sathish Ambley3d50c762011-10-25 15:26:00 -0700106 compatible = "qcom,msm-lsuart-v14";
David Brown225abee2012-02-09 22:28:50 -0800107 reg = <0xf991f000 0x1000>;
Michael Bohanc7224532012-01-06 16:02:52 -0800108 interrupts = <0 109 0>;
Stepan Moskovchenko43f11582012-08-08 17:20:38 -0700109 status = "disabled";
Sathish Ambley3d50c762011-10-25 15:26:00 -0700110 };
Pavankumar Kondetieaea7fe2011-10-27 14:46:45 +0530111
Sathish Ambley9d69ac32012-03-21 10:28:26 -0700112 serial@f995e000 {
113 compatible = "qcom,msm-lsuart-v14";
114 reg = <0xf995e000 0x1000>;
115 interrupts = <0 114 0>;
Stepan Moskovchenko43f11582012-08-08 17:20:38 -0700116 status = "disabled";
Sathish Ambley9d69ac32012-03-21 10:28:26 -0700117 };
118
Stepan Moskovchenko5269b602012-08-08 17:57:09 -0700119 serial@f991e000 {
120 compatible = "qcom,msm-lsuart-v14";
121 reg = <0xf991e000 0x1000>;
122 interrupts = <0 108 0>;
123 status = "disabled";
Mayank Rana9ba08292013-01-29 14:47:09 +0530124
125 qcom,msm-bus,name = "serial_uart2";
126 qcom,msm-bus,num-cases = <2>;
127 qcom,msm-bus,active-only = <0>;
128 qcom,msm-bus,num-paths = <1>;
129 qcom,msm-bus,vectors-KBps =
130 <84 512 0 0>,
131 <84 512 500 800>;
Stepan Moskovchenko5269b602012-08-08 17:57:09 -0700132 };
133
David Keitel7df02732012-08-17 16:33:06 -0700134 usb_otg: usb@f9a55000 {
Pavankumar Kondetieaea7fe2011-10-27 14:46:45 +0530135 compatible = "qcom,hsusb-otg";
Vijayavardhan Vennapusa029c2852013-01-02 20:03:51 +0530136 status = "disabled";
137
David Brown225abee2012-02-09 22:28:50 -0800138 reg = <0xf9a55000 0x400>;
Manu Gautamf8c45642012-08-10 10:20:56 -0700139 interrupts = <0 134 0 0 140 0>;
140 interrupt-names = "core_irq", "async_irq";
Michael Bohane66a3a92012-03-26 12:47:28 -0700141 HSUSB_VDDCX-supply = <&pm8841_s2>;
142 HSUSB_1p8-supply = <&pm8941_l6>;
143 HSUSB_3p3-supply = <&pm8941_l24>;
Pavankumar Kondetieaea7fe2011-10-27 14:46:45 +0530144
145 qcom,hsusb-otg-phy-type = <2>;
Manu Gautam4fea0af2012-09-06 12:52:48 -0700146 qcom,hsusb-otg-phy-init-seq = <0x63 0x81 0xffffffff>;
Pavankumar Kondetieaea7fe2011-10-27 14:46:45 +0530147 qcom,hsusb-otg-mode = <1>;
Sridhar Parasurama418ce22012-09-26 09:35:21 -0700148 qcom,hsusb-otg-otg-control = <1>;
Manu Gautambd53fba2012-07-31 16:13:06 +0530149 qcom,hsusb-otg-disable-reset;
Manu Gautam0ddbd922012-09-21 17:17:38 +0530150 qcom,hsusb-otg-pnoc-errata-fix;
Manu Gautam2e8ac102012-08-31 11:41:16 -0700151
Gagan Macb2372ae2012-08-20 19:24:32 -0600152 qcom,msm-bus,name = "usb2";
153 qcom,msm-bus,num-cases = <2>;
154 qcom,msm-bus,active-only = <0>;
155 qcom,msm-bus,num-paths = <1>;
156 qcom,msm-bus,vectors-KBps =
Manu Gautam2e8ac102012-08-31 11:41:16 -0700157 <87 512 0 0>,
Gagan Macb2372ae2012-08-20 19:24:32 -0600158 <87 512 60000 960000>;
Pavankumar Kondetieaea7fe2011-10-27 14:46:45 +0530159 };
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +0530160
Krishna Kondab6da6932012-08-19 12:04:05 -0700161 sdcc1: qcom,sdcc@f9824000 {
Sujit Reddy Thumma38459152012-06-26 00:07:59 +0530162 cell-index = <1>; /* SDC1 eMMC slot */
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +0530163 compatible = "qcom,msm-sdcc";
Krishna Konda99783e622012-08-29 10:40:15 -0700164 reg = <0xf9824000 0x800>,
165 <0xf9824800 0x100>,
166 <0xf9804000 0x7000>;
167 reg-names = "core_mem", "dml_mem", "bam_mem";
168 interrupts = <0 123 0>, <0 137 0>;
169 interrupt-names = "core_irq", "bam_irq";
Sujit Reddy Thummab9ff7f02012-05-04 09:57:49 +0530170 vdd-supply = <&pm8941_l20>;
171 vdd-io-supply = <&pm8941_s3>;
172
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700173 qcom,vdd-always-on;
174 qcom,vdd-lpm-sup;
175 qcom,vdd-voltage-level = <2950000 2950000>;
176 qcom,vdd-current-level = <800 500000>;
Sujit Reddy Thummab9ff7f02012-05-04 09:57:49 +0530177
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700178 qcom,vdd-io-always-on;
179 qcom,vdd-io-voltage-level = <1800000 1800000>;
180 qcom,vdd-io-current-level = <250 154000>;
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +0530181
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700182 qcom,pad-pull-on = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
183 qcom,pad-pull-off = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
184 qcom,pad-drv-on = <0x7 0x4 0x4>; /* 16mA, 10mA, 10mA */
185 qcom,pad-drv-off = <0x0 0x0 0x0>; /* 2mA, 2mA, 2mA */
Sujit Reddy Thumma38459152012-06-26 00:07:59 +0530186
Sujit Reddy Thumma1443c832012-11-26 12:26:56 +0530187 qcom,clk-rates = <400000 20000000 25000000 50000000 100000000 200000000>;
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700188 qcom,sup-voltages = <2950 2950>;
189 qcom,bus-width = <8>;
190 qcom,nonremovable;
191 qcom,bus-speed-mode = "HS200_1p8v", "DDR_1p8v";
Sridhar Parasuram15645742012-11-18 12:07:59 -0800192
193 qcom,msm-bus,name = "sdcc1";
Sujit Reddy Thumma1443c832012-11-26 12:26:56 +0530194 qcom,msm-bus,num-cases = <8>;
Sridhar Parasuram15645742012-11-18 12:07:59 -0800195 qcom,msm-bus,active-only = <0>;
196 qcom,msm-bus,num-paths = <1>;
197 qcom,msm-bus,vectors-KBps = <78 512 0 0>, /* No vote */
Sujit Reddy Thumma1443c832012-11-26 12:26:56 +0530198 <78 512 1600 3200>, /* 400 KB/s*/
199 <78 512 80000 160000>, /* 20 MB/s */
200 <78 512 100000 200000>, /* 25 MB/s */
201 <78 512 200000 400000>, /* 50 MB/s */
202 <78 512 400000 800000>, /* 100 MB/s */
203 <78 512 800000 1600000>, /* 200 MB/s */
204 <78 512 2048000 4096000>; /* Max. bandwidth */
205 qcom,bus-bw-vectors-bps = <0 400000 20000000 25000000 50000000 100000000 200000000 4294967295>;
Sujit Reddy Thumma3adba2b2012-11-03 09:42:01 +0530206 qcom,dat1-mpm-int = <42>;
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +0530207 };
208
Krishna Kondab6da6932012-08-19 12:04:05 -0700209 sdcc2: qcom,sdcc@f98a4000 {
Sujit Reddy Thumma38459152012-06-26 00:07:59 +0530210 cell-index = <2>; /* SDC2 SD card slot */
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530211 compatible = "qcom,msm-sdcc";
Krishna Konda99783e622012-08-29 10:40:15 -0700212 reg = <0xf98a4000 0x800>,
213 <0xf98a4800 0x100>,
214 <0xf9884000 0x7000>;
215 reg-names = "core_mem", "dml_mem", "bam_mem";
216 interrupts = <0 125 0>, <0 220 0>;
217 interrupt-names = "core_irq", "bam_irq";
Sujit Reddy Thummab9ff7f02012-05-04 09:57:49 +0530218 vdd-supply = <&pm8941_l21>;
219 vdd-io-supply = <&pm8941_l13>;
220
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700221 qcom,vdd-voltage-level = <2950000 2950000>;
222 qcom,vdd-current-level = <9000 800000>;
Sujit Reddy Thummab9ff7f02012-05-04 09:57:49 +0530223
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700224 qcom,vdd-io-voltage-level = <1800000 2950000>;
225 qcom,vdd-io-current-level = <6 22000>;
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530226
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700227 qcom,pad-pull-on = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
228 qcom,pad-pull-off = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
229 qcom,pad-drv-on = <0x7 0x4 0x4>; /* 16mA, 10mA, 10mA */
230 qcom,pad-drv-off = <0x0 0x0 0x0>; /* 2mA, 2mA, 2mA */
Sujit Reddy Thumma38459152012-06-26 00:07:59 +0530231
Sujit Reddy Thumma1443c832012-11-26 12:26:56 +0530232 qcom,clk-rates = <400000 20000000 25000000 50000000 100000000 200000000>;
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700233 qcom,sup-voltages = <2950 2950>;
234 qcom,bus-width = <4>;
235 qcom,xpc;
236 qcom,bus-speed-mode = "SDR12", "SDR25", "SDR50", "DDR50", "SDR104";
237 qcom,current-limit = <800>;
Sridhar Parasuram15645742012-11-18 12:07:59 -0800238
239 qcom,msm-bus,name = "sdcc2";
Sujit Reddy Thumma1443c832012-11-26 12:26:56 +0530240 qcom,msm-bus,num-cases = <8>;
Sridhar Parasuram15645742012-11-18 12:07:59 -0800241 qcom,msm-bus,active-only = <0>;
242 qcom,msm-bus,num-paths = <1>;
243 qcom,msm-bus,vectors-KBps = <81 512 0 0>, /* No vote */
Sujit Reddy Thumma1443c832012-11-26 12:26:56 +0530244 <81 512 1600 3200>, /* 400 KB/s*/
245 <81 512 80000 160000>, /* 20 MB/s */
246 <81 512 100000 200000>, /* 25 MB/s */
247 <81 512 200000 400000>, /* 50 MB/s */
248 <81 512 400000 800000>, /* 100 MB/s */
249 <81 512 800000 1600000>, /* 200 MB/s */
250 <81 512 2048000 4096000>; /* Max. bandwidth */
251 qcom,bus-bw-vectors-bps = <0 400000 20000000 25000000 50000000 100000000 200000000 4294967295>;
Sujit Reddy Thumma3adba2b2012-11-03 09:42:01 +0530252 qcom,dat1-mpm-int = <44>;
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530253 };
254
Krishna Kondab6da6932012-08-19 12:04:05 -0700255 sdcc3: qcom,sdcc@f9864000 {
Sujit Reddy Thumma38459152012-06-26 00:07:59 +0530256 cell-index = <3>; /* SDC3 SDIO slot */
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +0530257 compatible = "qcom,msm-sdcc";
Krishna Konda99783e622012-08-29 10:40:15 -0700258 reg = <0xf9864000 0x800>,
259 <0xf9864800 0x100>,
260 <0xf9844000 0x7000>;
261 reg-names = "core_mem", "dml_mem", "bam_mem";
Sujit Reddy Thumma3adba2b2012-11-03 09:42:01 +0530262 #address-cells = <0>;
263 interrupt-parent = <&sdcc3>;
264 interrupts = <0 1 2>;
265 #interrupt-cells = <1>;
266 interrupt-map-mask = <0xffffffff>;
267 interrupt-map = <0 &intc 0 127 0
268 1 &intc 0 223 0
269 2 &msmgpio 37 0x8>;
270 interrupt-names = "core_irq", "bam_irq", "sdiowakeup_irq";
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +0530271
Sujit Reddy Thumma38459152012-06-26 00:07:59 +0530272 gpios = <&msmgpio 40 0>, /* CLK */
273 <&msmgpio 39 0>, /* CMD */
274 <&msmgpio 38 0>, /* DATA0 */
275 <&msmgpio 37 0>, /* DATA1 */
276 <&msmgpio 36 0>, /* DATA2 */
277 <&msmgpio 35 0>; /* DATA3 */
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700278 qcom,gpio-names = "CLK", "CMD", "DAT0", "DAT1", "DAT2", "DAT3";
Sujit Reddy Thumma38459152012-06-26 00:07:59 +0530279
Sujit Reddy Thumma1443c832012-11-26 12:26:56 +0530280 qcom,clk-rates = <400000 20000000 25000000 50000000 100000000>;
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700281 qcom,sup-voltages = <1800 1800>;
282 qcom,bus-width = <4>;
283 qcom,bus-speed-mode = "SDR12", "SDR25", "SDR50", "DDR50";
Sridhar Parasuram15645742012-11-18 12:07:59 -0800284
285 qcom,msm-bus,name = "sdcc3";
Sujit Reddy Thumma1443c832012-11-26 12:26:56 +0530286 qcom,msm-bus,num-cases = <8>;
Sridhar Parasuram15645742012-11-18 12:07:59 -0800287 qcom,msm-bus,active-only = <0>;
288 qcom,msm-bus,num-paths = <1>;
289 qcom,msm-bus,vectors-KBps = <79 512 0 0>, /* No vote */
Sujit Reddy Thumma1443c832012-11-26 12:26:56 +0530290 <79 512 1600 3200>, /* 400 KB/s*/
291 <79 512 80000 160000>, /* 20 MB/s */
292 <79 512 100000 200000>, /* 25 MB/s */
293 <79 512 200000 400000>, /* 50 MB/s */
294 <79 512 400000 800000>, /* 100 MB/s */
295 <79 512 800000 1600000>, /* 200 MB/s */
296 <79 512 2048000 4096000>; /* Max. bandwidth */
297 qcom,bus-bw-vectors-bps = <0 400000 20000000 25000000 50000000 100000000 200000000 4294967295>;
Sujit Reddy Thumma7138b3e2012-06-04 09:10:11 +0530298 status = "disable";
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530299 };
300
Krishna Kondab6da6932012-08-19 12:04:05 -0700301 sdcc4: qcom,sdcc@f98e4000 {
Sujit Reddy Thumma38459152012-06-26 00:07:59 +0530302 cell-index = <4>; /* SDC4 SDIO slot */
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530303 compatible = "qcom,msm-sdcc";
Krishna Konda99783e622012-08-29 10:40:15 -0700304 reg = <0xf98e4000 0x800>,
305 <0xf98e4800 0x100>,
306 <0xf98c4000 0x7000>;
307 reg-names = "core_mem", "dml_mem", "bam_mem";
Sujit Reddy Thumma3adba2b2012-11-03 09:42:01 +0530308 #address-cells = <0>;
309 interrupt-parent = <&sdcc4>;
310 interrupts = <0 1 2>;
311 #interrupt-cells = <1>;
312 interrupt-map-mask = <0xffffffff>;
313 interrupt-map = <0 &intc 0 129 0
314 1 &intc 0 226 0
315 2 &msmgpio 95 0x8>;
316 interrupt-names = "core_irq", "bam_irq", "sdiowakeup_irq";
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530317
Sujit Reddy Thumma38459152012-06-26 00:07:59 +0530318 gpios = <&msmgpio 93 0>, /* CLK */
319 <&msmgpio 91 0>, /* CMD */
320 <&msmgpio 96 0>, /* DATA0 */
321 <&msmgpio 95 0>, /* DATA1 */
322 <&msmgpio 94 0>, /* DATA2 */
323 <&msmgpio 92 0>; /* DATA3 */
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700324 qcom,gpio-names = "CLK", "CMD", "DAT0", "DAT1", "DAT2", "DAT3";
Sujit Reddy Thumma38459152012-06-26 00:07:59 +0530325
Sujit Reddy Thumma1443c832012-11-26 12:26:56 +0530326 qcom,clk-rates = <400000 20000000 25000000 50000000 100000000>;
Oluwafemi Adeyemi6cdfdb82012-11-02 13:36:29 -0700327 qcom,sup-voltages = <1800 1800>;
328 qcom,bus-width = <4>;
329 qcom,bus-speed-mode = "SDR12", "SDR25", "SDR50", "DDR50";
Sridhar Parasuram15645742012-11-18 12:07:59 -0800330
331 qcom,msm-bus,name = "sdcc4";
Sujit Reddy Thumma1443c832012-11-26 12:26:56 +0530332 qcom,msm-bus,num-cases = <8>;
Sridhar Parasuram15645742012-11-18 12:07:59 -0800333 qcom,msm-bus,active-only = <0>;
334 qcom,msm-bus,num-paths = <1>;
335 qcom,msm-bus,vectors-KBps = <80 512 0 0>, /* No vote */
Sujit Reddy Thumma1443c832012-11-26 12:26:56 +0530336 <80 512 1600 3200>, /* 400 KB/s*/
337 <80 512 80000 160000>, /* 20 MB/s */
338 <80 512 100000 200000>, /* 25 MB/s */
339 <80 512 200000 400000>, /* 50 MB/s */
340 <80 512 400000 800000>, /* 100 MB/s */
341 <80 512 800000 1600000>, /* 200 MB/s */
342 <80 512 2048000 4096000>; /* Max. bandwidth */
343 qcom,bus-bw-vectors-bps = <0 400000 20000000 25000000 50000000 100000000 200000000 4294967295>;
Sujit Reddy Thumma7138b3e2012-06-04 09:10:11 +0530344 status = "disable";
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +0530345 };
Yan He1466daa2011-11-30 17:25:38 -0800346
Venkat Gopalakrishnan9855edd2012-09-17 15:05:13 -0700347 sdhc_1: sdhci@f9824900 {
348 qcom,bus-width = <8>;
349 compatible = "qcom,sdhci-msm";
350 reg = <0xf9824900 0x11c>, <0xf9824000 0x800>;
351 reg-names = "hc_mem", "core_mem";
352 interrupts = <0 123 0>, <0 138 0>;
353 interrupt-names = "hc_irq", "pwr_irq";
Sahitya Tummala78233942013-02-25 16:14:17 +0530354 qcom,bus-speed-mode = "HS200_1p8v", "DDR_1p8v";
Sahitya Tummalaecc8cae2013-03-10 07:04:16 +0530355 qcom,cpu-dma-latency-us = <200>;
Sahitya Tummala9062e002013-03-10 14:13:40 +0530356
357 qcom,msm-bus,name = "sdhc1";
358 qcom,msm-bus,num-cases = <8>;
359 qcom,msm-bus,active-only = <0>;
360 qcom,msm-bus,num-paths = <1>;
361 qcom,msm-bus,vectors-KBps = <78 512 0 0>, /* No vote */
362 <78 512 1600 3200>, /* 400 KB/s*/
363 <78 512 80000 160000>, /* 20 MB/s */
364 <78 512 100000 200000>, /* 25 MB/s */
365 <78 512 200000 400000>, /* 50 MB/s */
366 <78 512 400000 800000>, /* 100 MB/s */
367 <78 512 800000 1600000>, /* 200 MB/s */
368 <78 512 2048000 4096000>; /* Max. bandwidth */
369 qcom,bus-bw-vectors-bps = <0 400000 20000000 25000000 50000000 100000000 200000000 4294967295>;
Venkat Gopalakrishnan9855edd2012-09-17 15:05:13 -0700370 status = "disable";
371 };
372
373 sdhc_2: sdhci@f98a4900 {
374 compatible = "qcom,sdhci-msm";
375 reg = <0xf98a4900 0x11c>, <0xf98a4000 0x800>;
376 reg-names = "hc_mem", "core_mem";
377 interrupts = <0 125 0>, <0 221 0>;
378 interrupt-names = "hc_irq", "pwr_irq";
379
380 qcom,bus-width = <4>;
Sahitya Tummalaecc8cae2013-03-10 07:04:16 +0530381 qcom,cpu-dma-latency-us = <200>;
Sahitya Tummala9062e002013-03-10 14:13:40 +0530382
383 qcom,msm-bus,name = "sdhc2";
384 qcom,msm-bus,num-cases = <8>;
385 qcom,msm-bus,active-only = <0>;
386 qcom,msm-bus,num-paths = <1>;
387 qcom,msm-bus,vectors-KBps = <81 512 0 0>, /* No vote */
388 <81 512 1600 3200>, /* 400 KB/s*/
389 <81 512 80000 160000>, /* 20 MB/s */
390 <81 512 100000 200000>, /* 25 MB/s */
391 <81 512 200000 400000>, /* 50 MB/s */
392 <81 512 400000 800000>, /* 100 MB/s */
393 <81 512 800000 1600000>, /* 200 MB/s */
394 <81 512 2048000 4096000>; /* Max. bandwidth */
395 qcom,bus-bw-vectors-bps = <0 400000 20000000 25000000 50000000 100000000 200000000 4294967295>;
Venkat Gopalakrishnan9855edd2012-09-17 15:05:13 -0700396 status = "disable";
397 };
398
399 sdhc_3: sdhci@f9864900 {
400 compatible = "qcom,sdhci-msm";
401 reg = <0xf9864900 0x11c>, <0xf9864000 0x800>;
402 reg-names = "hc_mem", "core_mem";
403 interrupts = <0 127 0>, <0 224 0>;
404 interrupt-names = "hc_irq", "pwr_irq";
405 gpios = <&msmgpio 40 0>, /* CLK */
406 <&msmgpio 39 0>, /* CMD */
407 <&msmgpio 38 0>, /* DATA0 */
408 <&msmgpio 37 0>, /* DATA1 */
409 <&msmgpio 36 0>, /* DATA2 */
410 <&msmgpio 35 0>; /* DATA3 */
411 qcom,gpio-names = "CLK", "CMD", "DAT0", "DAT1", "DAT2", "DAT3";
412
413 qcom,bus-width = <4>;
Sahitya Tummalaecc8cae2013-03-10 07:04:16 +0530414 qcom,cpu-dma-latency-us = <200>;
Sahitya Tummala9062e002013-03-10 14:13:40 +0530415
416 qcom,msm-bus,name = "sdhc3";
417 qcom,msm-bus,num-cases = <8>;
418 qcom,msm-bus,active-only = <0>;
419 qcom,msm-bus,num-paths = <1>;
420 qcom,msm-bus,vectors-KBps = <79 512 0 0>, /* No vote */
421 <79 512 1600 3200>, /* 400 KB/s*/
422 <79 512 80000 160000>, /* 20 MB/s */
423 <79 512 100000 200000>, /* 25 MB/s */
424 <79 512 200000 400000>, /* 50 MB/s */
425 <79 512 400000 800000>, /* 100 MB/s */
426 <79 512 800000 1600000>, /* 200 MB/s */
427 <79 512 2048000 4096000>; /* Max. bandwidth */
428 qcom,bus-bw-vectors-bps = <0 400000 20000000 25000000 50000000 100000000 200000000 4294967295>;
Venkat Gopalakrishnan9855edd2012-09-17 15:05:13 -0700429 status = "disable";
430 };
431
432 sdhc_4: sdhci@f98e4900 {
433 compatible = "qcom,sdhci-msm";
434 reg = <0xf98e4900 0x11c>, <0xf98e4000 0x800>;
435 reg-names = "hc_mem", "core_mem";
436 interrupts = <0 129 0>, <0 227 0>;
437 interrupt-names = "hc_irq", "pwr_irq";
438 gpios = <&msmgpio 93 0>, /* CLK */
439 <&msmgpio 91 0>, /* CMD */
440 <&msmgpio 96 0>, /* DATA0 */
441 <&msmgpio 95 0>, /* DATA1 */
442 <&msmgpio 94 0>, /* DATA2 */
443 <&msmgpio 92 0>; /* DATA3 */
444 qcom,gpio-names = "CLK", "CMD", "DAT0", "DAT1", "DAT2", "DAT3";
445
446 qcom,bus-width = <4>;
Sahitya Tummalaecc8cae2013-03-10 07:04:16 +0530447 qcom,cpu-dma-latency-us = <200>;
Sahitya Tummala9062e002013-03-10 14:13:40 +0530448
449 qcom,msm-bus,name = "sdhc4";
450 qcom,msm-bus,num-cases = <8>;
451 qcom,msm-bus,active-only = <0>;
452 qcom,msm-bus,num-paths = <1>;
453 qcom,msm-bus,vectors-KBps = <80 512 0 0>, /* No vote */
454 <80 512 1600 3200>, /* 400 KB/s*/
455 <80 512 80000 160000>, /* 20 MB/s */
456 <80 512 100000 200000>, /* 25 MB/s */
457 <80 512 200000 400000>, /* 50 MB/s */
458 <80 512 400000 800000>, /* 100 MB/s */
459 <80 512 800000 1600000>, /* 200 MB/s */
460 <80 512 2048000 4096000>; /* Max. bandwidth */
461 qcom,bus-bw-vectors-bps = <0 400000 20000000 25000000 50000000 100000000 200000000 4294967295>;
Venkat Gopalakrishnan9855edd2012-09-17 15:05:13 -0700462 status = "disable";
463 };
464
David Brown225abee2012-02-09 22:28:50 -0800465 qcom,sps@f9980000 {
Yan He1466daa2011-11-30 17:25:38 -0800466 compatible = "qcom,msm_sps";
David Brown225abee2012-02-09 22:28:50 -0800467 reg = <0xf9984000 0x15000>,
468 <0xf9999000 0xb000>;
Michael Bohanc7224532012-01-06 16:02:52 -0800469 interrupts = <0 94 0>;
Yan He1466daa2011-11-30 17:25:38 -0800470
471 qcom,bam-dma-res-pipes = <6>;
472 };
473
Gilad Avidov0697ea62013-02-11 16:46:38 -0700474 spi_7: spi_epm: spi@f9966000 {
Sagar Dhariae0bb6502012-08-10 20:25:51 -0600475 compatible = "qcom,spi-qup-v2";
Sagar Dhariae0bb6502012-08-10 20:25:51 -0600476 reg = <0xf9966000 0x1000>;
477 interrupts = <0 104 0>;
478 spi-max-frequency = <19200000>;
479 #address-cells = <1>;
480 #size-cells = <0>;
481 gpios = <&msmgpio 56 0>, /* CLK */
482 <&msmgpio 54 0>, /* MISO */
483 <&msmgpio 53 0>; /* MOSI */
484 cs-gpios = <&msmgpio 55 0>;
485 };
Hariprasad Dhalinarasimhade991f02012-05-31 13:15:51 -0700486
Liron Kuchc5b26a62013-01-09 15:09:14 +0200487 tspp: msm_tspp@f99d8000 {
488 compatible = "qcom,msm_tspp";
489 cell-index = <0>;
490 reg = <0xf99d8000 0x1000>, /* MSM_TSIF0_PHYS */
491 <0xf99d9000 0x1000>, /* MSM_TSIF1_PHYS */
492 <0xf99da000 0x1000>, /* MSM_TSPP_PHYS */
493 <0xf99c4000 0x14000>; /* MSM_TSPP_BAM_PHYS */
494 reg-names = "MSM_TSIF0_PHYS",
495 "MSM_TSIF1_PHYS",
496 "MSM_TSPP_PHYS",
497 "MSM_TSPP_BAM_PHYS";
498 interrupts = <0 153 0>, /* TSIF_TSPP_IRQ */
499 <0 151 0>, /* TSIF0_IRQ */
500 <0 152 0>, /* TSIF1_IRQ */
501 <0 154 0>; /* TSIF_BAM_IRQ */
502 interrupt-names = "TSIF_TSPP_IRQ",
503 "TSIF0_IRQ",
504 "TSIF1_IRQ",
505 "TSIF_BAM_IRQ";
506 qcom,tsif-pclk = "iface_clk";
507 qcom,tsif-ref-clk = "ref_clk";
508 gpios = <&msmgpio 89 0>, /* TSIF0 CLK */
509 <&msmgpio 90 0>, /* TSIF0 EN */
510 <&msmgpio 91 0>, /* TSIF0 DATA */
511 <&msmgpio 92 0>, /* TSIF0 SYNC */
512 <&msmgpio 93 0>, /* TSIF1 CLK */
513 <&msmgpio 94 0>, /* TSIF1 EN */
514 <&msmgpio 95 0>, /* TSIF1 DATA */
515 <&msmgpio 96 0>; /* TSIF1 SYNC */
516 qcom,gpio-names = "tsif_clk",
517 "tsif_en",
518 "tsif_data",
519 "tsif_sync",
520 "tsif_clk",
521 "tsif_en",
522 "tsif_data",
523 "tsif_sync";
524 qcom,gpios-func = <1>;
525 };
526
Joonwoo Park6ecc51a2012-10-20 22:32:32 -0700527 slim_msm: slim@fe12f000 {
Sagar Dhariaa316a962012-03-21 16:13:22 -0600528 cell-index = <1>;
Sagar Dhariad27ab412012-09-27 00:31:51 -0600529 compatible = "qcom,slim-ngd";
Sagar Dhariaa316a962012-03-21 16:13:22 -0600530 reg = <0xfe12f000 0x35000>,
531 <0xfe104000 0x20000>;
532 reg-names = "slimbus_physical", "slimbus_bam_physical";
533 interrupts = <0 163 0 0 164 0>;
534 interrupt-names = "slimbus_irq", "slimbus_bam_irq";
Kiran Kandie8bf5d52012-08-06 16:03:16 -0700535
536 taiko_codec {
537 compatible = "qcom,taiko-slim-pgd";
538 elemental-addr = [00 01 A0 00 17 02];
539
Joonwoo Park27a61782012-09-18 16:28:50 -0700540 interrupt-parent = <&wcd9xxx_intc>;
541 interrupts = <0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28>;
542
Kiran Kandie8bf5d52012-08-06 16:03:16 -0700543 qcom,cdc-reset-gpio = <&msmgpio 63 0>;
544
545 cdc-vdd-buck-supply = <&pm8941_s2>;
546 qcom,cdc-vdd-buck-voltage = <2150000 2150000>;
547 qcom,cdc-vdd-buck-current = <650000>;
548
549 cdc-vdd-tx-h-supply = <&pm8941_s3>;
550 qcom,cdc-vdd-tx-h-voltage = <1800000 1800000>;
551 qcom,cdc-vdd-tx-h-current = <25000>;
552
553 cdc-vdd-rx-h-supply = <&pm8941_s3>;
554 qcom,cdc-vdd-rx-h-voltage = <1800000 1800000>;
555 qcom,cdc-vdd-rx-h-current = <25000>;
556
557 cdc-vddpx-1-supply = <&pm8941_s3>;
558 qcom,cdc-vddpx-1-voltage = <1800000 1800000>;
559 qcom,cdc-vddpx-1-current = <10000>;
560
561 cdc-vdd-a-1p2v-supply = <&pm8941_l1>;
562 qcom,cdc-vdd-a-1p2v-voltage = <1225000 1225000>;
563 qcom,cdc-vdd-a-1p2v-current = <10000>;
564
565 cdc-vddcx-1-supply = <&pm8941_l1>;
566 qcom,cdc-vddcx-1-voltage = <1225000 1225000>;
567 qcom,cdc-vddcx-1-current = <10000>;
568
569 cdc-vddcx-2-supply = <&pm8941_l1>;
570 qcom,cdc-vddcx-2-voltage = <1225000 1225000>;
571 qcom,cdc-vddcx-2-current = <10000>;
572
573 qcom,cdc-micbias-ldoh-v = <0x3>;
574 qcom,cdc-micbias-cfilt1-mv = <1800>;
575 qcom,cdc-micbias-cfilt2-mv = <2700>;
576 qcom,cdc-micbias-cfilt3-mv = <1800>;
577 qcom,cdc-micbias1-cfilt-sel = <0x0>;
578 qcom,cdc-micbias2-cfilt-sel = <0x1>;
579 qcom,cdc-micbias3-cfilt-sel = <0x2>;
580 qcom,cdc-micbias4-cfilt-sel = <0x2>;
Venkat Sudhira50a3762012-11-26 12:12:15 -0800581 qcom,cdc-mclk-clk-rate = <9600000>;
Kiran Kandie8bf5d52012-08-06 16:03:16 -0700582 qcom,cdc-slim-ifd = "taiko-slim-ifd";
583 qcom,cdc-slim-ifd-elemental-addr = [00 00 A0 00 17 02];
584 };
Sagar Dhariaa316a962012-03-21 16:13:22 -0600585 };
586
Kiran Kandi0121ad12012-08-20 13:01:47 -0700587 sound {
588 compatible = "qcom,msm8974-audio-taiko";
589 qcom,model = "msm8974-taiko-snd-card";
590
591 qcom,audio-routing =
592 "RX_BIAS", "MCLK",
593 "LDO_H", "MCLK",
Joonwoo Park43a3f2d2013-03-12 16:52:39 -0700594 "AIF4 MAD", "MCLK",
Kiran Kandi0121ad12012-08-20 13:01:47 -0700595 "AMIC1", "MIC BIAS1 Internal1",
596 "MIC BIAS1 Internal1", "Handset Mic",
597 "AMIC2", "MIC BIAS2 External",
598 "MIC BIAS2 External", "Headset Mic",
Kiran Kandi8ad43072012-10-22 13:06:43 -0700599 "AMIC3", "MIC BIAS2 External",
600 "MIC BIAS2 External", "ANCRight Headset Mic",
601 "AMIC4", "MIC BIAS2 External",
602 "MIC BIAS2 External", "ANCLeft Headset Mic",
Kiran Kandi0121ad12012-08-20 13:01:47 -0700603 "DMIC1", "MIC BIAS1 External",
604 "MIC BIAS1 External", "Digital Mic1",
605 "DMIC2", "MIC BIAS1 External",
606 "MIC BIAS1 External", "Digital Mic2",
607 "DMIC3", "MIC BIAS3 External",
608 "MIC BIAS3 External", "Digital Mic3",
609 "DMIC4", "MIC BIAS3 External",
610 "MIC BIAS3 External", "Digital Mic4",
611 "DMIC5", "MIC BIAS4 External",
612 "MIC BIAS4 External", "Digital Mic5",
613 "DMIC6", "MIC BIAS4 External",
614 "MIC BIAS4 External", "Digital Mic6";
Kiran Kandi79db1b02012-08-21 13:48:19 -0700615
616 qcom,cdc-mclk-gpios = <&pm8941_gpios 15 0>;
617 taiko-mclk-clk = <&pm8941_clkdiv1>;
618 qcom,taiko-mclk-clk-freq = <9600000>;
Damir Didjusto04d3c362013-01-07 14:30:53 -0800619 prim-auxpcm-gpio-clk = <&msmgpio 65 0>;
620 prim-auxpcm-gpio-sync = <&msmgpio 66 0>;
621 prim-auxpcm-gpio-din = <&msmgpio 67 0>;
622 prim-auxpcm-gpio-dout = <&msmgpio 68 0>;
Kiran Kandi0121ad12012-08-20 13:01:47 -0700623 };
624
Varad Deshmukh18057ed2012-07-03 16:34:53 -0700625 spmi_bus: qcom,spmi@fc4c0000 {
Kenneth Heitkef3c829c2012-01-13 17:02:43 -0700626 cell-index = <0>;
627 compatible = "qcom,spmi-pmic-arb";
Kenneth Heitke366b8a42012-12-18 13:51:37 -0700628 reg-names = "core", "intr", "cnfg";
Kenneth Heitkef3c829c2012-01-13 17:02:43 -0700629 reg = <0xfc4cf000 0x1000>,
Kenneth Heitke366b8a42012-12-18 13:51:37 -0700630 <0Xfc4cb000 0x1000>,
631 <0Xfc4ca000 0x1000>;
Kenneth Heitkef3c829c2012-01-13 17:02:43 -0700632 /* 190,ee0_krait_hlos_spmi_periph_irq */
633 /* 187,channel_0_krait_hlos_trans_done_irq */
634 interrupts = <0 190 0 0 187 0>;
635 qcom,pmic-arb-ee = <0>;
636 qcom,pmic-arb-channel = <0>;
Kenneth Heitkef3c829c2012-01-13 17:02:43 -0700637 };
Sagar Dharia218edb92012-01-15 18:03:01 -0700638
Gilad Avidovad837622013-02-15 09:42:49 -0700639 i2c_0: i2c@f9967000 { /* BLSP#11 */
Sagar Dharia218edb92012-01-15 18:03:01 -0700640 cell-index = <0>;
641 compatible = "qcom,i2c-qup";
Sagar Dharia8a73da92012-08-11 16:41:25 -0600642 reg = <0Xf9967000 0x1000>;
Amir Samuelovb5266182012-10-23 09:45:41 +0200643 #address-cells = <1>;
644 #size-cells = <0>;
Sagar Dharia218edb92012-01-15 18:03:01 -0700645 reg-names = "qup_phys_addr";
Sagar Dharia8a73da92012-08-11 16:41:25 -0600646 interrupts = <0 105 0>;
Sagar Dharia218edb92012-01-15 18:03:01 -0700647 interrupt-names = "qup_err_intr";
648 qcom,i2c-bus-freq = <100000>;
Gilad Avidovad837622013-02-15 09:42:49 -0700649 qcom,i2c-src-freq = <50000000>;
Sagar Dharia218edb92012-01-15 18:03:01 -0700650 };
Matt Wagantalle9b715a2012-01-04 18:16:14 -0800651
Gilad Avidovad837622013-02-15 09:42:49 -0700652 i2c_2: i2c@f9924000 {
Amy Malochebc7e9672012-08-15 10:30:40 -0700653 cell-index = <2>;
654 compatible = "qcom,i2c-qup";
655 reg = <0xf9924000 0x1000>;
656 #address-cells = <1>;
657 #size-cells = <0>;
658 reg-names = "qup_phys_addr";
659 interrupts = <0 96 0>;
660 interrupt-names = "qup_err_intr";
661 qcom,i2c-bus-freq = <100000>;
Gilad Avidovad837622013-02-15 09:42:49 -0700662 qcom,i2c-src-freq = <50000000>;
Amy Malochebc7e9672012-08-15 10:30:40 -0700663 };
664
Gilad Avidov0697ea62013-02-11 16:46:38 -0700665 spi_0: spi@f9923000 {
Subbaraman Narayanamurthy3f93ab12012-08-17 19:39:47 -0700666 compatible = "qcom,spi-qup-v2";
667 reg = <0xf9923000 0x1000>;
668 interrupts = <0 95 0>;
669 spi-max-frequency = <19200000>;
670 #address-cells = <1>;
671 #size-cells = <0>;
672 gpios = <&msmgpio 3 0>, /* CLK */
673 <&msmgpio 1 0>, /* MISO */
674 <&msmgpio 0 0>; /* MOSI */
675 cs-gpios = <&msmgpio 9 0>;
676 };
677
Matt Wagantall48523022012-04-23 13:28:42 -0700678 qcom,acpuclk@f9000000 {
Abhimanyu Kapur90ced6e2012-06-26 17:41:25 -0700679 compatible = "qcom,acpuclk-8974";
Matt Wagantallbf9eb2c2012-05-31 09:44:22 -0700680 krait0-supply = <&krait0_vreg>;
681 krait1-supply = <&krait1_vreg>;
682 krait2-supply = <&krait2_vreg>;
683 krait3-supply = <&krait3_vreg>;
David Collins1c91ea72012-05-03 16:17:35 -0700684 krait0_mem-supply = <&pm8841_s1_ao>;
685 krait1_mem-supply = <&pm8841_s1_ao>;
686 krait2_mem-supply = <&pm8841_s1_ao>;
687 krait3_mem-supply = <&pm8841_s1_ao>;
688 krait0_dig-supply = <&pm8841_s2_corner_ao>;
689 krait1_dig-supply = <&pm8841_s2_corner_ao>;
690 krait2_dig-supply = <&pm8841_s2_corner_ao>;
691 krait3_dig-supply = <&pm8841_s2_corner_ao>;
David Collinsaba4b9b2012-11-28 17:18:24 -0800692 krait0_hfpll-supply = <&pm8941_l12_ao>;
693 krait1_hfpll-supply = <&pm8941_l12_ao>;
694 krait2_hfpll-supply = <&pm8941_l12_ao>;
695 krait3_hfpll-supply = <&pm8941_l12_ao>;
696 l2_hfpll-supply = <&pm8941_l12_ao>;
Matt Wagantalle9b715a2012-01-04 18:16:14 -0800697 };
Ido Shayevitzef72ddd2012-03-28 18:55:55 +0200698
Vijayavardhan Vennapusaa3de1cc2012-10-23 11:32:27 +0530699 usb3: qcom,ssusb@f9200000 {
Ido Shayevitzef72ddd2012-03-28 18:55:55 +0200700 compatible = "qcom,dwc-usb3-msm";
Ido Shayevitz7ad8ded2012-08-28 04:30:58 +0300701 reg = <0xf9200000 0xfc000>,
702 <0xfd4ab000 0x4>;
Manu Gautamf2649e82012-10-23 10:06:55 +0530703 interrupts = <0 131 0>, <0 179 0>, <0 133 0>;
704 interrupt-names = "irq", "otg_irq", "hs_phy_irq";
Vijayavardhan Vennapusa4cdef832012-11-09 14:46:41 +0530705 ssusb_vdd_dig-supply = <&pm8841_s2_corner>;
Manu Gautam60e01352012-05-29 09:00:34 +0530706 SSUSB_1p8-supply = <&pm8941_l6>;
Vijayavardhan Vennapusa4cdef832012-11-09 14:46:41 +0530707 hsusb_vdd_dig-supply = <&pm8841_s2_corner>;
Manu Gautam60e01352012-05-29 09:00:34 +0530708 HSUSB_1p8-supply = <&pm8941_l6>;
709 HSUSB_3p3-supply = <&pm8941_l24>;
Manu Gautamf1fceddf2012-10-12 14:02:50 +0530710 vbus_dwc3-supply = <&pm8941_mvs1>;
Ido Shayevitzef72ddd2012-03-28 18:55:55 +0200711 qcom,dwc-usb3-msm-dbm-eps = <4>;
Vijayavardhan Vennapusa4cdef832012-11-09 14:46:41 +0530712 qcom,vdd-voltage-level = <1 5 7>;
Vijayavardhan Vennapusa22f5d442013-01-01 12:28:02 +0530713 qcom,dwc-hsphy-init = <0x00D195A4>;
Manu Gautam2617deb2012-08-31 17:50:06 -0700714
Gagan Macb2372ae2012-08-20 19:24:32 -0600715 qcom,msm-bus,name = "usb3";
716 qcom,msm-bus,num-cases = <2>;
717 qcom,msm-bus,active-only = <0>;
718 qcom,msm-bus,num-paths = <1>;
719 qcom,msm-bus,vectors-KBps =
Manu Gautam2617deb2012-08-31 17:50:06 -0700720 <61 512 0 0>,
Gagan Macb2372ae2012-08-20 19:24:32 -0600721 <61 512 240000 960000>;
Ido Shayevitzef72ddd2012-03-28 18:55:55 +0200722 };
Matt Wagantallc2bbdc32012-03-21 19:44:50 -0700723
Vijayavardhan Vennapusae78bb0e2013-01-02 18:57:35 +0530724 ehci: qcom,ehci-host@f9a55000 {
725 compatible = "qcom,ehci-host";
726 status = "disabled";
727 reg = <0xf9a55000 0x400>;
728 interrupts = <0 134 0>, <0 140 0>;
729 interrupt-names = "core_irq", "async_irq";
730 HSUSB_VDDCX-supply = <&pm8841_s2>;
731 HSUSB_1p8-supply = <&pm8941_l6>;
732 HSUSB_3p3-supply = <&pm8941_l24>;
733 qcom,usb2-enable-hsphy2;
734 qcom,usb2-power-budget = <500>;
735 };
736
Matt Wagantallfc727212012-01-06 18:18:25 -0800737 gdsc_oxili_gx: qcom,gdsc@fd8c4024 {
David Collinsf8861902013-01-10 15:38:09 -0800738 parent-supply = <&pm8841_s4_corner>;
Matt Wagantallfc727212012-01-06 18:18:25 -0800739 };
740
Matt Wagantallc2bbdc32012-03-21 19:44:50 -0700741 qcom,lpass@fe200000 {
742 compatible = "qcom,pil-q6v5-lpass";
743 reg = <0xfe200000 0x00100>,
Matt Wagantallc2bbdc32012-03-21 19:44:50 -0700744 <0xfd485100 0x00010>;
Matt Wagantall1f168152012-09-25 13:26:47 -0700745 reg-names = "qdsp6_base", "halt_base";
Matt Wagantall6c515982013-01-29 14:58:43 -0800746 vdd_cx-supply = <&pm8841_s2_corner>;
Stephen Boyd1be799e2012-10-17 15:50:42 -0700747 interrupts = <0 162 1>;
Matt Wagantallc2bbdc32012-03-21 19:44:50 -0700748
Matt Wagantall6e6b8cd2012-05-24 12:42:24 -0700749 qcom,firmware-name = "adsp";
Matt Wagantallc2bbdc32012-03-21 19:44:50 -0700750 };
Tianyi Gouc1e049f82011-11-23 14:20:16 -0800751
Joonwoo Park7ecf08d2012-08-17 11:35:12 -0700752 qcom,msm-adsp-loader {
753 compatible = "qcom,adsp-loader";
Venkat Sudhir480db8a2012-11-09 15:31:50 -0800754 qcom,adsp-state = <0>;
Joonwoo Park7ecf08d2012-08-17 11:35:12 -0700755 };
756
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700757 qcom,msm-pcm {
758 compatible = "qcom,msm-pcm-dsp";
Phani Kumar Uppalapatiebee2a72013-02-19 10:02:40 -0800759 qcom,msm-pcm-dsp-id = <0>;
760 };
761
762 qcom,msm-pcm-low-latency {
763 compatible = "qcom,msm-pcm-dsp";
764 qcom,msm-pcm-dsp-id = <1>;
765 qcom,msm-pcm-low-latency;
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700766 };
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700767
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700768 qcom,msm-pcm-routing {
769 compatible = "qcom,msm-pcm-routing";
770 };
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700771
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700772 qcom,msm-pcm-lpa {
773 compatible = "qcom,msm-pcm-lpa";
774 };
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700775
Harmandeep Singha3453a72012-07-03 12:31:09 -0700776 qcom,msm-compr-dsp {
777 compatible = "qcom,msm-compr-dsp";
778 };
779
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700780 qcom,msm-voip-dsp {
781 compatible = "qcom,msm-voip-dsp";
782 };
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700783
Phani Kumar Uppalapati9fbe9462012-08-24 15:09:36 -0700784 qcom,msm-pcm-voice {
785 compatible = "qcom,msm-pcm-voice";
786 };
787
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700788 qcom,msm-stub-codec {
789 compatible = "qcom,msm-stub-codec";
790 };
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700791
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700792 qcom,msm-dai-fe {
793 compatible = "qcom,msm-dai-fe";
794 };
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700795
Phani Kumar Uppalapati580884a2012-09-24 19:40:27 -0700796 qcom,msm-pcm-afe {
797 compatible = "qcom,msm-pcm-afe";
798 };
799
Harmandeep Singh4be68502012-10-01 18:59:04 -0700800 qcom,msm-dai-q6-hdmi {
801 compatible = "qcom,msm-dai-q6-hdmi";
802 qcom,msm-dai-q6-dev-id = <8>;
803 };
804
Joonwoo Parka078b902013-03-07 16:46:13 -0800805 qcom,msm-lsm-client {
806 compatible = "qcom,msm-lsm-client";
807 };
808
Joonwoo Park6572ac52012-07-10 17:17:00 -0700809 qcom,msm-dai-q6 {
810 compatible = "qcom,msm-dai-q6";
811 qcom,msm-dai-q6-sb-0-rx {
812 compatible = "qcom,msm-dai-q6-dev";
813 qcom,msm-dai-q6-dev-id = <16384>;
814 };
815
816 qcom,msm-dai-q6-sb-0-tx {
817 compatible = "qcom,msm-dai-q6-dev";
818 qcom,msm-dai-q6-dev-id = <16385>;
819 };
Phani Kumar Uppalapati1d303092012-09-24 19:55:56 -0700820
Phani Kumar Uppalapatiefad7312012-10-09 18:43:36 -0700821 qcom,msm-dai-q6-sb-1-rx {
822 compatible = "qcom,msm-dai-q6-dev";
823 qcom,msm-dai-q6-dev-id = <16386>;
824 };
825
826 qcom,msm-dai-q6-sb-1-tx {
827 compatible = "qcom,msm-dai-q6-dev";
828 qcom,msm-dai-q6-dev-id = <16387>;
829 };
830
Kiran Kandi516dea62013-01-17 17:09:45 -0800831 qcom,msm-dai-q6-sb-2-rx {
832 compatible = "qcom,msm-dai-q6-dev";
833 qcom,msm-dai-q6-dev-id = <16388>;
834 };
835
836 qcom,msm-dai-q6-sb-2-tx {
837 compatible = "qcom,msm-dai-q6-dev";
838 qcom,msm-dai-q6-dev-id = <16389>;
839 };
840
Phani Kumar Uppalapatiefad7312012-10-09 18:43:36 -0700841 qcom,msm-dai-q6-sb-3-rx {
842 compatible = "qcom,msm-dai-q6-dev";
843 qcom,msm-dai-q6-dev-id = <16390>;
844 };
845
846 qcom,msm-dai-q6-sb-3-tx {
847 compatible = "qcom,msm-dai-q6-dev";
848 qcom,msm-dai-q6-dev-id = <16391>;
849 };
850
851 qcom,msm-dai-q6-sb-4-rx {
852 compatible = "qcom,msm-dai-q6-dev";
853 qcom,msm-dai-q6-dev-id = <16392>;
854 };
855
856 qcom,msm-dai-q6-sb-4-tx {
857 compatible = "qcom,msm-dai-q6-dev";
858 qcom,msm-dai-q6-dev-id = <16393>;
859 };
860
Joonwoo Park43a3f2d2013-03-12 16:52:39 -0700861 qcom,msm-dai-q6-sb-5-tx {
862 compatible = "qcom,msm-dai-q6-dev";
863 qcom,msm-dai-q6-dev-id = <16395>;
864 };
865
Phani Kumar Uppalapati1d303092012-09-24 19:55:56 -0700866 qcom,msm-dai-q6-bt-sco-rx {
867 compatible = "qcom,msm-dai-q6-dev";
868 qcom,msm-dai-q6-dev-id = <12288>;
869 };
870
871 qcom,msm-dai-q6-bt-sco-tx {
872 compatible = "qcom,msm-dai-q6-dev";
873 qcom,msm-dai-q6-dev-id = <12289>;
874 };
875
Phani Kumar Uppalapatibebe7382012-10-08 19:19:01 -0700876 qcom,msm-dai-q6-int-fm-rx {
877 compatible = "qcom,msm-dai-q6-dev";
878 qcom,msm-dai-q6-dev-id = <12292>;
879 };
880
881 qcom,msm-dai-q6-int-fm-tx {
882 compatible = "qcom,msm-dai-q6-dev";
883 qcom,msm-dai-q6-dev-id = <12293>;
884 };
885
Phani Kumar Uppalapati1d303092012-09-24 19:55:56 -0700886 qcom,msm-dai-q6-be-afe-pcm-rx {
887 compatible = "qcom,msm-dai-q6-dev";
888 qcom,msm-dai-q6-dev-id = <224>;
889 };
890
891 qcom,msm-dai-q6-be-afe-pcm-tx {
892 compatible = "qcom,msm-dai-q6-dev";
893 qcom,msm-dai-q6-dev-id = <225>;
894 };
895
896 qcom,msm-dai-q6-afe-proxy-rx {
897 compatible = "qcom,msm-dai-q6-dev";
898 qcom,msm-dai-q6-dev-id = <241>;
899 };
900
901 qcom,msm-dai-q6-afe-proxy-tx {
902 compatible = "qcom,msm-dai-q6-dev";
903 qcom,msm-dai-q6-dev-id = <240>;
904 };
Mohan Kumar Gubbihalli Lachma Naik984252f2012-12-06 16:13:33 -0800905
906 qcom,msm-dai-q6-incall-record-rx {
907 compatible = "qcom,msm-dai-q6-dev";
908 qcom,msm-dai-q6-dev-id = <32771>;
909 };
910
911 qcom,msm-dai-q6-incall-record-tx {
912 compatible = "qcom,msm-dai-q6-dev";
913 qcom,msm-dai-q6-dev-id = <32772>;
914 };
Mohan Kumar Gubbihalli Lachma Naik72e1b282012-12-19 11:49:07 -0800915
916 qcom,msm-dai-q6-incall-music-rx {
917 compatible = "qcom,msm-dai-q6-dev";
918 qcom,msm-dai-q6-dev-id = <32773>;
919 };
Joonwoo Park6572ac52012-07-10 17:17:00 -0700920 };
921
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700922 qcom,msm-auxpcm {
923 compatible = "qcom,msm-auxpcm-resource";
924 qcom,msm-cpudai-auxpcm-clk = "pcm_clk";
Damir Didjusto04d3c362013-01-07 14:30:53 -0800925 qcom,msm-cpudai-auxpcm-mode = <0>, <0>;
926 qcom,msm-cpudai-auxpcm-sync = <1>, <1>;
927 qcom,msm-cpudai-auxpcm-frame = <5>, <4>;
928 qcom,msm-cpudai-auxpcm-quant = <2>, <2>;
929 qcom,msm-cpudai-auxpcm-slot = <1>, <1>;
930 qcom,msm-cpudai-auxpcm-data = <0>, <0>;
931 qcom,msm-cpudai-auxpcm-pcm-clk-rate = <2048000>, <2048000>;
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700932
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700933 qcom,msm-auxpcm-rx {
934 qcom,msm-auxpcm-dev-id = <4106>;
935 compatible = "qcom,msm-auxpcm-dev";
936 };
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700937
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700938 qcom,msm-auxpcm-tx {
939 qcom,msm-auxpcm-dev-id = <4107>;
940 compatible = "qcom,msm-auxpcm-dev";
941 };
942 };
943
Kiran Kandi1a2772e2012-11-16 09:25:36 -0800944 qcom,msm-dai-mi2s {
945 compatible = "qcom,msm-dai-mi2s";
946 qcom,msm-dai-q6-mi2s-quat {
947 compatible = "qcom,msm-dai-q6-mi2s";
948 qcom,msm-dai-q6-mi2s-dev-id = <3>;
949 qcom,msm-mi2s-rx-lines = <1>;
950 qcom,msm-mi2s-tx-lines = <2>;
951 };
952 };
953
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700954 qcom,msm-pcm-hostless {
955 compatible = "qcom,msm-pcm-hostless";
956 };
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700957
Phani Kumar Uppalapati8b3a1bb2012-06-26 19:56:58 -0700958 qcom,msm-ocmem-audio {
959 compatible = "qcom,msm-ocmem-audio";
Gagan Macb2372ae2012-08-20 19:24:32 -0600960 qcom,msm-bus,name = "audio-ocmem";
961 qcom,msm-bus,num-cases = <2>;
962 qcom,msm-bus,active-only = <0>;
963 qcom,msm-bus,num-paths = <1>;
964 qcom,msm-bus,vectors-KBps =
Phani Kumar Uppalapati31492952012-09-25 20:25:53 -0700965 <11 604 0 0>,
Gagan Macb2372ae2012-08-20 19:24:32 -0600966 <11 604 32506 32506>;
Phani Kumar Uppalapati8b3a1bb2012-06-26 19:56:58 -0700967 };
968
Naveen Ramaraj07e66912012-10-10 12:26:06 -0700969 qcom,msm-adsp-sensors {
970 compatible = "qcom,msm-adsp-sensors";
Naveen Ramaraj88f23632012-10-10 12:23:29 -0700971 qcom,src-id = <11>;
972 qcom,dst-id = <604>;
973 qcom,ab = <32505856>;
974 qcom,ib = <32505856>;
Naveen Ramaraj07e66912012-10-10 12:26:06 -0700975 };
976
Matt Wagantall4e2599e2012-03-21 22:31:35 -0700977 qcom,mss@fc880000 {
978 compatible = "qcom,pil-q6v5-mss";
979 reg = <0xfc880000 0x100>,
980 <0xfd485000 0x400>,
981 <0xfc820000 0x020>,
Stephen Boyd3da4fd02012-07-06 10:00:12 -0700982 <0xfc401680 0x004>,
983 <0x0d1fc000 0x4000>;
Matt Wagantall1f168152012-09-25 13:26:47 -0700984 reg-names = "qdsp6_base", "halt_base", "rmb_base",
Stephen Boyd3da4fd02012-07-06 10:00:12 -0700985 "restart_reg", "metadata_base";
Matt Wagantall1f168152012-09-25 13:26:47 -0700986
Stephen Boyd3da4fd02012-07-06 10:00:12 -0700987 interrupts = <0 24 1>;
Matt Wagantall4e2599e2012-03-21 22:31:35 -0700988 vdd_mss-supply = <&pm8841_s3>;
Matt Wagantall6c515982013-01-29 14:58:43 -0800989 vdd_cx-supply = <&pm8841_s2_corner>;
Matt Wagantall70315fb2012-12-03 16:33:28 -0800990 vdd_mx-supply = <&pm8841_s1>;
Matt Wagantall6c515982013-01-29 14:58:43 -0800991 vdd_pll-supply = <&pm8941_l12>;
992 qcom,vdd_pll = <1800000>;
Vikram Mulukutla2d4f0862012-11-16 11:57:34 -0800993 qcom,is-loadable;
Matt Wagantall4e2599e2012-03-21 22:31:35 -0700994 qcom,firmware-name = "mba";
Patrick Dalyb830a3f2013-03-11 14:21:34 -0700995 qcom,pil-self-auth;
Matt Wagantall4e2599e2012-03-21 22:31:35 -0700996 };
997
Tianyi Gouc1e049f82011-11-23 14:20:16 -0800998 qcom,pronto@fb21b000 {
999 compatible = "qcom,pil-pronto";
1000 reg = <0xfb21b000 0x3000>,
1001 <0xfc401700 0x4>,
1002 <0xfd485300 0xc>;
Matt Wagantall1f168152012-09-25 13:26:47 -07001003 reg-names = "pmu_base", "clk_base", "halt_base";
Stephen Boyd1be799e2012-10-17 15:50:42 -07001004 interrupts = <0 149 1>;
Tianyi Gouc1e049f82011-11-23 14:20:16 -08001005 vdd_pronto_pll-supply = <&pm8941_l12>;
1006
1007 qcom,firmware-name = "wcnss";
1008 };
Naveen Ramaraj51f5e8b2012-04-09 15:58:40 -07001009
Venkateshwarlu Domakonda54ec3252013-02-18 21:25:57 +05301010 qcom,iris-fm {
1011 compatible = "qcom,iris_fm";
1012 };
1013
Sameer Thalappil37c27af2012-09-05 13:33:06 -07001014 qcom,wcnss-wlan@fb000000 {
1015 compatible = "qcom,wcnss_wlan";
1016 reg = <0xfb000000 0x280000>;
1017 reg-names = "wcnss_mmio";
1018 interrupts = <0 145 0 0 146 0>;
1019 interrupt-names = "wcnss_wlantx_irq", "wcnss_wlanrx_irq";
1020
1021 qcom,pronto-vddmx-supply = <&pm8841_s1>;
1022 qcom,pronto-vddcx-supply = <&pm8841_s2>;
1023 qcom,pronto-vddpx-supply = <&pm8941_s3>;
1024 qcom,iris-vddxo-supply = <&pm8941_l6>;
1025 qcom,iris-vddrfa-supply = <&pm8941_l11>;
1026 qcom,iris-vddpa-supply = <&pm8941_l19>;
1027 qcom,iris-vdddig-supply = <&pm8941_l3>;
1028
1029 gpios = <&msmgpio 36 0>, <&msmgpio 37 0>, <&msmgpio 38 0>, <&msmgpio 39 0>, <&msmgpio 40 0>;
1030 qcom,has_48mhz_xo;
1031 qcom,has_pronto_hw;
1032 };
1033
Naveen Ramaraj51f5e8b2012-04-09 15:58:40 -07001034 qcom,ocmem@fdd00000 {
Naveen Ramaraj94455a42012-07-05 16:01:40 -07001035 compatible = "qcom,msm-ocmem";
1036 reg = <0xfdd00000 0x2000>,
1037 <0xfdd02000 0x2000>,
1038 <0xfe039000 0x400>,
1039 <0xfec00000 0x180000>;
1040 reg-names = "ocmem_ctrl_physical", "dm_ctrl_physical", "br_ctrl_physical", "ocmem_physical";
1041 interrupts = <0 76 0 0 77 0>;
1042 interrupt-names = "ocmem_irq", "dm_irq";
1043 qcom,ocmem-num-regions = <0x3>;
Neeti Desaida238c42013-01-29 14:49:14 -08001044 qcom,ocmem-num-macros = <0x8>;
Naveen Ramarajba3a6262012-08-02 17:14:27 -07001045 qcom,resource-type = <0x706d636f>;
Naveen Ramaraj94455a42012-07-05 16:01:40 -07001046 #address-cells = <1>;
1047 #size-cells = <1>;
1048 ranges = <0x0 0xfec00000 0x180000>;
1049
1050 partition@0 {
1051 reg = <0x0 0x100000>;
1052 qcom,ocmem-part-name = "graphics";
1053 qcom,ocmem-part-min = <0x80000>;
1054 };
1055
1056 partition@80000 {
Naveen Ramaraj20848c92013-02-12 12:02:55 -08001057 reg = <0x100000 0x80000>;
Naveen Ramaraj94455a42012-07-05 16:01:40 -07001058 qcom,ocmem-part-name = "lp_audio";
Naveen Ramaraj20848c92013-02-12 12:02:55 -08001059 qcom,ocmem-part-min = <0x80000>;
Naveen Ramaraj94455a42012-07-05 16:01:40 -07001060 };
1061
1062 partition@100000 {
1063 reg = <0x100000 0x80000>;
1064 qcom,ocmem-part-name = "video";
1065 qcom,ocmem-part-min = <0x55000>;
1066 };
1067
Naveen Ramaraj51f5e8b2012-04-09 15:58:40 -07001068 };
Mahesh Sivasubramanian3f0d0c72012-05-04 17:35:55 -06001069
Varad Deshmukh18057ed2012-07-03 16:34:53 -07001070 rpm_bus: qcom,rpm-smd {
Mahesh Sivasubramanian3f0d0c72012-05-04 17:35:55 -06001071 compatible = "qcom,rpm-smd";
1072 rpm-channel-name = "rpm_requests";
1073 rpm-channel-type = <15>; /* SMD_APPS_RPM */
1074 };
Hariprasad Dhalinarasimhade991f02012-05-31 13:15:51 -07001075
1076 qcom,msm-rng@f9bff000 {
1077 compatible = "qcom,msm-rng";
1078 reg = <0xf9bff000 0x200>;
1079 };
Ramesh Masavarapufb1f01e2012-06-14 09:40:40 -07001080
1081 qcom,qseecom@fe806000 {
1082 compatible = "qcom,qseecom";
Neeti Desaidb076c52012-11-05 11:48:34 -08001083 reg = <0x7f00000 0x500000>;
1084 reg-names = "secapp-region";
Gagan Macb2372ae2012-08-20 19:24:32 -06001085 qcom,msm-bus,name = "qseecom-noc";
1086 qcom,msm-bus,num-cases = <4>;
1087 qcom,msm-bus,active-only = <0>;
1088 qcom,msm-bus,num-paths = <1>;
1089 qcom,msm-bus,vectors-KBps =
Ramesh Masavarapu4e7b67d2012-09-14 12:12:23 -07001090 <55 512 0 0>,
Gagan Macb2372ae2012-08-20 19:24:32 -06001091 <55 512 3936000 393600>,
1092 <55 512 3936000 393600>,
1093 <55 512 3936000 393600>;
Ramesh Masavarapufb1f01e2012-06-14 09:40:40 -07001094 };
Adrian Salido-Moreno5ef3ac02012-05-14 18:40:47 -07001095
Hanumant72aec702012-06-25 11:51:07 -07001096 qcom,wdt@f9017000 {
1097 compatible = "qcom,msm-watchdog";
1098 reg = <0xf9017000 0x1000>;
1099 interrupts = <0 3 0 0 4 0>;
1100 qcom,bark-time = <11000>;
1101 qcom,pet-time = <10000>;
Mitchel Humpherys1be23802012-11-16 15:52:32 -08001102 qcom,ipi-ping;
Hanumant72aec702012-06-25 11:51:07 -07001103 };
Hariprasad Dhalinarasimha0fc258f2012-07-05 13:01:29 -07001104
Ramesh Masavarapu00847832012-09-12 13:57:37 -07001105 qcom,tz-log@fc03000 {
Hariprasad Dhalinarasimha0fc258f2012-07-05 13:01:29 -07001106 compatible = "qcom,tz-log";
Ramesh Masavarapu00847832012-09-12 13:57:37 -07001107 reg = <0x0fc03000 0x1000>;
Hariprasad Dhalinarasimha0fc258f2012-07-05 13:01:29 -07001108 };
Tianyi Gou828798d2012-05-02 21:12:38 -07001109
1110 qcom,venus@fdce0000 {
1111 compatible = "qcom,pil-venus";
1112 reg = <0xfdce0000 0x4000>,
Tianyi Gou8134f592013-01-24 14:27:09 -08001113 <0xfdc80000 0x400>;
Matt Wagantall1f168152012-09-25 13:26:47 -07001114 reg-names = "wrapper_base", "vbif_base";
Tianyi Gou828798d2012-05-02 21:12:38 -07001115 vdd-supply = <&gdsc_venus>;
1116
1117 qcom,firmware-name = "venus";
Tianyi Gou828798d2012-05-02 21:12:38 -07001118 };
Siddartha Mohanadoss05a6e382012-05-14 15:13:37 -07001119
Stepan Moskovchenkoc79a7382012-07-19 17:24:32 -07001120 qcom,cache_erp {
1121 compatible = "qcom,cache_erp";
1122 interrupts = <1 9 0>, <0 2 0>;
1123 interrupt-names = "l1_irq", "l2_irq";
1124 };
1125
Stepan Moskovchenko81f347d2012-09-12 18:53:21 -07001126 qcom,cache_dump {
1127 compatible = "qcom,cache_dump";
1128 qcom,l1-dump-size = <0x100000>;
1129 qcom,l2-dump-size = <0x500000>;
1130 qcom,memory-reservation-type = "EBI1";
1131 qcom,memory-reservation-size = <0x600000>; /* 6M EBI1 buffer */
1132 };
1133
Siddartha Mohanadoss4a8544c2013-02-01 19:44:33 -08001134 tsens: tsens@fc4a8000 {
Siddartha Mohanadoss05a6e382012-05-14 15:13:37 -07001135 compatible = "qcom,msm-tsens";
1136 reg = <0xfc4a8000 0x2000>,
Siddartha Mohanadoss18c1edd2012-09-11 11:49:21 -07001137 <0xfc4b8000 0x1000>;
Siddartha Mohanadoss05a6e382012-05-14 15:13:37 -07001138 reg-names = "tsens_physical", "tsens_eeprom_physical";
1139 interrupts = <0 184 0>;
1140 qcom,sensors = <11>;
Siddartha Mohanadoss205bce62012-07-27 17:17:18 -07001141 qcom,slope = <3200 3200 3200 3200 3200 3200 3200 3200 3200
1142 3200 3200>;
Siddartha Mohanadoss3f8cd142013-02-06 17:24:33 -08001143 qcom,calib-mode = "fuse_map1";
Siddartha Mohanadoss05a6e382012-05-14 15:13:37 -07001144 };
Laura Abbottf7e44042012-06-22 12:50:32 -07001145
1146 qcom,msm-rtb {
1147 compatible = "qcom,msm-rtb";
1148 qcom,memory-reservation-type = "EBI1";
1149 qcom,memory-reservation-size = <0x100000>; /* 1M EBI1 buffer */
1150 };
Mona Hossainb43e94b2012-05-07 08:52:06 -07001151
Mitchel Humpherys6ae3ae42012-10-30 15:12:52 -07001152 qcom,msm-contig-mem {
1153 compatible = "qcom,msm-contig-mem";
1154 qcom,memory-reservation-type = "EBI1";
1155 qcom,memory-reservation-size = <0x280000>; /* 2.5M EBI1 buffer */
1156 };
1157
Mona Hossainb43e94b2012-05-07 08:52:06 -07001158 qcom,qcedev@fd440000 {
1159 compatible = "qcom,qcedev";
1160 reg = <0xfd440000 0x20000>,
1161 <0xfd444000 0x8000>;
Ramesh Masavarapu97ad00d2012-08-06 16:47:26 -07001162 reg-names = "crypto-base","crypto-bam-base";
Ramesh Masavarapu12759ad2012-09-06 20:11:05 -07001163 interrupts = <0 236 0>;
1164 qcom,bam-pipe-pair = <1>;
Mona Hossain0609e992012-11-29 13:46:25 -08001165 qcom,ce-hw-instance = <1>;
1166 qcom,msm-bus,name = "qcedev-noc";
1167 qcom,msm-bus,num-cases = <2>;
1168 qcom,msm-bus,active-only = <0>;
1169 qcom,msm-bus,num-paths = <1>;
1170 qcom,msm-bus,vectors-KBps =
1171 <56 512 0 0>,
1172 <56 512 3936000 393600>;
Mona Hossainb43e94b2012-05-07 08:52:06 -07001173 };
1174
1175 qcom,qcrypto@fd444000 {
1176 compatible = "qcom,qcrypto";
1177 reg = <0xfd440000 0x20000>,
1178 <0xfd444000 0x8000>;
Ramesh Masavarapu97ad00d2012-08-06 16:47:26 -07001179 reg-names = "crypto-base","crypto-bam-base";
Ramesh Masavarapu12759ad2012-09-06 20:11:05 -07001180 interrupts = <0 236 0>;
1181 qcom,bam-pipe-pair = <2>;
Mona Hossain0609e992012-11-29 13:46:25 -08001182 qcom,ce-hw-instance = <1>;
1183 qcom,msm-bus,name = "qcrypto-noc";
1184 qcom,msm-bus,num-cases = <2>;
1185 qcom,msm-bus,active-only = <0>;
1186 qcom,msm-bus,num-paths = <1>;
1187 qcom,msm-bus,vectors-KBps =
1188 <56 512 0 0>,
1189 <56 512 3936000 393600>;
Mona Hossainb43e94b2012-05-07 08:52:06 -07001190 };
Shimrit Malichi57ae1492012-08-06 14:03:45 +03001191
1192 qcom,usbbam@f9304000 {
1193 compatible = "qcom,usb-bam-msm";
Manu Gautam6afd5872012-07-25 09:16:55 +05301194 reg = <0xf9304000 0x5000>,
Manu Gautam4658d892012-08-20 18:24:52 -07001195 <0xf9a44000 0x11000>,
1196 <0xf92f880c 0x4>;
1197 reg-names = "ssusb", "hsusb", "qscratch_ram1_reg";
Manu Gautam6afd5872012-07-25 09:16:55 +05301198 interrupts = <0 132 0 0 135 0>;
1199 interrupt-names = "ssusb", "hsusb";
Shimrit Malichi57ae1492012-08-06 14:03:45 +03001200 qcom,usb-bam-num-pipes = <16>;
1201 qcom,usb-base-address = <0xf9200000>;
Manu Gautamd4fa0022012-08-28 13:16:36 -07001202 qcom,ignore-core-reset-ack;
Manu Gautamffe5fd82013-01-08 11:36:44 +05301203 qcom,disable-clk-gating;
Shimrit Malichi57ae1492012-08-06 14:03:45 +03001204
Shimrit Malichidbf43d72013-03-16 03:32:27 +02001205 qcom,pipe0 {
1206 label = "ssusb-qdss-in-0";
Manu Gautam6afd5872012-07-25 09:16:55 +05301207 qcom,usb-bam-mem-type = <1>;
Shimrit Malichidbf43d72013-03-16 03:32:27 +02001208 qcom,bam-type = <0>;
1209 qcom,dir = <1>;
1210 qcom,pipe-num = <0>;
1211 qcom,peer-bam = <1>;
Shimrit Malichi57ae1492012-08-06 14:03:45 +03001212 qcom,src-bam-physical-address = <0xfc37C000>;
1213 qcom,src-bam-pipe-index = <0>;
1214 qcom,dst-bam-physical-address = <0xf9304000>;
1215 qcom,dst-bam-pipe-index = <2>;
1216 qcom,data-fifo-offset = <0xf0000>;
Manu Gautam9c70c892012-10-19 16:34:26 +05301217 qcom,data-fifo-size = <0x1800>;
Shimrit Malichi57ae1492012-08-06 14:03:45 +03001218 qcom,descriptor-fifo-offset = <0xf4000>;
1219 qcom,descriptor-fifo-size = <0x1400>;
Manu Gautam31a74aa2012-12-21 17:00:48 +05301220 qcom,reset-bam-on-connect;
Shimrit Malichi57ae1492012-08-06 14:03:45 +03001221 };
Manu Gautam6afd5872012-07-25 09:16:55 +05301222
Shimrit Malichidbf43d72013-03-16 03:32:27 +02001223 qcom,pipe1 {
1224 label = "hsusb-qdss-in-0";
Manu Gautam4658d892012-08-20 18:24:52 -07001225 qcom,usb-bam-mem-type = <1>;
Shimrit Malichidbf43d72013-03-16 03:32:27 +02001226 qcom,bam-type = <1>;
1227 qcom,dir = <1>;
1228 qcom,pipe-num = <0>;
1229 qcom,peer-bam = <1>;
Manu Gautam6afd5872012-07-25 09:16:55 +05301230 qcom,src-bam-physical-address = <0xfc37c000>;
1231 qcom,src-bam-pipe-index = <0>;
1232 qcom,dst-bam-physical-address = <0xf9a44000>;
1233 qcom,dst-bam-pipe-index = <2>;
Manu Gautam4658d892012-08-20 18:24:52 -07001234 qcom,data-fifo-offset = <0xf4000>;
1235 qcom,data-fifo-size = <0x1000>;
1236 qcom,descriptor-fifo-offset = <0xf5000>;
1237 qcom,descriptor-fifo-size = <0x400>;
Manu Gautam6afd5872012-07-25 09:16:55 +05301238 };
Shimrit Malichi57ae1492012-08-06 14:03:45 +03001239 };
Eugene Seahce52ef22012-07-12 12:40:38 -06001240
1241 qcom,msm-thermal {
1242 compatible = "qcom,msm-thermal";
Praveen Chidambaramf57880a2013-02-08 10:03:26 -07001243 qcom,sensor-id = <5>;
Eugene Seahce52ef22012-07-12 12:40:38 -06001244 qcom,poll-ms = <250>;
1245 qcom,limit-temp = <60>;
1246 qcom,temp-hysteresis = <10>;
1247 qcom,freq-step = <2>;
1248 };
Anirudh Ghayalb70740f2012-08-01 09:00:49 +05301249
Jeff Hugo110bced2012-08-21 14:10:27 -06001250 qcom,bam_dmux@fc834000 {
1251 compatible = "qcom,bam_dmux";
1252 reg = <0xfc834000 0x7000>;
1253 interrupts = <0 29 1>;
1254 };
Pushkar Joshie54e93a2012-09-27 12:28:20 -07001255
Hanumant Singhe39a0c32012-09-05 17:57:57 -07001256 qcom,msm-mem-hole {
1257 compatible = "qcom,msm-mem-hole";
Neeti Desaidb076c52012-11-05 11:48:34 -08001258 qcom,memblock-remove = <0x7f00000 0x8000000>; /* Address and Size of Hole */
Hanumant Singhe39a0c32012-09-05 17:57:57 -07001259 };
Jeff Hugo412356e2012-09-27 17:14:23 -06001260
Mayank Rana3d073cf2012-12-18 10:23:27 +05301261 uart7: uart@f995d000 { /*BLSP #2, UART #7 */
Mayank Rana3d073cf2012-12-18 10:23:27 +05301262 compatible = "qcom,msm-hsuart-v14";
1263 status = "disabled";
1264 reg = <0xf995d000 0x1000>,
Saket Saurabh8b344642013-02-19 11:29:34 +05301265 <0xf9944000 0x19000>;
Mayank Rana3d073cf2012-12-18 10:23:27 +05301266 reg-names = "core_mem", "bam_mem";
1267 interrupts = <0 113 0>, <0 239 0>;
1268 interrupt-names = "core_irq", "bam_irq";
1269
1270 qcom,bam-tx-ep-pipe-index = <0>;
1271 qcom,bam-rx-ep-pipe-index = <1>;
Mayank Ranacef12ec2013-01-17 09:58:48 +05301272 qcom,msm-bus,name = "uart7";
1273 qcom,msm-bus,num-cases = <2>;
1274 qcom,msm-bus,active-only = <0>;
1275 qcom,msm-bus,num-paths = <1>;
1276 qcom,msm-bus,vectors-KBps =
1277 <84 512 0 0>,
1278 <84 512 500 800>;
Mayank Rana3d073cf2012-12-18 10:23:27 +05301279 };
1280
Jeff Hugo412356e2012-09-27 17:14:23 -06001281 qcom,smem@fa00000 {
1282 compatible = "qcom,smem";
1283 reg = <0xfa00000 0x200000>,
Stepan Moskovchenkod6ee8262013-02-06 11:26:05 -08001284 <0xf9011000 0x1000>,
Jeff Hugo412356e2012-09-27 17:14:23 -06001285 <0xfc428000 0x4000>;
1286 reg-names = "smem", "irq-reg-base", "aux-mem1";
1287
1288 qcom,smd-modem {
1289 compatible = "qcom,smd";
1290 qcom,smd-edge = <0>;
1291 qcom,smd-irq-offset = <0x8>;
1292 qcom,smd-irq-bitmask = <0x1000>;
1293 qcom,pil-string = "modem";
1294 interrupts = <0 25 1>;
1295 };
1296
1297 qcom,smsm-modem {
1298 compatible = "qcom,smsm";
1299 qcom,smsm-edge = <0>;
1300 qcom,smsm-irq-offset = <0x8>;
1301 qcom,smsm-irq-bitmask = <0x2000>;
1302 interrupts = <0 26 1>;
1303 };
1304
1305 qcom,smd-adsp {
1306 compatible = "qcom,smd";
1307 qcom,smd-edge = <1>;
1308 qcom,smd-irq-offset = <0x8>;
1309 qcom,smd-irq-bitmask = <0x100>;
1310 qcom,pil-string = "adsp";
1311 interrupts = <0 156 1>;
1312 };
1313
1314 qcom,smsm-adsp {
1315 compatible = "qcom,smsm";
1316 qcom,smsm-edge = <1>;
1317 qcom,smsm-irq-offset = <0x8>;
1318 qcom,smsm-irq-bitmask = <0x200>;
1319 interrupts = <0 157 1>;
1320 };
1321
1322 qcom,smd-wcnss {
1323 compatible = "qcom,smd";
1324 qcom,smd-edge = <6>;
1325 qcom,smd-irq-offset = <0x8>;
1326 qcom,smd-irq-bitmask = <0x20000>;
1327 qcom,pil-string = "wcnss";
1328 interrupts = <0 142 1>;
1329 };
1330
1331 qcom,smsm-wcnss {
1332 compatible = "qcom,smsm";
1333 qcom,smsm-edge = <6>;
1334 qcom,smsm-irq-offset = <0x8>;
1335 qcom,smsm-irq-bitmask = <0x80000>;
1336 interrupts = <0 144 1>;
1337 };
1338
1339 qcom,smd-rpm {
1340 compatible = "qcom,smd";
1341 qcom,smd-edge = <15>;
1342 qcom,smd-irq-offset = <0x8>;
1343 qcom,smd-irq-bitmask = <0x1>;
1344 interrupts = <0 168 1>;
1345 qcom,irq-no-suspend;
1346 };
1347 };
Praveen Chidambaram580d8a02013-02-06 16:52:08 -07001348
1349 qcom,bcl {
1350 compatible = "qcom,bcl";
1351 };
Ashay Jaiswal3bd768d2013-02-07 09:42:38 +05301352
1353 qcom,ssm {
1354 compatible = "qcom,ssm";
1355 qcom,channel-name = "SSM_RTR";
1356 };
Jeff Hugod368de02013-02-28 10:54:55 -07001357
1358 sfpb_spinlock: qcom,ipc-spinlock@fd484000 {
1359 compatible = "qcom,ipc-spinlock-sfpb";
Jeff Hugodfad6322013-03-14 14:21:40 -06001360 reg = <0xfd484000 0x400>;
1361 qcom,num-locks = <8>;
Jeff Hugod368de02013-02-28 10:54:55 -07001362 };
1363
1364 ldrex_spinlock: qcom,ipc-spinlock@fa00000 {
1365 compatible = "qcom,ipc-spinlock-ldrex";
1366 reg = <0xfa00000 0x200000>;
1367 status = "disable";
1368 };
Ashwin Chaugule50d59892013-03-12 12:58:51 -04001369
1370 cpu-pmu {
1371 compatible = "qcom,krait-pmu";
1372 qcom,irq-is-percpu;
1373 interrupts = <1 7 0xf00>;
1374 };
1375
1376 l2-pmu {
1377 compatible = "qcom,l2-pmu";
1378 interrupts = <0 1 0>;
1379 };
Sathish Ambley4df614c2011-10-07 16:30:46 -07001380};
Varad Deshmukh18057ed2012-07-03 16:34:53 -07001381
Patrick Dalye8977aa2012-11-06 15:25:58 -08001382&gdsc_venus {
1383 status = "ok";
1384};
1385
1386&gdsc_mdss {
1387 status = "ok";
1388};
1389
1390&gdsc_jpeg {
1391 status = "ok";
1392};
1393
1394&gdsc_vfe {
1395 status = "ok";
1396};
1397
1398&gdsc_oxili_gx {
1399 status = "ok";
1400};
1401
1402&gdsc_oxili_cx {
1403 status = "ok";
1404};
1405
1406&gdsc_usb_hsic {
1407 status = "ok";
1408};
1409
Varad Deshmukh18057ed2012-07-03 16:34:53 -07001410/include/ "msm-pm8x41-rpm-regulator.dtsi"
1411/include/ "msm-pm8841.dtsi"
1412/include/ "msm-pm8941.dtsi"
1413/include/ "msm8974-regulator.dtsi"
Michael Bohanee1f8fe2012-08-03 18:32:16 -07001414/include/ "msm8974-clock.dtsi"