ARM: dts: apq8064: add pm8921 rtc
[deliverable/linux.git] / arch / arm / boot / dts / qcom-apq8064.dtsi
CommitLineData
f335b8af
KG
1/dts-v1/;
2
3#include "skeleton.dtsi"
4#include <dt-bindings/clock/qcom,gcc-msm8960.h>
223280b1 5#include <dt-bindings/reset/qcom,gcc-msm8960.h>
3fe5e3ce 6#include <dt-bindings/clock/qcom,mmcc-msm8960.h>
f335b8af 7#include <dt-bindings/soc/qcom,gsbi.h>
8b8936fc 8#include <dt-bindings/interrupt-controller/arm-gic.h>
f335b8af
KG
9/ {
10 model = "Qualcomm APQ8064";
11 compatible = "qcom,apq8064";
12 interrupt-parent = <&intc>;
13
14 cpus {
15 #address-cells = <1>;
16 #size-cells = <0>;
17
18 cpu@0 {
19 compatible = "qcom,krait";
20 enable-method = "qcom,kpss-acc-v1";
21 device_type = "cpu";
22 reg = <0>;
23 next-level-cache = <&L2>;
24 qcom,acc = <&acc0>;
25 qcom,saw = <&saw0>;
06c49f2b 26 cpu-idle-states = <&CPU_SPC>;
f335b8af
KG
27 };
28
29 cpu@1 {
30 compatible = "qcom,krait";
31 enable-method = "qcom,kpss-acc-v1";
32 device_type = "cpu";
33 reg = <1>;
34 next-level-cache = <&L2>;
35 qcom,acc = <&acc1>;
36 qcom,saw = <&saw1>;
06c49f2b 37 cpu-idle-states = <&CPU_SPC>;
f335b8af
KG
38 };
39
40 cpu@2 {
41 compatible = "qcom,krait";
42 enable-method = "qcom,kpss-acc-v1";
43 device_type = "cpu";
44 reg = <2>;
45 next-level-cache = <&L2>;
46 qcom,acc = <&acc2>;
47 qcom,saw = <&saw2>;
06c49f2b 48 cpu-idle-states = <&CPU_SPC>;
f335b8af
KG
49 };
50
51 cpu@3 {
52 compatible = "qcom,krait";
53 enable-method = "qcom,kpss-acc-v1";
54 device_type = "cpu";
55 reg = <3>;
56 next-level-cache = <&L2>;
57 qcom,acc = <&acc3>;
58 qcom,saw = <&saw3>;
06c49f2b 59 cpu-idle-states = <&CPU_SPC>;
f335b8af
KG
60 };
61
62 L2: l2-cache {
63 compatible = "cache";
64 cache-level = <2>;
65 };
06c49f2b
LI
66
67 idle-states {
68 CPU_SPC: spc {
69 compatible = "qcom,idle-state-spc",
70 "arm,idle-state";
71 entry-latency-us = <400>;
72 exit-latency-us = <900>;
73 min-residency-us = <3000>;
74 };
75 };
f335b8af
KG
76 };
77
78 cpu-pmu {
79 compatible = "qcom,krait-pmu";
80 interrupts = <1 10 0x304>;
81 };
82
83 soc: soc {
84 #address-cells = <1>;
85 #size-cells = <1>;
86 ranges;
87 compatible = "simple-bus";
88
8b8936fc
PG
89 tlmm_pinmux: pinctrl@800000 {
90 compatible = "qcom,apq8064-pinctrl";
91 reg = <0x800000 0x4000>;
92
93 gpio-controller;
94 #gpio-cells = <2>;
95 interrupt-controller;
96 #interrupt-cells = <2>;
97 interrupts = <0 16 IRQ_TYPE_LEVEL_HIGH>;
cd6dd11a
PG
98
99 pinctrl-names = "default";
100 pinctrl-0 = <&ps_hold>;
101
0be5fef1
SK
102 sdc4_gpios: sdc4-gpios {
103 pios {
104 pins = "gpio63", "gpio64", "gpio65", "gpio66", "gpio67", "gpio68";
105 function = "sdc4";
106 };
107 };
108
cd6dd11a
PG
109 ps_hold: ps_hold {
110 mux {
111 pins = "gpio78";
112 function = "ps_hold";
113 };
114 };
bc0d3076
SK
115
116 i2c1_pins: i2c1 {
117 mux {
118 pins = "gpio20", "gpio21";
119 function = "gsbi1";
120 };
121 };
3f62b46b
SK
122
123 i2c3_pins: i2c3 {
124 mux {
125 pins = "gpio8", "gpio9";
126 function = "gsbi3";
127 };
128 };
86e252a4
PG
129
130 uart_pins: uart_pins {
131 mux {
132 pins = "gpio14", "gpio15", "gpio16", "gpio17";
133 function = "gsbi6";
134 };
135 };
8b8936fc
PG
136 };
137
f335b8af
KG
138 intc: interrupt-controller@2000000 {
139 compatible = "qcom,msm-qgic2";
140 interrupt-controller;
141 #interrupt-cells = <3>;
142 reg = <0x02000000 0x1000>,
143 <0x02002000 0x1000>;
144 };
145
146 timer@200a000 {
147 compatible = "qcom,kpss-timer", "qcom,msm-timer";
148 interrupts = <1 1 0x301>,
149 <1 2 0x301>,
150 <1 3 0x301>;
151 reg = <0x0200a000 0x100>;
152 clock-frequency = <27000000>,
153 <32768>;
154 cpu-offset = <0x80000>;
155 };
156
157 acc0: clock-controller@2088000 {
158 compatible = "qcom,kpss-acc-v1";
159 reg = <0x02088000 0x1000>, <0x02008000 0x1000>;
160 };
161
162 acc1: clock-controller@2098000 {
163 compatible = "qcom,kpss-acc-v1";
164 reg = <0x02098000 0x1000>, <0x02008000 0x1000>;
165 };
166
167 acc2: clock-controller@20a8000 {
168 compatible = "qcom,kpss-acc-v1";
169 reg = <0x020a8000 0x1000>, <0x02008000 0x1000>;
170 };
171
172 acc3: clock-controller@20b8000 {
173 compatible = "qcom,kpss-acc-v1";
174 reg = <0x020b8000 0x1000>, <0x02008000 0x1000>;
175 };
176
9fc23ce3
LI
177 saw0: power-controller@2089000 {
178 compatible = "qcom,apq8064-saw2-v1.1-cpu", "qcom,saw2";
f335b8af
KG
179 reg = <0x02089000 0x1000>, <0x02009000 0x1000>;
180 regulator;
181 };
182
9fc23ce3
LI
183 saw1: power-controller@2099000 {
184 compatible = "qcom,apq8064-saw2-v1.1-cpu", "qcom,saw2";
f335b8af
KG
185 reg = <0x02099000 0x1000>, <0x02009000 0x1000>;
186 regulator;
187 };
188
9fc23ce3
LI
189 saw2: power-controller@20a9000 {
190 compatible = "qcom,apq8064-saw2-v1.1-cpu", "qcom,saw2";
f335b8af
KG
191 reg = <0x020a9000 0x1000>, <0x02009000 0x1000>;
192 regulator;
193 };
194
9fc23ce3
LI
195 saw3: power-controller@20b9000 {
196 compatible = "qcom,apq8064-saw2-v1.1-cpu", "qcom,saw2";
f335b8af
KG
197 reg = <0x020b9000 0x1000>, <0x02009000 0x1000>;
198 regulator;
199 };
200
8c3166f5 201 gsbi1: gsbi@12440000 {
202 status = "disabled";
203 compatible = "qcom,gsbi-v1.0.0";
4105d9d6 204 cell-index = <1>;
8c3166f5 205 reg = <0x12440000 0x100>;
206 clocks = <&gcc GSBI1_H_CLK>;
207 clock-names = "iface";
208 #address-cells = <1>;
209 #size-cells = <1>;
210 ranges;
211
4105d9d6
AG
212 syscon-tcsr = <&tcsr>;
213
8c3166f5 214 i2c1: i2c@12460000 {
215 compatible = "qcom,i2c-qup-v1.1.1";
0fbf6104
SK
216 pinctrl-0 = <&i2c1_pins>;
217 pinctrl-names = "default";
8c3166f5 218 reg = <0x12460000 0x1000>;
219 interrupts = <0 194 IRQ_TYPE_NONE>;
220 clocks = <&gcc GSBI1_QUP_CLK>, <&gcc GSBI1_H_CLK>;
221 clock-names = "core", "iface";
222 #address-cells = <1>;
223 #size-cells = <0>;
224 };
225 };
226
227 gsbi2: gsbi@12480000 {
228 status = "disabled";
229 compatible = "qcom,gsbi-v1.0.0";
4105d9d6 230 cell-index = <2>;
8c3166f5 231 reg = <0x12480000 0x100>;
232 clocks = <&gcc GSBI2_H_CLK>;
233 clock-names = "iface";
234 #address-cells = <1>;
235 #size-cells = <1>;
236 ranges;
237
4105d9d6
AG
238 syscon-tcsr = <&tcsr>;
239
8c3166f5 240 i2c2: i2c@124a0000 {
241 compatible = "qcom,i2c-qup-v1.1.1";
242 reg = <0x124a0000 0x1000>;
243 interrupts = <0 196 IRQ_TYPE_NONE>;
244 clocks = <&gcc GSBI2_QUP_CLK>, <&gcc GSBI2_H_CLK>;
245 clock-names = "core", "iface";
246 #address-cells = <1>;
247 #size-cells = <0>;
248 };
249 };
250
3f62b46b
SK
251 gsbi3: gsbi@16200000 {
252 status = "disabled";
253 compatible = "qcom,gsbi-v1.0.0";
504155ca 254 cell-index = <3>;
3f62b46b
SK
255 reg = <0x16200000 0x100>;
256 clocks = <&gcc GSBI3_H_CLK>;
257 clock-names = "iface";
258 #address-cells = <1>;
259 #size-cells = <1>;
260 ranges;
3f62b46b
SK
261 i2c3: i2c@16280000 {
262 compatible = "qcom,i2c-qup-v1.1.1";
0fbf6104
SK
263 pinctrl-0 = <&i2c3_pins>;
264 pinctrl-names = "default";
3f62b46b
SK
265 reg = <0x16280000 0x1000>;
266 interrupts = <GIC_SPI 151 IRQ_TYPE_NONE>;
267 clocks = <&gcc GSBI3_QUP_CLK>,
268 <&gcc GSBI3_H_CLK>;
269 clock-names = "core", "iface";
270 };
271 };
272
86e252a4
PG
273 gsbi6: gsbi@16500000 {
274 status = "disabled";
275 compatible = "qcom,gsbi-v1.0.0";
276 cell-index = <6>;
277 reg = <0x16500000 0x03>;
278 clocks = <&gcc GSBI6_H_CLK>;
279 clock-names = "iface";
280 #address-cells = <1>;
281 #size-cells = <1>;
282 ranges;
283
284 gsbi6_serial: serial@16540000 {
285 compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
286 reg = <0x16540000 0x100>,
287 <0x16500000 0x03>;
288 interrupts = <0 156 0x0>;
289 clocks = <&gcc GSBI6_UART_CLK>, <&gcc GSBI6_H_CLK>;
290 clock-names = "core", "iface";
291 status = "disabled";
292 };
293 };
294
f335b8af
KG
295 gsbi7: gsbi@16600000 {
296 status = "disabled";
297 compatible = "qcom,gsbi-v1.0.0";
4105d9d6 298 cell-index = <7>;
f335b8af
KG
299 reg = <0x16600000 0x100>;
300 clocks = <&gcc GSBI7_H_CLK>;
301 clock-names = "iface";
302 #address-cells = <1>;
303 #size-cells = <1>;
304 ranges;
4105d9d6
AG
305 syscon-tcsr = <&tcsr>;
306
d5d4654e 307 gsbi7_serial: serial@16640000 {
f335b8af
KG
308 compatible = "qcom,msm-uartdm-v1.3", "qcom,msm-uartdm";
309 reg = <0x16640000 0x1000>,
310 <0x16600000 0x1000>;
311 interrupts = <0 158 0x0>;
312 clocks = <&gcc GSBI7_UART_CLK>, <&gcc GSBI7_H_CLK>;
313 clock-names = "core", "iface";
314 status = "disabled";
315 };
316 };
317
318 qcom,ssbi@500000 {
319 compatible = "qcom,ssbi";
320 reg = <0x00500000 0x1000>;
321 qcom,controller-type = "pmic-arbiter";
874443fe
SK
322
323 pmicintc: pmic@0 {
324 compatible = "qcom,pm8921";
325 interrupt-parent = <&tlmm_pinmux>;
326 interrupts = <74 8>;
327 #interrupt-cells = <2>;
328 interrupt-controller;
329 #address-cells = <1>;
330 #size-cells = <0>;
331
332 pm8921_gpio: gpio@150 {
333
334 compatible = "qcom,pm8921-gpio";
335 reg = <0x150>;
336 interrupts = <192 1>, <193 1>, <194 1>,
337 <195 1>, <196 1>, <197 1>,
338 <198 1>, <199 1>, <200 1>,
339 <201 1>, <202 1>, <203 1>,
340 <204 1>, <205 1>, <206 1>,
341 <207 1>, <208 1>, <209 1>,
342 <210 1>, <211 1>, <212 1>,
343 <213 1>, <214 1>, <215 1>,
344 <216 1>, <217 1>, <218 1>,
345 <219 1>, <220 1>, <221 1>,
346 <222 1>, <223 1>, <224 1>,
347 <225 1>, <226 1>, <227 1>,
348 <228 1>, <229 1>, <230 1>,
349 <231 1>, <232 1>, <233 1>,
350 <234 1>, <235 1>;
351
352 gpio-controller;
353 #gpio-cells = <2>;
354
355 };
bce36046
SK
356
357 pm8921_mpps: mpps@50 {
358 compatible = "qcom,pm8921-mpp";
359 reg = <0x50>;
360 gpio-controller;
361 #gpio-cells = <2>;
362 interrupts =
363 <128 1>, <129 1>, <130 1>, <131 1>,
364 <132 1>, <133 1>, <134 1>, <135 1>,
365 <136 1>, <137 1>, <138 1>, <139 1>;
366 };
367
bbf89b96
SK
368 rtc@11d {
369 compatible = "qcom,pm8921-rtc";
370 interrupt-parent = <&pmicintc>;
371 interrupts = <39 1>;
372 reg = <0x11d>;
373 allow-set-time;
374 };
375
874443fe 376 };
f335b8af
KG
377 };
378
379 gcc: clock-controller@900000 {
380 compatible = "qcom,gcc-apq8064";
381 reg = <0x00900000 0x4000>;
382 #clock-cells = <1>;
383 #reset-cells = <1>;
384 };
3fe5e3ce 385
1e1177bf
KG
386 lcc: clock-controller@28000000 {
387 compatible = "qcom,lcc-apq8064";
388 reg = <0x28000000 0x1000>;
389 #clock-cells = <1>;
390 #reset-cells = <1>;
391 };
392
3fe5e3ce
SB
393 mmcc: clock-controller@4000000 {
394 compatible = "qcom,mmcc-apq8064";
395 reg = <0x4000000 0x1000>;
396 #clock-cells = <1>;
397 #reset-cells = <1>;
398 };
045644ff 399
dc2f8152
SK
400 l2cc: clock-controller@2011000 {
401 compatible = "syscon";
402 reg = <0x2011000 0x1000>;
403 };
404
405 rpm@108000 {
406 compatible = "qcom,rpm-apq8064";
407 reg = <0x108000 0x1000>;
408 qcom,ipc = <&l2cc 0x8 2>;
409
410 interrupts = <GIC_SPI 19 IRQ_TYPE_EDGE_RISING>,
411 <GIC_SPI 21 IRQ_TYPE_EDGE_RISING>,
412 <GIC_SPI 22 IRQ_TYPE_EDGE_RISING>;
413 interrupt-names = "ack", "err", "wakeup";
414
415 regulators {
416 compatible = "qcom,rpm-pm8921-regulators";
417
418 pm8921_hdmi_switch: hdmi-switch {
419 bias-pull-down;
420 };
421 };
422 };
423
ea986611
SK
424 usb1_phy: phy@12500000 {
425 compatible = "qcom,usb-otg-ci";
426 reg = <0x12500000 0x400>;
427 interrupts = <GIC_SPI 100 IRQ_TYPE_NONE>;
428 status = "disabled";
429 dr_mode = "host";
430
431 clocks = <&gcc USB_HS1_XCVR_CLK>,
432 <&gcc USB_HS1_H_CLK>;
433 clock-names = "core", "iface";
434
435 resets = <&gcc USB_HS1_RESET>;
436 reset-names = "link";
437 };
438
223280b1
SK
439 usb3_phy: phy@12520000 {
440 compatible = "qcom,usb-otg-ci";
441 reg = <0x12520000 0x400>;
442 interrupts = <GIC_SPI 188 IRQ_TYPE_NONE>;
443 status = "disabled";
444 dr_mode = "host";
445
446 clocks = <&gcc USB_HS3_XCVR_CLK>,
447 <&gcc USB_HS3_H_CLK>;
448 clock-names = "core", "iface";
449
450 resets = <&gcc USB_HS3_RESET>;
451 reset-names = "link";
452 };
453
454 usb4_phy: phy@12530000 {
455 compatible = "qcom,usb-otg-ci";
456 reg = <0x12530000 0x400>;
457 interrupts = <GIC_SPI 215 IRQ_TYPE_NONE>;
458 status = "disabled";
459 dr_mode = "host";
460
461 clocks = <&gcc USB_HS4_XCVR_CLK>,
462 <&gcc USB_HS4_H_CLK>;
463 clock-names = "core", "iface";
464
465 resets = <&gcc USB_HS4_RESET>;
466 reset-names = "link";
467 };
468
ea986611
SK
469 gadget1: gadget@12500000 {
470 compatible = "qcom,ci-hdrc";
471 reg = <0x12500000 0x400>;
472 status = "disabled";
473 dr_mode = "peripheral";
474 interrupts = <GIC_SPI 100 IRQ_TYPE_NONE>;
475 usb-phy = <&usb1_phy>;
476 };
477
478 usb1: usb@12500000 {
479 compatible = "qcom,ehci-host";
480 reg = <0x12500000 0x400>;
481 interrupts = <GIC_SPI 100 IRQ_TYPE_NONE>;
482 status = "disabled";
483 usb-phy = <&usb1_phy>;
484 };
485
223280b1
SK
486 usb3: usb@12520000 {
487 compatible = "qcom,ehci-host";
488 reg = <0x12520000 0x400>;
489 interrupts = <GIC_SPI 188 IRQ_TYPE_NONE>;
490 status = "disabled";
491 usb-phy = <&usb3_phy>;
492 };
493
494 usb4: usb@12530000 {
495 compatible = "qcom,ehci-host";
496 reg = <0x12530000 0x400>;
497 interrupts = <GIC_SPI 215 IRQ_TYPE_NONE>;
498 status = "disabled";
499 usb-phy = <&usb4_phy>;
500 };
501
e629335f
SK
502 sata_phy0: phy@1b400000 {
503 compatible = "qcom,apq8064-sata-phy";
504 status = "disabled";
505 reg = <0x1b400000 0x200>;
506 reg-names = "phy_mem";
507 clocks = <&gcc SATA_PHY_CFG_CLK>;
508 clock-names = "cfg";
509 #phy-cells = <0>;
510 };
511
512 sata0: sata@29000000 {
513 compatible = "generic-ahci";
514 status = "disabled";
515 reg = <0x29000000 0x180>;
516 interrupts = <GIC_SPI 209 IRQ_TYPE_NONE>;
517
518 clocks = <&gcc SFAB_SATA_S_H_CLK>,
519 <&gcc SATA_H_CLK>,
520 <&gcc SATA_A_CLK>,
521 <&gcc SATA_RXOOB_CLK>,
522 <&gcc SATA_PMALIVE_CLK>;
523 clock-names = "slave_iface",
524 "iface",
525 "bus",
526 "rxoob",
527 "core_pmalive";
528
529 assigned-clocks = <&gcc SATA_RXOOB_CLK>,
530 <&gcc SATA_PMALIVE_CLK>;
531 assigned-clock-rates = <100000000>, <100000000>;
532
533 phys = <&sata_phy0>;
534 phy-names = "sata-phy";
535 };
536
045644ff 537 /* Temporary fixed regulator */
edb81ca3
SK
538 sdcc1bam:dma@12402000{
539 compatible = "qcom,bam-v1.3.0";
540 reg = <0x12402000 0x8000>;
541 interrupts = <0 98 0>;
542 clocks = <&gcc SDC1_H_CLK>;
543 clock-names = "bam_clk";
544 #dma-cells = <1>;
545 qcom,ee = <0>;
546 };
547
548 sdcc3bam:dma@12182000{
549 compatible = "qcom,bam-v1.3.0";
550 reg = <0x12182000 0x8000>;
551 interrupts = <0 96 0>;
552 clocks = <&gcc SDC3_H_CLK>;
553 clock-names = "bam_clk";
554 #dma-cells = <1>;
555 qcom,ee = <0>;
556 };
557
0be5fef1
SK
558 sdcc4bam:dma@121c2000{
559 compatible = "qcom,bam-v1.3.0";
560 reg = <0x121c2000 0x8000>;
561 interrupts = <0 95 0>;
562 clocks = <&gcc SDC4_H_CLK>;
563 clock-names = "bam_clk";
564 #dma-cells = <1>;
565 qcom,ee = <0>;
566 };
567
045644ff
SK
568 amba {
569 compatible = "arm,amba-bus";
570 #address-cells = <1>;
571 #size-cells = <1>;
572 ranges;
573 sdcc1: sdcc@12400000 {
574 status = "disabled";
575 compatible = "arm,pl18x", "arm,primecell";
576 arm,primecell-periphid = <0x00051180>;
577 reg = <0x12400000 0x2000>;
578 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>;
579 interrupt-names = "cmd_irq";
580 clocks = <&gcc SDC1_CLK>, <&gcc SDC1_H_CLK>;
581 clock-names = "mclk", "apb_pclk";
582 bus-width = <8>;
583 max-frequency = <96000000>;
584 non-removable;
585 cap-sd-highspeed;
586 cap-mmc-highspeed;
edb81ca3
SK
587 dmas = <&sdcc1bam 2>, <&sdcc1bam 1>;
588 dma-names = "tx", "rx";
045644ff
SK
589 };
590
591 sdcc3: sdcc@12180000 {
592 compatible = "arm,pl18x", "arm,primecell";
593 arm,primecell-periphid = <0x00051180>;
594 status = "disabled";
595 reg = <0x12180000 0x2000>;
596 interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>;
597 interrupt-names = "cmd_irq";
598 clocks = <&gcc SDC3_CLK>, <&gcc SDC3_H_CLK>;
599 clock-names = "mclk", "apb_pclk";
600 bus-width = <4>;
601 cap-sd-highspeed;
602 cap-mmc-highspeed;
603 max-frequency = <192000000>;
604 no-1-8-v;
edb81ca3
SK
605 dmas = <&sdcc3bam 2>, <&sdcc3bam 1>;
606 dma-names = "tx", "rx";
045644ff 607 };
0be5fef1
SK
608
609 sdcc4: sdcc@121c0000 {
610 compatible = "arm,pl18x", "arm,primecell";
611 arm,primecell-periphid = <0x00051180>;
612 status = "disabled";
613 reg = <0x121c0000 0x2000>;
614 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
615 interrupt-names = "cmd_irq";
616 clocks = <&gcc SDC4_CLK>, <&gcc SDC4_H_CLK>;
617 clock-names = "mclk", "apb_pclk";
618 bus-width = <4>;
619 cap-sd-highspeed;
620 cap-mmc-highspeed;
621 max-frequency = <48000000>;
0be5fef1
SK
622 dmas = <&sdcc4bam 2>, <&sdcc4bam 1>;
623 dma-names = "tx", "rx";
624 pinctrl-names = "default";
625 pinctrl-0 = <&sdc4_gpios>;
626 };
045644ff 627 };
4105d9d6
AG
628
629 tcsr: syscon@1a400000 {
630 compatible = "qcom,tcsr-apq8064", "syscon";
631 reg = <0x1a400000 0x100>;
632 };
f335b8af
KG
633 };
634};
This page took 0.115085 seconds and 5 git commands to generate.