blob: f71f74c45720da97c85263e98e751b8f3c4a9377 [file] [log] [blame]
Sathish Ambley9d69ac32012-03-21 10:28:26 -07001/* Copyright (c) 2012, Code Aurora Forum. All rights reserved.
2 *
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"
Abhimanyu Kapur90ced6e2012-06-26 17:41:25 -070014/include/ "msm8974_pm.dtsi"
Abhimanyu Kapur90ced6e2012-06-26 17:41:25 -070015/include/ "msm8974-iommu.dtsi"
Matt Wagantallfc727212012-01-06 18:18:25 -080016/include/ "msm-gdsc.dtsi"
Sathish Ambley4df614c2011-10-07 16:30:46 -070017
18/ {
Abhimanyu Kapur90ced6e2012-06-26 17:41:25 -070019 model = "Qualcomm MSM 8974";
20 compatible = "qcom,msm8974";
Sathish Ambley4df614c2011-10-07 16:30:46 -070021 interrupt-parent = <&intc>;
22
23 intc: interrupt-controller@F9000000 {
24 compatible = "qcom,msm-qgic2";
25 interrupt-controller;
Michael Bohanc7224532012-01-06 16:02:52 -080026 #interrupt-cells = <3>;
Sathish Ambley4df614c2011-10-07 16:30:46 -070027 reg = <0xF9000000 0x1000>,
28 <0xF9002000 0x1000>;
29 };
Sathish Ambley3d50c762011-10-25 15:26:00 -070030
Sathish Ambleye046b242012-04-09 12:38:05 -070031 msmgpio: gpio@fd510000 {
Michael Bohan0425f6f2012-01-17 14:36:39 -080032 compatible = "qcom,msm-gpio";
33 interrupt-controller;
34 #interrupt-cells = <2>;
Sathish Ambleye046b242012-04-09 12:38:05 -070035 reg = <0xfd510000 0x4000>;
36 #gpio-cells = <2>;
Michael Bohan0425f6f2012-01-17 14:36:39 -080037 };
38
Sathish Ambley098f9bd2011-11-09 16:32:53 -080039 timer {
Sathish Ambley2f27a172012-03-16 10:46:28 -070040 compatible = "qcom,msm-qtimer", "arm,armv7-timer";
Sathish Ambleyddd099e2012-04-25 13:24:47 -070041 interrupts = <1 2 0 1 3 0>;
Sathish Ambley2f27a172012-03-16 10:46:28 -070042 clock-frequency = <19200000>;
Sathish Ambley098f9bd2011-11-09 16:32:53 -080043 };
44
Praneeth Paladugu4b73ec82012-02-08 12:55:59 -080045 qcom,vidc@fdc00000 {
46 compatible = "qcom,msm-vidc";
47 reg = <0xfdc00000 0xff000>;
48 interrupts = <0 44 0>;
Vinay Kalia68398a42012-06-22 18:36:12 -070049 vidc-cp-map = <0x1000000 0x40000000>;
50 vidc-ns-map = <0x40000000 0x40000000>;
Vinay Kalia40680aa2012-07-23 12:45:39 -070051 load-freq-tbl = <979200 410000000>,
52 <560145 266670000>,
53 <421161 200000000>,
54 <243000 133330000>,
55 <108000 100000000>,
56 <36000 50000000>;
Praneeth Paladugu4b73ec82012-02-08 12:55:59 -080057 };
58
David Brown225abee2012-02-09 22:28:50 -080059 serial@f991f000 {
Sathish Ambley3d50c762011-10-25 15:26:00 -070060 compatible = "qcom,msm-lsuart-v14";
David Brown225abee2012-02-09 22:28:50 -080061 reg = <0xf991f000 0x1000>;
Michael Bohanc7224532012-01-06 16:02:52 -080062 interrupts = <0 109 0>;
Sathish Ambley3d50c762011-10-25 15:26:00 -070063 };
Pavankumar Kondetieaea7fe2011-10-27 14:46:45 +053064
Sathish Ambley9d69ac32012-03-21 10:28:26 -070065 serial@f995e000 {
66 compatible = "qcom,msm-lsuart-v14";
67 reg = <0xf995e000 0x1000>;
68 interrupts = <0 114 0>;
69 };
70
David Brown225abee2012-02-09 22:28:50 -080071 usb@f9a55000 {
Pavankumar Kondetieaea7fe2011-10-27 14:46:45 +053072 compatible = "qcom,hsusb-otg";
David Brown225abee2012-02-09 22:28:50 -080073 reg = <0xf9a55000 0x400>;
Michael Bohanc7224532012-01-06 16:02:52 -080074 interrupts = <0 134 0>;
Michael Bohane66a3a92012-03-26 12:47:28 -070075 HSUSB_VDDCX-supply = <&pm8841_s2>;
76 HSUSB_1p8-supply = <&pm8941_l6>;
77 HSUSB_3p3-supply = <&pm8941_l24>;
Pavankumar Kondetieaea7fe2011-10-27 14:46:45 +053078
79 qcom,hsusb-otg-phy-type = <2>;
80 qcom,hsusb-otg-mode = <1>;
81 qcom,hsusb-otg-otg-control = <1>;
82 };
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +053083
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +053084 qcom,sdcc@f9824000 {
Sujit Reddy Thumma38459152012-06-26 00:07:59 +053085 cell-index = <1>; /* SDC1 eMMC slot */
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +053086 compatible = "qcom,msm-sdcc";
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +053087 reg = <0xf9824000 0x1000>;
Michael Bohanc7224532012-01-06 16:02:52 -080088 interrupts = <0 123 0>;
Sujit Reddy Thummab9ff7f02012-05-04 09:57:49 +053089 vdd-supply = <&pm8941_l20>;
90 vdd-io-supply = <&pm8941_s3>;
91
92 qcom,sdcc-vdd-voltage_level = <2950000 2950000>;
93 qcom,sdcc-vdd-current_level = <800 500000>;
94
95 qcom,sdcc-vdd-io-always_on;
96 qcom,sdcc-vdd-io-voltage_level = <1800000 1800000>;
97 qcom,sdcc-vdd-io-current_level = <250 154000>;
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +053098
Sujit Reddy Thumma38459152012-06-26 00:07:59 +053099 qcom,sdcc-pad-pull-on = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
100 qcom,sdcc-pad-pull-off = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
101 qcom,sdcc-pad-drv-on = <0x7 0x4 0x4>; /* 16mA, 10mA, 10mA */
102 qcom,sdcc-pad-drv-off = <0x0 0x0 0x0>; /* 2mA, 2mA, 2mA */
103
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530104 qcom,sdcc-clk-rates = <400000 25000000 50000000 100000000 200000000>;
105 qcom,sdcc-sup-voltages = <2950 2950>;
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +0530106 qcom,sdcc-bus-width = <8>;
107 qcom,sdcc-nonremovable;
Sujit Reddy Thumma824b7522012-05-30 13:04:34 +0530108 qcom,sdcc-bus-speed-mode = "HS200_1p8v", "DDR_1p8v";
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +0530109 };
110
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530111 qcom,sdcc@f98a4000 {
Sujit Reddy Thumma38459152012-06-26 00:07:59 +0530112 cell-index = <2>; /* SDC2 SD card slot */
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530113 compatible = "qcom,msm-sdcc";
114 reg = <0xf98a4000 0x1000>;
115 interrupts = <0 125 0>;
Sujit Reddy Thummab9ff7f02012-05-04 09:57:49 +0530116 vdd-supply = <&pm8941_l21>;
117 vdd-io-supply = <&pm8941_l13>;
118
119 qcom,sdcc-vdd-voltage_level = <2950000 2950000>;
120 qcom,sdcc-vdd-current_level = <9000 800000>;
121
122 qcom,sdcc-vdd-io-always_on;
123 qcom,sdcc-vdd-io-lpm_sup;
124 qcom,sdcc-vdd-io-voltage_level = <1800000 2950000>;
125 qcom,sdcc-vdd-io-current_level = <6 22000>;
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530126
Sujit Reddy Thumma38459152012-06-26 00:07:59 +0530127 qcom,sdcc-pad-pull-on = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
128 qcom,sdcc-pad-pull-off = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
129 qcom,sdcc-pad-drv-on = <0x7 0x4 0x4>; /* 16mA, 10mA, 10mA */
130 qcom,sdcc-pad-drv-off = <0x0 0x0 0x0>; /* 2mA, 2mA, 2mA */
131
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530132 qcom,sdcc-clk-rates = <400000 25000000 50000000 100000000 200000000>;
133 qcom,sdcc-sup-voltages = <2950 2950>;
134 qcom,sdcc-bus-width = <4>;
Sujit Reddy Thumma824b7522012-05-30 13:04:34 +0530135 qcom,sdcc-xpc;
136 qcom,sdcc-bus-speed-mode = "SDR12", "SDR25", "SDR50", "DDR50", "SDR104";
137 qcom,sdcc-current-limit = <800>;
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530138 };
139
140 qcom,sdcc@f9864000 {
Sujit Reddy Thumma38459152012-06-26 00:07:59 +0530141 cell-index = <3>; /* SDC3 SDIO slot */
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +0530142 compatible = "qcom,msm-sdcc";
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530143 reg = <0xf9864000 0x1000>;
Michael Bohanc7224532012-01-06 16:02:52 -0800144 interrupts = <0 127 0>;
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +0530145
Sujit Reddy Thumma38459152012-06-26 00:07:59 +0530146 gpios = <&msmgpio 40 0>, /* CLK */
147 <&msmgpio 39 0>, /* CMD */
148 <&msmgpio 38 0>, /* DATA0 */
149 <&msmgpio 37 0>, /* DATA1 */
150 <&msmgpio 36 0>, /* DATA2 */
151 <&msmgpio 35 0>; /* DATA3 */
152 qcom,sdcc-gpio-names = "CLK", "CMD", "DAT0", "DAT1", "DAT2", "DAT3";
153
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530154 qcom,sdcc-clk-rates = <400000 25000000 50000000 100000000>;
155 qcom,sdcc-sup-voltages = <1800 1800>;
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +0530156 qcom,sdcc-bus-width = <4>;
Sujit Reddy Thumma824b7522012-05-30 13:04:34 +0530157 qcom,sdcc-bus-speed-mode = "SDR12", "SDR25", "SDR50", "DDR50";
Sujit Reddy Thumma7138b3e2012-06-04 09:10:11 +0530158 status = "disable";
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530159 };
160
161 qcom,sdcc@f98e4000 {
Sujit Reddy Thumma38459152012-06-26 00:07:59 +0530162 cell-index = <4>; /* SDC4 SDIO slot */
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530163 compatible = "qcom,msm-sdcc";
164 reg = <0xf98e4000 0x1000>;
165 interrupts = <0 129 0>;
166
Sujit Reddy Thumma38459152012-06-26 00:07:59 +0530167 gpios = <&msmgpio 93 0>, /* CLK */
168 <&msmgpio 91 0>, /* CMD */
169 <&msmgpio 96 0>, /* DATA0 */
170 <&msmgpio 95 0>, /* DATA1 */
171 <&msmgpio 94 0>, /* DATA2 */
172 <&msmgpio 92 0>; /* DATA3 */
173 qcom,sdcc-gpio-names = "CLK", "CMD", "DAT0", "DAT1", "DAT2", "DAT3";
174
Sujit Reddy Thumma85fc52c2012-05-02 12:53:45 +0530175 qcom,sdcc-clk-rates = <400000 25000000 50000000 100000000>;
176 qcom,sdcc-sup-voltages = <1800 1800>;
177 qcom,sdcc-bus-width = <4>;
Sujit Reddy Thumma824b7522012-05-30 13:04:34 +0530178 qcom,sdcc-bus-speed-mode = "SDR12", "SDR25", "SDR50", "DDR50";
Sujit Reddy Thumma7138b3e2012-06-04 09:10:11 +0530179 status = "disable";
Sujit Reddy Thumma7285c2e2011-11-04 10:18:15 +0530180 };
Yan He1466daa2011-11-30 17:25:38 -0800181
David Brown225abee2012-02-09 22:28:50 -0800182 qcom,sps@f9980000 {
Yan He1466daa2011-11-30 17:25:38 -0800183 compatible = "qcom,msm_sps";
David Brown225abee2012-02-09 22:28:50 -0800184 reg = <0xf9984000 0x15000>,
185 <0xf9999000 0xb000>;
Michael Bohanc7224532012-01-06 16:02:52 -0800186 interrupts = <0 94 0>;
Yan He1466daa2011-11-30 17:25:38 -0800187
188 qcom,bam-dma-res-pipes = <6>;
189 };
190
Hariprasad Dhalinarasimhade991f02012-05-31 13:15:51 -0700191
Harini Jayaraman5f98dbb2011-12-20 13:38:19 -0700192 spi@f9924000 {
193 compatible = "qcom,spi-qup-v2";
194 reg = <0xf9924000 0x1000>;
Michael Bohan857c8ac2012-01-23 16:57:34 -0800195 interrupts = <0 96 0>;
Vikram Mulukutla703e5722012-05-24 21:53:40 -0700196 spi-max-frequency = <25000000>;
Harini Jayaraman5f98dbb2011-12-20 13:38:19 -0700197 };
Kenneth Heitkef3c829c2012-01-13 17:02:43 -0700198
Sagar Dhariaa316a962012-03-21 16:13:22 -0600199 slim@fe12f000 {
200 cell-index = <1>;
201 compatible = "qcom,slim-msm";
202 reg = <0xfe12f000 0x35000>,
203 <0xfe104000 0x20000>;
204 reg-names = "slimbus_physical", "slimbus_bam_physical";
205 interrupts = <0 163 0 0 164 0>;
206 interrupt-names = "slimbus_irq", "slimbus_bam_irq";
207 qcom,min-clk-gear = <10>;
208 };
209
Varad Deshmukh18057ed2012-07-03 16:34:53 -0700210 spmi_bus: qcom,spmi@fc4c0000 {
Kenneth Heitkef3c829c2012-01-13 17:02:43 -0700211 cell-index = <0>;
212 compatible = "qcom,spmi-pmic-arb";
213 reg = <0xfc4cf000 0x1000>,
214 <0Xfc4cb000 0x1000>;
215 /* 190,ee0_krait_hlos_spmi_periph_irq */
216 /* 187,channel_0_krait_hlos_trans_done_irq */
217 interrupts = <0 190 0 0 187 0>;
218 qcom,pmic-arb-ee = <0>;
219 qcom,pmic-arb-channel = <0>;
Gilad Avidova11c0b52012-02-15 15:30:49 -0700220 qcom,pmic-arb-ppid-map = <0x13000000>, /* PM8941_LDO1 */
221 <0x13100001>, /* PM8941_LDO2 */
222 <0x13200002>, /* PM8941_LDO3 */
223 <0x13300003>, /* PM8941_LDO4 */
224 <0x13400004>, /* PM8941_LDO5 */
225 <0x13500005>, /* PM8941_LDO6 */
226 <0x13600006>, /* PM8941_LDO7 */
227 <0x13700007>, /* PM8941_LDO8 */
228 <0x13800008>, /* PM8941_LDO9 */
229 <0x13900009>, /* PM8941_LDO10 */
230 <0x13a0000a>, /* PM8941_LDO11 */
231 <0x13b0000b>, /* PM8941_LDO12 */
232 <0x13c0000c>, /* PM8941_LDO13 */
233 <0x13d0000d>, /* PM8941_LDO14 */
234 <0x13e0000e>, /* PM8941_LDO15 */
235 <0x13f0000f>, /* PM8941_LDO16 */
236 <0x14000010>, /* PM8941_LDO17 */
237 <0x14100011>, /* PM8941_LDO18 */
238 <0x14200012>, /* PM8941_LDO19 */
239 <0x14300013>, /* PM8941_LDO20 */
240 <0x14400014>, /* PM8941_LDO21 */
241 <0x14500015>, /* PM8941_LDO22 */
242 <0x14600016>, /* PM8941_LDO23 */
243 <0x14700017>, /* PM8941_LDO24 */
244 <0x14800018>, /* PM8941_LDO25 */
245 <0x14900019>, /* PM8941_LDO26 */
246 <0x0c00001a>, /* PM8941_GPIO1 */
247 <0x0c10001b>, /* PM8941_GPIO2 */
248 <0x0c20001c>, /* PM8941_GPIO3 */
249 <0x0c30001d>, /* PM8941_GPIO4 */
250 <0x0c40001e>, /* PM8941_GPIO5 */
251 <0x0c50001f>, /* PM8941_GPIO6 */
252 <0x0c600020>, /* PM8941_GPIO7 */
253 <0x0c700021>, /* PM8941_GPIO8 */
254 <0x0c800022>, /* PM8941_GPIO9 */
255 <0x0c900023>, /* PM8941_GPIO10 */
256 <0x0ca00024>, /* PM8941_GPIO11 */
257 <0x0cb00025>, /* PM8941_GPIO12 */
258 <0x0cc00026>, /* PM8941_GPIO13 */
259 <0x0cd00027>, /* PM8941_GPIO14 */
260 <0x0ce00028>, /* PM8941_GPIO15 */
261 <0x0cf00029>, /* PM8941_GPIO16 */
262 <0x0d00002a>, /* PM8941_GPIO17 */
263 <0x0d10002b>, /* PM8941_GPIO18 */
264 <0x0d20002c>, /* PM8941_GPIO19 */
265 <0x0d30002d>, /* PM8941_GPIO20 */
266 <0x0d40002e>, /* PM8941_GPIO21 */
267 <0x0d50002f>, /* PM8941_GPIO22 */
268 <0x0d600030>, /* PM8941_GPIO23 */
269 <0x0d700031>, /* PM8941_GPIO24 */
270 <0x0d800032>, /* PM8941_GPIO25 */
271 <0x0d900033>, /* PM8941_GPIO26 */
272 <0x0da00034>, /* PM8941_GPIO27 */
273 <0x0db00035>, /* PM8941_GPIO28 */
274 <0x0dc00036>, /* PM8941_GPIO29 */
275 <0x0dd00037>, /* PM8941_GPIO30 */
276 <0x0de00038>, /* PM8941_GPIO31 */
277 <0x0df00039>, /* PM8941_GPIO32 */
278 <0x0e00003a>, /* PM8941_GPIO33 */
279 <0x0e10003b>, /* PM8941_GPIO34 */
280 <0x0e20003c>, /* PM8941_GPIO35 */
281 <0x0e30003d>, /* PM8941_GPIO36 */
282 <0x0280003e>, /* COINCELL */
283 <0x0100003f>, /* SMBC_OVP */
284 <0x01100040>, /* SMBC_CHG */
285 <0x01200041>, /* SMBC_BIF */
286 <0x00500042>, /* INTERRUPT */
287 <0x00100043>, /* PM8941_0 */
288 <0x20100044>, /* PM8841_0 */
289 <0x10100045>, /* PM8941_1 */
290 <0x30100046>, /* PM8841_1 */
291 <0x00800047>, /* PON0 */
292 <0x20800048>, /* PON1 */
293 <0x11000049>, /* PM8941_SMPS1 */
294 <0x1110004a>, /* PM8941_SMPS2 */
295 <0x1120004b>, /* PM8941_SMPS3 */
296 <0x3100004c>, /* PM8841_SMPS1 */
297 <0x3110004d>, /* PM8841_SMPS2 */
298 <0x3120004e>, /* PM8841_SMPS3 */
299 <0x3130004f>, /* PM8841_SMPS4 */
300 <0x31400050>, /* PM8841_SMPS5 */
301 <0x31500051>, /* PM8841_SMPS6 */
302 <0x31600052>, /* PM8841_SMPS7 */
303 <0x31700053>, /* PM8841_SMPS8 */
304 <0x05000054>, /* SHARED_XO */
305 <0x05100055>, /* BB_CLK1 */
306 <0x05200056>, /* BB_CLK2 */
307 <0x05900057>, /* SLEEP_CLK */
308 <0x07000058>, /* PBS_CORE */
309 <0x07100059>, /* PBS_CLIENT1 */
310 <0x0720005a>; /* PBS_CLIENT2 */
Kenneth Heitkef3c829c2012-01-13 17:02:43 -0700311 };
Sagar Dharia218edb92012-01-15 18:03:01 -0700312
313 i2c@f9966000 {
314 cell-index = <0>;
315 compatible = "qcom,i2c-qup";
316 reg = <0Xf9966000 0x1000>;
317 reg-names = "qup_phys_addr";
318 interrupts = <0 104 0>;
319 interrupt-names = "qup_err_intr";
320 qcom,i2c-bus-freq = <100000>;
321 qcom,i2c-src-freq = <24000000>;
322 };
Matt Wagantalle9b715a2012-01-04 18:16:14 -0800323
Matt Wagantall48523022012-04-23 13:28:42 -0700324 qcom,acpuclk@f9000000 {
Abhimanyu Kapur90ced6e2012-06-26 17:41:25 -0700325 compatible = "qcom,acpuclk-8974";
Matt Wagantallbf9eb2c2012-05-31 09:44:22 -0700326 krait0-supply = <&krait0_vreg>;
327 krait1-supply = <&krait1_vreg>;
328 krait2-supply = <&krait2_vreg>;
329 krait3-supply = <&krait3_vreg>;
David Collins1c91ea72012-05-03 16:17:35 -0700330 krait0_mem-supply = <&pm8841_s1_ao>;
331 krait1_mem-supply = <&pm8841_s1_ao>;
332 krait2_mem-supply = <&pm8841_s1_ao>;
333 krait3_mem-supply = <&pm8841_s1_ao>;
334 krait0_dig-supply = <&pm8841_s2_corner_ao>;
335 krait1_dig-supply = <&pm8841_s2_corner_ao>;
336 krait2_dig-supply = <&pm8841_s2_corner_ao>;
337 krait3_dig-supply = <&pm8841_s2_corner_ao>;
Matt Wagantall337cdb72012-06-29 12:07:27 -0700338 krait0_hfpll_a-supply = <&pm8941_s2_ao>;
339 krait1_hfpll_a-supply = <&pm8941_s2_ao>;
340 krait2_hfpll_a-supply = <&pm8941_s2_ao>;
341 krait3_hfpll_a-supply = <&pm8941_s2_ao>;
342 l2_hfpll_a-supply = <&pm8941_s2_ao>;
343 krait0_hfpll_b-supply = <&pm8941_l12_ao>;
344 krait1_hfpll_b-supply = <&pm8941_l12_ao>;
345 krait2_hfpll_b-supply = <&pm8941_l12_ao>;
346 krait3_hfpll_b-supply = <&pm8941_l12_ao>;
347 l2_hfpll_b-supply = <&pm8941_l12_ao>;
Matt Wagantalle9b715a2012-01-04 18:16:14 -0800348 };
Ido Shayevitzef72ddd2012-03-28 18:55:55 +0200349
350 qcom,ssusb@F9200000 {
351 compatible = "qcom,dwc-usb3-msm";
Manu Gautam8c642812012-06-07 10:35:10 +0530352 reg = <0xF9200000 0xFA000>;
Manu Gautam17206c22012-06-21 10:17:53 +0530353 interrupts = <0 131 0 0 179 0>;
354 interrupt-names = "irq", "otg_irq";
Manu Gautam60e01352012-05-29 09:00:34 +0530355 SSUSB_VDDCX-supply = <&pm8841_s2>;
356 SSUSB_1p8-supply = <&pm8941_l6>;
357 HSUSB_VDDCX-supply = <&pm8841_s2>;
358 HSUSB_1p8-supply = <&pm8941_l6>;
359 HSUSB_3p3-supply = <&pm8941_l24>;
Ido Shayevitzef72ddd2012-03-28 18:55:55 +0200360 qcom,dwc-usb3-msm-dbm-eps = <4>;
361 };
Matt Wagantallc2bbdc32012-03-21 19:44:50 -0700362
Matt Wagantallfc727212012-01-06 18:18:25 -0800363 gdsc_oxili_gx: qcom,gdsc@fd8c4024 {
364 parent-supply = <&pm8841_s4>;
365 };
366
Matt Wagantallc2bbdc32012-03-21 19:44:50 -0700367 qcom,lpass@fe200000 {
368 compatible = "qcom,pil-q6v5-lpass";
369 reg = <0xfe200000 0x00100>,
Matt Wagantallc2bbdc32012-03-21 19:44:50 -0700370 <0xfd485100 0x00010>;
371
Matt Wagantall6e6b8cd2012-05-24 12:42:24 -0700372 qcom,firmware-name = "adsp";
Matt Wagantallc2bbdc32012-03-21 19:44:50 -0700373 };
Tianyi Gouc1e049f82011-11-23 14:20:16 -0800374
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700375 qcom,msm-pcm {
376 compatible = "qcom,msm-pcm-dsp";
377 };
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700378
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700379 qcom,msm-pcm-routing {
380 compatible = "qcom,msm-pcm-routing";
381 };
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700382
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700383 qcom,msm-pcm-lpa {
384 compatible = "qcom,msm-pcm-lpa";
385 };
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700386
Harmandeep Singha3453a72012-07-03 12:31:09 -0700387 qcom,msm-compr-dsp {
388 compatible = "qcom,msm-compr-dsp";
389 };
390
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700391 qcom,msm-voip-dsp {
392 compatible = "qcom,msm-voip-dsp";
393 };
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700394
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700395 qcom,msm-stub-codec {
396 compatible = "qcom,msm-stub-codec";
397 };
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700398
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700399 qcom,msm-dai-fe {
400 compatible = "qcom,msm-dai-fe";
401 };
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700402
Joonwoo Park6572ac52012-07-10 17:17:00 -0700403 qcom,msm-dai-q6 {
404 compatible = "qcom,msm-dai-q6";
405 qcom,msm-dai-q6-sb-0-rx {
406 compatible = "qcom,msm-dai-q6-dev";
407 qcom,msm-dai-q6-dev-id = <16384>;
408 };
409
410 qcom,msm-dai-q6-sb-0-tx {
411 compatible = "qcom,msm-dai-q6-dev";
412 qcom,msm-dai-q6-dev-id = <16385>;
413 };
414 };
415
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700416 qcom,msm-auxpcm {
417 compatible = "qcom,msm-auxpcm-resource";
418 qcom,msm-cpudai-auxpcm-clk = "pcm_clk";
419 qcom,msm-cpudai-auxpcm-mode = <0>;
420 qcom,msm-cpudai-auxpcm-sync = <1>;
421 qcom,msm-cpudai-auxpcm-frame = <5>;
422 qcom,msm-cpudai-auxpcm-quant = <2>;
423 qcom,msm-cpudai-auxpcm-slot = <1>;
424 qcom,msm-cpudai-auxpcm-data = <0>;
425 qcom,msm-cpudai-auxpcm-pcm-clk-rate = <2048000>;
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700426
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700427 qcom,msm-auxpcm-rx {
428 qcom,msm-auxpcm-dev-id = <4106>;
429 compatible = "qcom,msm-auxpcm-dev";
430 };
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700431
Phani Kumar Uppalapati87841c82012-06-14 21:28:43 -0700432 qcom,msm-auxpcm-tx {
433 qcom,msm-auxpcm-dev-id = <4107>;
434 compatible = "qcom,msm-auxpcm-dev";
435 };
436 };
437
438 qcom,msm-pcm-hostless {
439 compatible = "qcom,msm-pcm-hostless";
440 };
Phani Kumar Uppalapatic6651692012-06-14 20:33:09 -0700441
Phani Kumar Uppalapati8b3a1bb2012-06-26 19:56:58 -0700442 qcom,msm-ocmem-audio {
443 compatible = "qcom,msm-ocmem-audio";
444 qcom,msm-ocmem-audio-src-id = <11>;
445 qcom,msm-ocmem-audio-dst-id = <604>;
446 qcom,msm-ocmem-audio-ab = <32505856>;
447 qcom,msm-ocmem-audio-ib = <32505856>;
448 };
449
Matt Wagantall4e2599e2012-03-21 22:31:35 -0700450 qcom,mss@fc880000 {
451 compatible = "qcom,pil-q6v5-mss";
452 reg = <0xfc880000 0x100>,
453 <0xfd485000 0x400>,
454 <0xfc820000 0x020>,
455 <0xfc401680 0x004>;
456 vdd_mss-supply = <&pm8841_s3>;
457
458 qcom,firmware-name = "mba";
459 qcom,pil-self-auth = <1>;
460 };
461
Matt Wagantalle6e00d52012-03-08 17:39:07 -0800462 qcom,mba@fc820000 {
463 compatible = "qcom,pil-mba";
464 reg = <0xfc820000 0x0020>,
465 <0x0d1fc000 0x4000>;
466
467 qcom,firmware-name = "modem";
468 qcom,depends-on = "mba";
469 };
470
Tianyi Gouc1e049f82011-11-23 14:20:16 -0800471 qcom,pronto@fb21b000 {
472 compatible = "qcom,pil-pronto";
473 reg = <0xfb21b000 0x3000>,
474 <0xfc401700 0x4>,
475 <0xfd485300 0xc>;
476 vdd_pronto_pll-supply = <&pm8941_l12>;
477
478 qcom,firmware-name = "wcnss";
479 };
Naveen Ramaraj51f5e8b2012-04-09 15:58:40 -0700480
481 qcom,ocmem@fdd00000 {
Naveen Ramaraj94455a42012-07-05 16:01:40 -0700482 compatible = "qcom,msm-ocmem";
483 reg = <0xfdd00000 0x2000>,
484 <0xfdd02000 0x2000>,
485 <0xfe039000 0x400>,
486 <0xfec00000 0x180000>;
487 reg-names = "ocmem_ctrl_physical", "dm_ctrl_physical", "br_ctrl_physical", "ocmem_physical";
488 interrupts = <0 76 0 0 77 0>;
489 interrupt-names = "ocmem_irq", "dm_irq";
490 qcom,ocmem-num-regions = <0x3>;
491 #address-cells = <1>;
492 #size-cells = <1>;
493 ranges = <0x0 0xfec00000 0x180000>;
494
495 partition@0 {
496 reg = <0x0 0x100000>;
497 qcom,ocmem-part-name = "graphics";
498 qcom,ocmem-part-min = <0x80000>;
499 };
500
501 partition@80000 {
502 reg = <0x80000 0xA0000>;
503 qcom,ocmem-part-name = "lp_audio";
504 qcom,ocmem-part-min = <0xA0000>;
505 };
506
507 partition@E0000 {
508 reg = <0x120000 0x20000>;
Naveen Ramarajcc4ec152012-05-14 09:55:29 -0700509 qcom,ocmem-part-name = "other_os";
Naveen Ramaraj94455a42012-07-05 16:01:40 -0700510 qcom,ocmem-part-min = <0x20000>;
511 };
512
513 partition@100000 {
514 reg = <0x100000 0x80000>;
515 qcom,ocmem-part-name = "video";
516 qcom,ocmem-part-min = <0x55000>;
517 };
518
519 partition@140000 {
520 reg = <0x140000 0x40000>;
521 qcom,ocmem-part-name = "sensors";
522 qcom,ocmem-part-min = <0x40000>;
523 };
Naveen Ramaraj51f5e8b2012-04-09 15:58:40 -0700524 };
Mahesh Sivasubramanian3f0d0c72012-05-04 17:35:55 -0600525
Varad Deshmukh18057ed2012-07-03 16:34:53 -0700526 rpm_bus: qcom,rpm-smd {
Mahesh Sivasubramanian3f0d0c72012-05-04 17:35:55 -0600527 compatible = "qcom,rpm-smd";
528 rpm-channel-name = "rpm_requests";
529 rpm-channel-type = <15>; /* SMD_APPS_RPM */
530 };
Hariprasad Dhalinarasimhade991f02012-05-31 13:15:51 -0700531
532 qcom,msm-rng@f9bff000 {
533 compatible = "qcom,msm-rng";
534 reg = <0xf9bff000 0x200>;
535 };
Ramesh Masavarapufb1f01e2012-06-14 09:40:40 -0700536
537 qcom,qseecom@fe806000 {
538 compatible = "qcom,qseecom";
539 };
Adrian Salido-Moreno5ef3ac02012-05-14 18:40:47 -0700540
541 qcom,mdss_mdp@fd900000 {
542 cell-index = <0>;
543 compatible = "qcom,mdss_mdp";
544 reg = <0xfd900000 0x22100>;
545 interrupts = <0 72 0>;
Matt Wagantall37320fb2012-06-26 14:50:28 -0700546 vdd-supply = <&gdsc_mdss>;
Adrian Salido-Moreno5ef3ac02012-05-14 18:40:47 -0700547 };
548
549 qcom,mdss_wb_panel {
550 cell-index = <1>;
551 compatible = "qcom,mdss_wb";
552 qcom,mdss_pan_res = <640 480>;
553 qcom,mdss_pan_bpp = <24>;
554 };
Hanumant72aec702012-06-25 11:51:07 -0700555
556 qcom,wdt@f9017000 {
557 compatible = "qcom,msm-watchdog";
558 reg = <0xf9017000 0x1000>;
559 interrupts = <0 3 0 0 4 0>;
560 qcom,bark-time = <11000>;
561 qcom,pet-time = <10000>;
562 qcom,ipi-ping = <1>;
563 };
Hariprasad Dhalinarasimha0fc258f2012-07-05 13:01:29 -0700564
565 qcom,tz-log@fe805720 {
566 compatible = "qcom,tz-log";
567 reg = <0xfe805720 0x1000>;
568 };
Tianyi Gou828798d2012-05-02 21:12:38 -0700569
570 qcom,venus@fdce0000 {
571 compatible = "qcom,pil-venus";
572 reg = <0xfdce0000 0x4000>,
573 <0xfdc80208 0x8>;
574 vdd-supply = <&gdsc_venus>;
575
576 qcom,firmware-name = "venus";
577 qcom,firmware-min-paddr = <0xF500000>;
578 qcom,firmware-max-paddr = <0xFA00000>;
579 };
Siddartha Mohanadoss05a6e382012-05-14 15:13:37 -0700580
Stepan Moskovchenkoc79a7382012-07-19 17:24:32 -0700581 qcom,cache_erp {
582 compatible = "qcom,cache_erp";
583 interrupts = <1 9 0>, <0 2 0>;
584 interrupt-names = "l1_irq", "l2_irq";
585 };
586
Siddartha Mohanadoss05a6e382012-05-14 15:13:37 -0700587 tsens@fc4a8000 {
588 compatible = "qcom,msm-tsens";
589 reg = <0xfc4a8000 0x2000>,
590 <0xfc4b80d0 0x5>;
591 reg-names = "tsens_physical", "tsens_eeprom_physical";
592 interrupts = <0 184 0>;
593 qcom,sensors = <11>;
594 qcom,slope = <1134 1122 1142 1123 1176 1176 1176 1186 1176
595 1176 1176>;
596 };
Laura Abbottf7e44042012-06-22 12:50:32 -0700597
598 qcom,msm-rtb {
599 compatible = "qcom,msm-rtb";
600 qcom,memory-reservation-type = "EBI1";
601 qcom,memory-reservation-size = <0x100000>; /* 1M EBI1 buffer */
602 };
Sathish Ambley4df614c2011-10-07 16:30:46 -0700603};
Varad Deshmukh18057ed2012-07-03 16:34:53 -0700604
605/include/ "msm-pm8x41-rpm-regulator.dtsi"
606/include/ "msm-pm8841.dtsi"
607/include/ "msm-pm8941.dtsi"
608/include/ "msm8974-regulator.dtsi"
609/include/ "msm8974-gpio.dtsi"