blob: 7d9702ead64591298ace101422ac41bb1eb91e57 [file] [log] [blame]
Imran Khan04f08312017-03-30 15:07:43 +05301/* Copyright (c) 2017, The Linux Foundation. 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 */
12
13#include "skeleton64.dtsi"
14#include <dt-bindings/interrupt-controller/arm-gic.h>
Odelu Kukatla1fe3a222017-06-01 16:24:59 +053015#include <dt-bindings/clock/qcom,gcc-sdm845.h>
16#include <dt-bindings/clock/qcom,camcc-sdm845.h>
17#include <dt-bindings/clock/qcom,dispcc-sdm845.h>
18#include <dt-bindings/clock/qcom,gpucc-sdm845.h>
19#include <dt-bindings/clock/qcom,videocc-sdm845.h>
20#include <dt-bindings/clock/qcom,cpucc-sdm845.h>
21#include <dt-bindings/clock/qcom,rpmh.h>
Maulik Shahc77d1d22017-06-15 14:04:50 +053022#include <dt-bindings/soc/qcom,tcs-mbox.h>
Tirupathi Reddy0cfe2082017-06-08 14:24:13 +053023#include <dt-bindings/regulator/qcom,rpmh-regulator.h>
Imran Khan04f08312017-03-30 15:07:43 +053024
25/ {
26 model = "Qualcomm Technologies, Inc. SDM670";
27 compatible = "qcom,sdm670";
28 qcom,msm-id = <336 0x0>;
Maulik Shah30ebbde2017-06-15 10:02:54 +053029 interrupt-parent = <&pdc>;
Imran Khan04f08312017-03-30 15:07:43 +053030
Sayali Lokhande099af9c2017-06-08 10:18:29 +053031 aliases {
32 ufshc1 = &ufshc_mem; /* Embedded UFS slot */
33 };
Imran Khan04f08312017-03-30 15:07:43 +053034
Mukesh Kumar Savaliya7b272542017-07-10 19:35:29 +053035 aliases {
36 serial0 = &qupv3_se12_2uart;
37 spi0 = &qupv3_se8_spi;
38 i2c0 = &qupv3_se10_i2c;
39 i2c1 = &qupv3_se3_i2c;
40 hsuart0 = &qupv3_se6_4uart;
41 };
42
Imran Khan04f08312017-03-30 15:07:43 +053043 cpus {
44 #address-cells = <2>;
45 #size-cells = <0>;
46
47 CPU0: cpu@0 {
48 device_type = "cpu";
49 compatible = "arm,armv8";
50 reg = <0x0 0x0>;
51 enable-method = "psci";
52 efficiency = <1024>;
53 cache-size = <0x8000>;
54 cpu-release-addr = <0x0 0x90000000>;
55 next-level-cache = <&L2_0>;
56 L2_0: l2-cache {
57 compatible = "arm,arch-cache";
58 cache-size = <0x20000>;
59 cache-level = <2>;
60 next-level-cache = <&L3_0>;
61 L3_0: l3-cache {
62 compatible = "arm,arch-cache";
63 cache-size = <0x100000>;
64 cache-level = <3>;
65 };
66 };
67 L1_I_0: l1-icache {
68 compatible = "arm,arch-cache";
69 qcom,dump-size = <0x9000>;
70 };
71 L1_D_0: l1-dcache {
72 compatible = "arm,arch-cache";
73 qcom,dump-size = <0x9000>;
74 };
75 };
76
77 CPU1: cpu@100 {
78 device_type = "cpu";
79 compatible = "arm,armv8";
80 reg = <0x0 0x100>;
81 enable-method = "psci";
82 efficiency = <1024>;
83 cache-size = <0x8000>;
84 cpu-release-addr = <0x0 0x90000000>;
85 next-level-cache = <&L2_100>;
86 L2_100: l2-cache {
87 compatible = "arm,arch-cache";
88 cache-size = <0x20000>;
89 cache-level = <2>;
90 next-level-cache = <&L3_0>;
91 };
92 L1_I_100: l1-icache {
93 compatible = "arm,arch-cache";
94 qcom,dump-size = <0x9000>;
95 };
96 L1_D_100: l1-dcache {
97 compatible = "arm,arch-cache";
98 qcom,dump-size = <0x9000>;
99 };
100 };
101
102 CPU2: cpu@200 {
103 device_type = "cpu";
104 compatible = "arm,armv8";
105 reg = <0x0 0x200>;
106 enable-method = "psci";
107 efficiency = <1024>;
108 cache-size = <0x8000>;
109 cpu-release-addr = <0x0 0x90000000>;
110 next-level-cache = <&L2_200>;
111 L2_200: l2-cache {
112 compatible = "arm,arch-cache";
113 cache-size = <0x20000>;
114 cache-level = <2>;
115 next-level-cache = <&L3_0>;
116 };
117 L1_I_200: l1-icache {
118 compatible = "arm,arch-cache";
119 qcom,dump-size = <0x9000>;
120 };
121 L1_D_200: l1-dcache {
122 compatible = "arm,arch-cache";
123 qcom,dump-size = <0x9000>;
124 };
125 };
126
127 CPU3: cpu@300 {
128 device_type = "cpu";
129 compatible = "arm,armv8";
130 reg = <0x0 0x300>;
131 enable-method = "psci";
132 efficiency = <1024>;
133 cache-size = <0x8000>;
134 cpu-release-addr = <0x0 0x90000000>;
135 next-level-cache = <&L2_300>;
136 L2_300: l2-cache {
137 compatible = "arm,arch-cache";
138 cache-size = <0x20000>;
139 cache-level = <2>;
140 next-level-cache = <&L3_0>;
141 };
142 L1_I_300: l1-icache {
143 compatible = "arm,arch-cache";
144 qcom,dump-size = <0x9000>;
145 };
146 L1_D_300: l1-dcache {
147 compatible = "arm,arch-cache";
148 qcom,dump-size = <0x9000>;
149 };
150 };
151
152 CPU4: cpu@400 {
153 device_type = "cpu";
154 compatible = "arm,armv8";
155 reg = <0x0 0x400>;
156 enable-method = "psci";
157 efficiency = <1024>;
158 cache-size = <0x8000>;
159 cpu-release-addr = <0x0 0x90000000>;
160 next-level-cache = <&L2_400>;
161 L2_400: l2-cache {
162 compatible = "arm,arch-cache";
163 cache-size = <0x20000>;
164 cache-level = <2>;
165 next-level-cache = <&L3_0>;
166 };
167 L1_I_400: l1-icache {
168 compatible = "arm,arch-cache";
169 qcom,dump-size = <0x9000>;
170 };
171 L1_D_400: l1-dcache {
172 compatible = "arm,arch-cache";
173 qcom,dump-size = <0x9000>;
174 };
175 };
176
177 CPU5: cpu@500 {
178 device_type = "cpu";
179 compatible = "arm,armv8";
180 reg = <0x0 0x500>;
181 enable-method = "psci";
182 efficiency = <1024>;
183 cache-size = <0x8000>;
184 cpu-release-addr = <0x0 0x90000000>;
185 next-level-cache = <&L2_500>;
186 L2_500: l2-cache {
187 compatible = "arm,arch-cache";
188 cache-size = <0x20000>;
189 cache-level = <2>;
190 next-level-cache = <&L3_0>;
191 };
192 L1_I_500: l1-icache {
193 compatible = "arm,arch-cache";
194 qcom,dump-size = <0x9000>;
195 };
196 L1_D_500: l1-dcache {
197 compatible = "arm,arch-cache";
198 qcom,dump-size = <0x9000>;
199 };
200 };
201
202 CPU6: cpu@600 {
203 device_type = "cpu";
204 compatible = "arm,armv8";
205 reg = <0x0 0x600>;
206 enable-method = "psci";
207 efficiency = <1740>;
208 cache-size = <0x10000>;
209 cpu-release-addr = <0x0 0x90000000>;
210 next-level-cache = <&L2_600>;
211 L2_600: l2-cache {
212 compatible = "arm,arch-cache";
213 cache-size = <0x40000>;
214 cache-level = <2>;
215 next-level-cache = <&L3_0>;
216 };
217 L1_I_600: l1-icache {
218 compatible = "arm,arch-cache";
219 qcom,dump-size = <0x12000>;
220 };
221 L1_D_600: l1-dcache {
222 compatible = "arm,arch-cache";
223 qcom,dump-size = <0x12000>;
224 };
225 };
226
227 CPU7: cpu@700 {
228 device_type = "cpu";
229 compatible = "arm,armv8";
230 reg = <0x0 0x700>;
231 enable-method = "psci";
232 efficiency = <1740>;
233 cache-size = <0x10000>;
234 cpu-release-addr = <0x0 0x90000000>;
235 next-level-cache = <&L2_700>;
236 L2_700: l2-cache {
237 compatible = "arm,arch-cache";
238 cache-size = <0x40000>;
239 cache-level = <2>;
240 next-level-cache = <&L3_0>;
241 };
242 L1_I_700: l1-icache {
243 compatible = "arm,arch-cache";
244 qcom,dump-size = <0x12000>;
245 };
246 L1_D_700: l1-dcache {
247 compatible = "arm,arch-cache";
248 qcom,dump-size = <0x12000>;
249 };
250 };
251
252 cpu-map {
253 cluster0 {
254 core0 {
255 cpu = <&CPU0>;
256 };
257
258 core1 {
259 cpu = <&CPU1>;
260 };
261
262 core2 {
263 cpu = <&CPU2>;
264 };
265
266 core3 {
267 cpu = <&CPU3>;
268 };
269
270 core4 {
271 cpu = <&CPU4>;
272 };
273
274 core5 {
275 cpu = <&CPU5>;
276 };
277 };
278 cluster1 {
279 core0 {
280 cpu = <&CPU6>;
281 };
282
283 core1 {
284 cpu = <&CPU7>;
285 };
286 };
287 };
288 };
289
290 psci {
291 compatible = "arm,psci-1.0";
292 method = "smc";
293 };
294
295 soc: soc { };
296
297 reserved-memory {
298 #address-cells = <2>;
299 #size-cells = <2>;
300 ranges;
Vijayanand Jittaa1ee7862017-06-07 12:06:39 +0530301
302 removed_regions: removed_regions@85700000 {
303 compatible = "removed-dma-pool";
304 no-map;
305 reg = <0 0x85700000 0 0x3800000>;
306 };
307
308 pil_camera_mem: camera_region@8ab00000 {
309 compatible = "removed-dma-pool";
310 no-map;
311 reg = <0 0x8ab00000 0 0x500000>;
312 };
313
314 pil_modem_mem: modem_region@8b000000 {
315 compatible = "removed-dma-pool";
316 no-map;
317 reg = <0 0x8b000000 0 0x7e00000>;
318 };
319
320 pil_video_mem: pil_video_region@92e00000 {
321 compatible = "removed-dma-pool";
322 no-map;
323 reg = <0 0x92e00000 0 0x500000>;
324 };
325
326 pil_cdsp_mem: cdsp_regions@93300000 {
327 compatible = "removed-dma-pool";
328 no-map;
Vijayanand Jitta29d1a782017-07-03 15:17:09 +0530329 reg = <0 0x93300000 0 0x800000>;
Vijayanand Jittaa1ee7862017-06-07 12:06:39 +0530330 };
331
Vijayanand Jitta29d1a782017-07-03 15:17:09 +0530332 pil_mba_mem: pil_mba_region@0x93b00000 {
Vijayanand Jittaa1ee7862017-06-07 12:06:39 +0530333 compatible = "removed-dma-pool";
334 no-map;
Vijayanand Jitta29d1a782017-07-03 15:17:09 +0530335 reg = <0 0x93b00000 0 0x200000>;
Vijayanand Jittaa1ee7862017-06-07 12:06:39 +0530336 };
337
Vijayanand Jitta29d1a782017-07-03 15:17:09 +0530338 pil_adsp_mem: pil_adsp_region@93d00000 {
Vijayanand Jittaa1ee7862017-06-07 12:06:39 +0530339 compatible = "removed-dma-pool";
340 no-map;
Vijayanand Jitta29d1a782017-07-03 15:17:09 +0530341 reg = <0 0x93d00000 0 0x1e00000>;
Vijayanand Jittaa1ee7862017-06-07 12:06:39 +0530342 };
343
Vijayanand Jitta29d1a782017-07-03 15:17:09 +0530344 pil_ipa_fw_mem: pil_ipa_fw_region@95b00000 {
Vijayanand Jittaa1ee7862017-06-07 12:06:39 +0530345 compatible = "removed-dma-pool";
346 no-map;
Vijayanand Jitta29d1a782017-07-03 15:17:09 +0530347 reg = <0 0x95b00000 0 0x10000>;
Vijayanand Jittaa1ee7862017-06-07 12:06:39 +0530348 };
349
Vijayanand Jitta29d1a782017-07-03 15:17:09 +0530350 pil_ipa_gsi_mem: pil_ipa_gsi_region@95b10000 {
Vijayanand Jittaa1ee7862017-06-07 12:06:39 +0530351 compatible = "removed-dma-pool";
352 no-map;
Vijayanand Jitta29d1a782017-07-03 15:17:09 +0530353 reg = <0 0x95b10000 0 0x5000>;
Vijayanand Jittaa1ee7862017-06-07 12:06:39 +0530354 };
355
Vijayanand Jitta29d1a782017-07-03 15:17:09 +0530356 pil_gpu_mem: pil_gpu_region@95b15000 {
Vijayanand Jittaa1ee7862017-06-07 12:06:39 +0530357 compatible = "removed-dma-pool";
358 no-map;
Vijayanand Jitta29d1a782017-07-03 15:17:09 +0530359 reg = <0 0x95b15000 0 0x1000>;
Vijayanand Jittaa1ee7862017-06-07 12:06:39 +0530360 };
361
362 adsp_mem: adsp_region {
363 compatible = "shared-dma-pool";
364 alloc-ranges = <0 0x00000000 0 0xffffffff>;
365 reusable;
366 alignment = <0 0x400000>;
367 size = <0 0xc00000>;
368 };
369
370 qseecom_mem: qseecom_region {
371 compatible = "shared-dma-pool";
372 alloc-ranges = <0 0x00000000 0 0xffffffff>;
373 reusable;
374 alignment = <0 0x400000>;
375 size = <0 0x1400000>;
376 };
377
378 sp_mem: sp_region { /* SPSS-HLOS ION shared mem */
379 compatible = "shared-dma-pool";
380 alloc-ranges = <0 0x00000000 0 0xffffffff>; /* 32-bit */
381 reusable;
382 alignment = <0 0x400000>;
383 size = <0 0x800000>;
384 };
385
386 secure_display_memory: secure_display_region {
387 compatible = "shared-dma-pool";
388 alloc-ranges = <0 0x00000000 0 0xffffffff>;
389 reusable;
390 alignment = <0 0x400000>;
391 size = <0 0x5c00000>;
392 };
393
394 /* global autoconfigured region for contiguous allocations */
395 linux,cma {
396 compatible = "shared-dma-pool";
397 alloc-ranges = <0 0x00000000 0 0xffffffff>;
398 reusable;
399 alignment = <0 0x400000>;
400 size = <0 0x2000000>;
401 linux,cma-default;
402 };
Imran Khan04f08312017-03-30 15:07:43 +0530403 };
404};
405
Vijayanand Jittaa1ee7862017-06-07 12:06:39 +0530406#include "sdm670-ion.dtsi"
407
Dhoat Harpal92d63dea2017-06-06 21:20:26 +0530408#include "sdm670-smp2p.dtsi"
409
Mukesh Kumar Savaliya065ca482017-06-06 14:44:45 +0530410#include "sdm670-qupv3.dtsi"
411
Imran Khan04f08312017-03-30 15:07:43 +0530412&soc {
413 #address-cells = <1>;
414 #size-cells = <1>;
415 ranges = <0 0 0 0xffffffff>;
416 compatible = "simple-bus";
417
418 intc: interrupt-controller@17a00000 {
419 compatible = "arm,gic-v3";
420 #interrupt-cells = <3>;
421 interrupt-controller;
422 #redistributor-regions = <1>;
423 redistributor-stride = <0x0 0x20000>;
424 reg = <0x17a00000 0x10000>, /* GICD */
425 <0x17a60000 0x100000>; /* GICR * 8 */
426 interrupts = <1 9 4>;
Maulik Shah30ebbde2017-06-15 10:02:54 +0530427 interrupt-parent = <&intc>;
Imran Khan04f08312017-03-30 15:07:43 +0530428 };
429
430 timer {
431 compatible = "arm,armv8-timer";
432 interrupts = <1 1 0xf08>,
433 <1 2 0xf08>,
434 <1 3 0xf08>,
435 <1 0 0xf08>;
436 clock-frequency = <19200000>;
437 };
438
Lakshmi Sunkarabbd69892017-06-09 13:17:10 +0530439 qcom,sps {
440 compatible = "qcom,msm_sps_4k";
441 qcom,pipe-attr-ee;
442 };
443
Rama Krishna Phani Aa3c0e782017-07-17 20:09:15 +0530444 thermal_zones: thermal-zones {
445 aoss0-usr {
446 polling-delay-passive = <0>;
447 polling-delay = <0>;
448 thermal-governor = "user_space";
449 thermal-sensors = <&tsens0 0>;
450 trips {
451 active-config0 {
452 temperature = <125000>;
453 hysteresis = <1000>;
454 type = "passive";
455 };
456 };
457 };
458
459 cpu0-silver-usr {
460 polling-delay-passive = <0>;
461 polling-delay = <0>;
462 thermal-governor = "user_space";
463 thermal-sensors = <&tsens0 1>;
464 trips {
465 active-config0 {
466 temperature = <125000>;
467 hysteresis = <1000>;
468 type = "passive";
469 };
470 };
471 };
472
473 cpu1-silver-usr {
474 polling-delay-passive = <0>;
475 polling-delay = <0>;
476 thermal-governor = "user_space";
477 thermal-sensors = <&tsens0 2>;
478 trips {
479 active-config0 {
480 temperature = <125000>;
481 hysteresis = <1000>;
482 type = "passive";
483 };
484 };
485 };
486
487 cpu2-silver-usr {
488 polling-delay-passive = <0>;
489 polling-delay = <0>;
490 thermal-governor = "user_space";
491 thermal-sensors = <&tsens0 3>;
492 trips {
493 active-config0 {
494 temperature = <125000>;
495 hysteresis = <1000>;
496 type = "passive";
497 };
498 };
499 };
500
501 cpu3-silver-usr {
502 polling-delay-passive = <0>;
503 polling-delay = <0>;
504 thermal-sensors = <&tsens0 4>;
505 thermal-governor = "user_space";
506 trips {
507 active-config0 {
508 temperature = <125000>;
509 hysteresis = <1000>;
510 type = "passive";
511 };
512 };
513 };
514
515 cpu4-silver-usr {
516 polling-delay-passive = <0>;
517 polling-delay = <0>;
518 thermal-sensors = <&tsens0 5>;
519 thermal-governor = "user_space";
520 trips {
521 active-config0 {
522 temperature = <125000>;
523 hysteresis = <1000>;
524 type = "passive";
525 };
526 };
527 };
528
529 cpu5-silver-usr {
530 polling-delay-passive = <0>;
531 polling-delay = <0>;
532 thermal-sensors = <&tsens0 6>;
533 thermal-governor = "user_space";
534 trips {
535 active-config0 {
536 temperature = <125000>;
537 hysteresis = <1000>;
538 type = "passive";
539 };
540 };
541 };
542
543 kryo-l3-0-usr {
544 polling-delay-passive = <0>;
545 polling-delay = <0>;
546 thermal-sensors = <&tsens0 7>;
547 thermal-governor = "user_space";
548 trips {
549 active-config0 {
550 temperature = <125000>;
551 hysteresis = <1000>;
552 type = "passive";
553 };
554 };
555 };
556
557 kryo-l3-1-usr {
558 polling-delay-passive = <0>;
559 polling-delay = <0>;
560 thermal-sensors = <&tsens0 8>;
561 thermal-governor = "user_space";
562 trips {
563 active-config0 {
564 temperature = <125000>;
565 hysteresis = <1000>;
566 type = "passive";
567 };
568 };
569 };
570
571 cpu0-gold-usr {
572 polling-delay-passive = <0>;
573 polling-delay = <0>;
574 thermal-sensors = <&tsens0 9>;
575 thermal-governor = "user_space";
576 trips {
577 active-config0 {
578 temperature = <125000>;
579 hysteresis = <1000>;
580 type = "passive";
581 };
582 };
583 };
584
585 cpu1-gold-usr {
586 polling-delay-passive = <0>;
587 polling-delay = <0>;
588 thermal-sensors = <&tsens0 10>;
589 thermal-governor = "user_space";
590 trips {
591 active-config0 {
592 temperature = <125000>;
593 hysteresis = <1000>;
594 type = "passive";
595 };
596 };
597 };
598
599 gpu0-usr {
600 polling-delay-passive = <0>;
601 polling-delay = <0>;
602 thermal-sensors = <&tsens0 11>;
603 thermal-governor = "user_space";
604 trips {
605 active-config0 {
606 temperature = <125000>;
607 hysteresis = <1000>;
608 type = "passive";
609 };
610 };
611 };
612
613 gpu1-usr {
614 polling-delay-passive = <0>;
615 polling-delay = <0>;
616 thermal-governor = "user_space";
617 thermal-sensors = <&tsens0 12>;
618 trips {
619 active-config0 {
620 temperature = <125000>;
621 hysteresis = <1000>;
622 type = "passive";
623 };
624 };
625 };
626
627 aoss1-usr {
628 polling-delay-passive = <0>;
629 polling-delay = <0>;
630 thermal-sensors = <&tsens1 0>;
631 thermal-governor = "user_space";
632 trips {
633 active-config0 {
634 temperature = <125000>;
635 hysteresis = <1000>;
636 type = "passive";
637 };
638 };
639 };
640
641 mdm-dsp-usr {
642 polling-delay-passive = <0>;
643 polling-delay = <0>;
644 thermal-sensors = <&tsens1 1>;
645 thermal-governor = "user_space";
646 trips {
647 active-config0 {
648 temperature = <125000>;
649 hysteresis = <1000>;
650 type = "passive";
651 };
652 };
653 };
654
655 ddr-usr {
656 polling-delay-passive = <0>;
657 polling-delay = <0>;
658 thermal-sensors = <&tsens1 2>;
659 thermal-governor = "user_space";
660 trips {
661 active-config0 {
662 temperature = <125000>;
663 hysteresis = <1000>;
664 type = "passive";
665 };
666 };
667 };
668
669 wlan-usr {
670 polling-delay-passive = <0>;
671 polling-delay = <0>;
672 thermal-sensors = <&tsens1 3>;
673 thermal-governor = "user_space";
674 trips {
675 active-config0 {
676 temperature = <125000>;
677 hysteresis = <1000>;
678 type = "passive";
679 };
680 };
681 };
682
683 compute-hvx-usr {
684 polling-delay-passive = <0>;
685 polling-delay = <0>;
686 thermal-sensors = <&tsens1 4>;
687 thermal-governor = "user_space";
688 trips {
689 active-config0 {
690 temperature = <125000>;
691 hysteresis = <1000>;
692 type = "passive";
693 };
694 };
695 };
696
697 camera-usr {
698 polling-delay-passive = <0>;
699 polling-delay = <0>;
700 thermal-sensors = <&tsens1 5>;
701 thermal-governor = "user_space";
702 trips {
703 active-config0 {
704 temperature = <125000>;
705 hysteresis = <1000>;
706 type = "passive";
707 };
708 };
709 };
710
711 mmss-usr {
712 polling-delay-passive = <0>;
713 polling-delay = <0>;
714 thermal-sensors = <&tsens1 6>;
715 thermal-governor = "user_space";
716 trips {
717 active-config0 {
718 temperature = <125000>;
719 hysteresis = <1000>;
720 type = "passive";
721 };
722 };
723 };
724
725 mdm-core-usr {
726 polling-delay-passive = <0>;
727 polling-delay = <0>;
728 thermal-sensors = <&tsens1 7>;
729 thermal-governor = "user_space";
730 trips {
731 active-config0 {
732 temperature = <125000>;
733 hysteresis = <1000>;
734 type = "passive";
735 };
736 };
737 };
738 };
739
740 tsens0: tsens@c222000 {
741 compatible = "qcom,tsens24xx";
742 reg = <0xc222000 0x4>,
743 <0xc263000 0x1ff>;
744 reg-names = "tsens_srot_physical",
745 "tsens_tm_physical";
746 interrupts = <0 506 0>, <0 508 0>;
747 interrupt-names = "tsens-upper-lower", "tsens-critical";
748 #thermal-sensor-cells = <1>;
749 };
750
751 tsens1: tsens@c223000 {
752 compatible = "qcom,tsens24xx";
753 reg = <0xc223000 0x4>,
754 <0xc265000 0x1ff>;
755 reg-names = "tsens_srot_physical",
756 "tsens_tm_physical";
757 interrupts = <0 507 0>, <0 509 0>;
758 interrupt-names = "tsens-upper-lower", "tsens-critical";
759 #thermal-sensor-cells = <1>;
760 };
761
Imran Khan04f08312017-03-30 15:07:43 +0530762 timer@0x17c90000{
763 #address-cells = <1>;
764 #size-cells = <1>;
765 ranges;
766 compatible = "arm,armv7-timer-mem";
767 reg = <0x17c90000 0x1000>;
768 clock-frequency = <19200000>;
769
770 frame@0x17ca0000 {
771 frame-number = <0>;
772 interrupts = <0 7 0x4>,
773 <0 6 0x4>;
774 reg = <0x17ca0000 0x1000>,
775 <0x17cb0000 0x1000>;
776 };
777
778 frame@17cc0000 {
779 frame-number = <1>;
780 interrupts = <0 8 0x4>;
781 reg = <0x17cc0000 0x1000>;
782 status = "disabled";
783 };
784
785 frame@17cd0000 {
786 frame-number = <2>;
787 interrupts = <0 9 0x4>;
788 reg = <0x17cd0000 0x1000>;
789 status = "disabled";
790 };
791
792 frame@17ce0000 {
793 frame-number = <3>;
794 interrupts = <0 10 0x4>;
795 reg = <0x17ce0000 0x1000>;
796 status = "disabled";
797 };
798
799 frame@17cf0000 {
800 frame-number = <4>;
801 interrupts = <0 11 0x4>;
802 reg = <0x17cf0000 0x1000>;
803 status = "disabled";
804 };
805
806 frame@17d00000 {
807 frame-number = <5>;
808 interrupts = <0 12 0x4>;
809 reg = <0x17d00000 0x1000>;
810 status = "disabled";
811 };
812
813 frame@17d10000 {
814 frame-number = <6>;
815 interrupts = <0 13 0x4>;
816 reg = <0x17d10000 0x1000>;
817 status = "disabled";
818 };
819 };
820
821 restart@10ac000 {
822 compatible = "qcom,pshold";
823 reg = <0xC264000 0x4>,
824 <0x1fd3000 0x4>;
825 reg-names = "pshold-base", "tcsr-boot-misc-detect";
826 };
827
Maulik Shah6bf7d5d2017-07-27 09:48:42 +0530828 aop-msg-client {
829 compatible = "qcom,debugfs-qmp-client";
830 mboxes = <&qmp_aop 0>;
831 mbox-names = "aop";
832 };
833
Odelu Kukatla1fe3a222017-06-01 16:24:59 +0530834 clock_rpmh: qcom,rpmhclk {
835 compatible = "qcom,dummycc";
836 clock-output-names = "rpmh_clocks";
837 #clock-cells = <1>;
838 };
839
840 clock_gcc: qcom,gcc@100000 {
841 compatible = "qcom,dummycc";
842 clock-output-names = "gcc_clocks";
843 #clock-cells = <1>;
844 #reset-cells = <1>;
845 };
846
847 clock_videocc: qcom,videocc@ab00000 {
848 compatible = "qcom,dummycc";
849 clock-output-names = "videocc_clocks";
850 #clock-cells = <1>;
851 #reset-cells = <1>;
852 };
853
854 clock_camcc: qcom,camcc@ad00000 {
855 compatible = "qcom,dummycc";
856 clock-output-names = "camcc_clocks";
857 #clock-cells = <1>;
858 #reset-cells = <1>;
859 };
860
861 clock_dispcc: qcom,dispcc@af00000 {
862 compatible = "qcom,dummycc";
863 clock-output-names = "dispcc_clocks";
864 #clock-cells = <1>;
865 #reset-cells = <1>;
866 };
867
868 clock_gpucc: qcom,gpucc@5090000 {
869 compatible = "qcom,dummycc";
870 clock-output-names = "gpucc_clocks";
871 #clock-cells = <1>;
872 #reset-cells = <1>;
873 };
874
875 clock_gfx: qcom,gfxcc@5090000 {
876 compatible = "qcom,dummycc";
877 clock-output-names = "gfxcc_clocks";
878 #clock-cells = <1>;
879 #reset-cells = <1>;
880 };
881
Imran Khan04f08312017-03-30 15:07:43 +0530882 clock_cpucc: qcom,cpucc {
883 compatible = "qcom,dummycc";
884 clock-output-names = "cpucc_clocks";
885 #clock-cells = <1>;
886 #reset-cells = <1>;
887 };
888
Shrey Vijay6b6b3a52017-06-21 15:06:03 +0530889 slim_aud: slim@62dc0000 {
890 cell-index = <1>;
891 compatible = "qcom,slim-ngd";
892 reg = <0x62dc0000 0x2c000>,
893 <0x62d84000 0x2a000>;
894 reg-names = "slimbus_physical", "slimbus_bam_physical";
895 interrupts = <0 163 0>, <0 164 0>;
896 interrupt-names = "slimbus_irq", "slimbus_bam_irq";
897 qcom,apps-ch-pipes = <0x780000>;
898 qcom,ea-pc = <0x290>;
899 status = "disabled";
900 };
901
902 slim_qca: slim@62e40000 {
903 cell-index = <3>;
904 compatible = "qcom,slim-ngd";
905 reg = <0x62e40000 0x2c000>,
906 <0x62e04000 0x20000>;
907 reg-names = "slimbus_physical", "slimbus_bam_physical";
908 interrupts = <0 291 0>, <0 292 0>;
909 interrupt-names = "slimbus_irq", "slimbus_bam_irq";
910 status = "disabled";
911 };
912
Imran Khan04f08312017-03-30 15:07:43 +0530913 wdog: qcom,wdt@17980000{
914 compatible = "qcom,msm-watchdog";
915 reg = <0x17980000 0x1000>;
916 reg-names = "wdt-base";
917 interrupts = <0 3 0>, <0 4 0>;
918 qcom,bark-time = <11000>;
919 qcom,pet-time = <10000>;
920 qcom,ipi-ping;
921 qcom,wakeup-enable;
922 };
923
924 qcom,msm-rtb {
925 compatible = "qcom,msm-rtb";
926 qcom,rtb-size = <0x100000>;
927 };
928
929 qcom,msm-imem@146bf000 {
930 compatible = "qcom,msm-imem";
931 reg = <0x146bf000 0x1000>;
932 ranges = <0x0 0x146bf000 0x1000>;
933 #address-cells = <1>;
934 #size-cells = <1>;
935
936 mem_dump_table@10 {
937 compatible = "qcom,msm-imem-mem_dump_table";
938 reg = <0x10 8>;
939 };
940
941 restart_reason@65c {
942 compatible = "qcom,msm-imem-restart_reason";
943 reg = <0x65c 4>;
944 };
945
946 pil@94c {
947 compatible = "qcom,msm-imem-pil";
948 reg = <0x94c 200>;
949 };
950
951 kaslr_offset@6d0 {
952 compatible = "qcom,msm-imem-kaslr_offset";
953 reg = <0x6d0 12>;
954 };
955 };
956
Rama Krishna Phani A2acd96a2017-07-03 17:12:46 +0530957 gpi_dma0: qcom,gpi-dma@0x800000 {
958 #dma-cells = <6>;
959 compatible = "qcom,gpi-dma";
960 reg = <0x800000 0x60000>;
961 reg-names = "gpi-top";
962 interrupts = <0 244 0>, <0 245 0>, <0 246 0>, <0 247 0>,
963 <0 248 0>, <0 249 0>, <0 250 0>, <0 251 0>,
964 <0 252 0>, <0 253 0>, <0 254 0>, <0 255 0>,
965 <0 256 0>;
966 qcom,max-num-gpii = <13>;
967 qcom,gpii-mask = <0xfa>;
968 qcom,ev-factor = <2>;
969 iommus = <&apps_smmu 0x0016 0x0>;
970 status = "ok";
971 };
972
973 gpi_dma1: qcom,gpi-dma@0xa00000 {
974 #dma-cells = <6>;
975 compatible = "qcom,gpi-dma";
976 reg = <0xa00000 0x60000>;
977 reg-names = "gpi-top";
978 interrupts = <0 279 0>, <0 280 0>, <0 281 0>, <0 282 0>,
979 <0 283 0>, <0 284 0>, <0 293 0>, <0 294 0>,
980 <0 295 0>, <0 296 0>, <0 297 0>, <0 298 0>,
981 <0 299 0>;
982 qcom,max-num-gpii = <13>;
983 qcom,gpii-mask = <0xfa>;
984 qcom,ev-factor = <2>;
985 iommus = <&apps_smmu 0x06d6 0x0>;
986 status = "ok";
987 };
988
Imran Khan04f08312017-03-30 15:07:43 +0530989 cpuss_dump {
990 compatible = "qcom,cpuss-dump";
991 qcom,l1_i_cache0 {
992 qcom,dump-node = <&L1_I_0>;
993 qcom,dump-id = <0x60>;
994 };
995 qcom,l1_i_cache1 {
996 qcom,dump-node = <&L1_I_100>;
997 qcom,dump-id = <0x61>;
998 };
999 qcom,l1_i_cache2 {
1000 qcom,dump-node = <&L1_I_200>;
1001 qcom,dump-id = <0x62>;
1002 };
1003 qcom,l1_i_cache3 {
1004 qcom,dump-node = <&L1_I_300>;
1005 qcom,dump-id = <0x63>;
1006 };
1007 qcom,l1_i_cache100 {
1008 qcom,dump-node = <&L1_I_400>;
1009 qcom,dump-id = <0x64>;
1010 };
1011 qcom,l1_i_cache101 {
1012 qcom,dump-node = <&L1_I_500>;
1013 qcom,dump-id = <0x65>;
1014 };
1015 qcom,l1_i_cache102 {
1016 qcom,dump-node = <&L1_I_600>;
1017 qcom,dump-id = <0x66>;
1018 };
1019 qcom,l1_i_cache103 {
1020 qcom,dump-node = <&L1_I_700>;
1021 qcom,dump-id = <0x67>;
1022 };
1023 qcom,l1_d_cache0 {
1024 qcom,dump-node = <&L1_D_0>;
1025 qcom,dump-id = <0x80>;
1026 };
1027 qcom,l1_d_cache1 {
1028 qcom,dump-node = <&L1_D_100>;
1029 qcom,dump-id = <0x81>;
1030 };
1031 qcom,l1_d_cache2 {
1032 qcom,dump-node = <&L1_D_200>;
1033 qcom,dump-id = <0x82>;
1034 };
1035 qcom,l1_d_cache3 {
1036 qcom,dump-node = <&L1_D_300>;
1037 qcom,dump-id = <0x83>;
1038 };
1039 qcom,l1_d_cache100 {
1040 qcom,dump-node = <&L1_D_400>;
1041 qcom,dump-id = <0x84>;
1042 };
1043 qcom,l1_d_cache101 {
1044 qcom,dump-node = <&L1_D_500>;
1045 qcom,dump-id = <0x85>;
1046 };
1047 qcom,l1_d_cache102 {
1048 qcom,dump-node = <&L1_D_600>;
1049 qcom,dump-id = <0x86>;
1050 };
1051 qcom,l1_d_cache103 {
1052 qcom,dump-node = <&L1_D_700>;
1053 qcom,dump-id = <0x87>;
1054 };
Lingutla Chandrasekharee4f1872017-06-07 13:50:53 +05301055 qcom,llcc1_d_cache {
1056 qcom,dump-node = <&LLCC_1>;
1057 qcom,dump-id = <0x140>;
1058 };
1059 qcom,llcc2_d_cache {
1060 qcom,dump-node = <&LLCC_2>;
1061 qcom,dump-id = <0x141>;
1062 };
Imran Khan04f08312017-03-30 15:07:43 +05301063 };
1064
1065 kryo3xx-erp {
1066 compatible = "arm,arm64-kryo3xx-cpu-erp";
1067 interrupts = <1 6 4>,
1068 <1 7 4>,
1069 <0 34 4>,
1070 <0 35 4>;
1071
1072 interrupt-names = "l1-l2-faultirq",
1073 "l1-l2-errirq",
1074 "l3-scu-errirq",
1075 "l3-scu-faultirq";
1076 };
1077
Dhoat Harpala24cb2c2017-06-06 20:39:54 +05301078 qcom,ipc-spinlock@1f40000 {
1079 compatible = "qcom,ipc-spinlock-sfpb";
1080 reg = <0x1f40000 0x8000>;
1081 qcom,num-locks = <8>;
1082 };
1083
Dhoat Harpaldd9bfaf2017-06-06 20:43:16 +05301084 qcom,smem@86000000 {
1085 compatible = "qcom,smem";
1086 reg = <0x86000000 0x200000>,
1087 <0x17911008 0x4>,
1088 <0x778000 0x7000>,
1089 <0x1fd4000 0x8>;
1090 reg-names = "smem", "irq-reg-base", "aux-mem1",
1091 "smem_targ_info_reg";
1092 qcom,mpu-enabled;
1093 };
1094
Dhoat Harpal5f909ef2017-06-09 21:18:00 +05301095 qmp_aop: mailbox@1799000c {
1096 compatible = "qcom,qmp-mbox";
1097 label = "aop";
1098 reg = <0xc300000 0x100000>,
1099 <0x1799000c 0x4>;
1100 reg-names = "msgram", "irq-reg-base";
1101 qcom,irq-mask = <0x1>;
1102 interrupts = <0 389 1>;
1103 mbox-desc-offset = <0x0>;
1104 #mbox-cells = <1>;
1105 };
1106
Dhoat Harpal466ffcc2017-06-06 20:54:51 +05301107 qcom,glink-smem-native-xprt-modem@86000000 {
1108 compatible = "qcom,glink-smem-native-xprt";
1109 reg = <0x86000000 0x200000>,
1110 <0x1799000c 0x4>;
1111 reg-names = "smem", "irq-reg-base";
1112 qcom,irq-mask = <0x1000>;
1113 interrupts = <GIC_SPI 449 IRQ_TYPE_EDGE_RISING>;
1114 label = "mpss";
1115 };
1116
1117 qcom,glink-smem-native-xprt-adsp@86000000 {
1118 compatible = "qcom,glink-smem-native-xprt";
1119 reg = <0x86000000 0x200000>,
1120 <0x1799000c 0x4>;
1121 reg-names = "smem", "irq-reg-base";
Dhoat Harpal3adebbe2017-07-06 15:59:13 +05301122 qcom,irq-mask = <0x1000000>;
1123 interrupts = <GIC_SPI 170 IRQ_TYPE_EDGE_RISING>;
Dhoat Harpal466ffcc2017-06-06 20:54:51 +05301124 label = "lpass";
1125 qcom,qos-config = <&glink_qos_adsp>;
1126 qcom,ramp-time = <0xaf>;
1127 };
1128
1129 glink_qos_adsp: qcom,glink-qos-config-adsp {
1130 compatible = "qcom,glink-qos-config";
1131 qcom,flow-info = <0x3c 0x0>,
1132 <0x3c 0x0>,
1133 <0x3c 0x0>,
1134 <0x3c 0x0>;
1135 qcom,mtu-size = <0x800>;
1136 qcom,tput-stats-cycle = <0xa>;
1137 };
1138
1139 glink_spi_xprt_wdsp: qcom,glink-spi-xprt-wdsp {
1140 compatible = "qcom,glink-spi-xprt";
1141 label = "wdsp";
1142 qcom,remote-fifo-config = <&glink_fifo_wdsp>;
1143 qcom,qos-config = <&glink_qos_wdsp>;
1144 qcom,ramp-time = <0x10>,
1145 <0x20>,
1146 <0x30>,
1147 <0x40>;
1148 };
1149
1150 glink_fifo_wdsp: qcom,glink-fifo-config-wdsp {
1151 compatible = "qcom,glink-fifo-config";
1152 qcom,out-read-idx-reg = <0x12000>;
1153 qcom,out-write-idx-reg = <0x12004>;
1154 qcom,in-read-idx-reg = <0x1200C>;
1155 qcom,in-write-idx-reg = <0x12010>;
1156 };
1157
1158 glink_qos_wdsp: qcom,glink-qos-config-wdsp {
1159 compatible = "qcom,glink-qos-config";
1160 qcom,flow-info = <0x80 0x0>,
1161 <0x70 0x1>,
1162 <0x60 0x2>,
1163 <0x50 0x3>;
1164 qcom,mtu-size = <0x800>;
1165 qcom,tput-stats-cycle = <0xa>;
1166 };
1167
1168 qcom,glink-smem-native-xprt-cdsp@86000000 {
1169 compatible = "qcom,glink-smem-native-xprt";
1170 reg = <0x86000000 0x200000>,
1171 <0x1799000c 0x4>;
1172 reg-names = "smem", "irq-reg-base";
1173 qcom,irq-mask = <0x10>;
1174 interrupts = <GIC_SPI 574 IRQ_TYPE_EDGE_RISING>;
1175 label = "cdsp";
1176 };
1177
Dhoat Harpal9cb73cc2017-06-06 20:58:14 +05301178 glink_mpss: qcom,glink-ssr-modem {
1179 compatible = "qcom,glink_ssr";
1180 label = "modem";
1181 qcom,edge = "mpss";
1182 qcom,notify-edges = <&glink_lpass>, <&glink_cdsp>;
1183 qcom,xprt = "smem";
1184 };
1185
1186 glink_lpass: qcom,glink-ssr-adsp {
1187 compatible = "qcom,glink_ssr";
1188 label = "adsp";
1189 qcom,edge = "lpass";
1190 qcom,notify-edges = <&glink_mpss>, <&glink_cdsp>;
1191 qcom,xprt = "smem";
1192 };
1193
1194 glink_cdsp: qcom,glink-ssr-cdsp {
1195 compatible = "qcom,glink_ssr";
1196 label = "cdsp";
1197 qcom,edge = "cdsp";
1198 qcom,notify-edges = <&glink_mpss>, <&glink_lpass>;
1199 qcom,xprt = "smem";
1200 };
1201
Dhoat Harpal22dafa92017-06-06 21:03:34 +05301202 qcom,ipc_router {
1203 compatible = "qcom,ipc_router";
1204 qcom,node-id = <1>;
1205 };
1206
1207 qcom,ipc_router_modem_xprt {
1208 compatible = "qcom,ipc_router_glink_xprt";
1209 qcom,ch-name = "IPCRTR";
1210 qcom,xprt-remote = "mpss";
1211 qcom,glink-xprt = "smem";
1212 qcom,xprt-linkid = <1>;
1213 qcom,xprt-version = <1>;
1214 qcom,fragmented-data;
1215 };
1216
1217 qcom,ipc_router_q6_xprt {
1218 compatible = "qcom,ipc_router_glink_xprt";
1219 qcom,ch-name = "IPCRTR";
1220 qcom,xprt-remote = "lpass";
1221 qcom,glink-xprt = "smem";
1222 qcom,xprt-linkid = <1>;
1223 qcom,xprt-version = <1>;
1224 qcom,fragmented-data;
1225 };
1226
1227 qcom,ipc_router_cdsp_xprt {
1228 compatible = "qcom,ipc_router_glink_xprt";
1229 qcom,ch-name = "IPCRTR";
1230 qcom,xprt-remote = "cdsp";
1231 qcom,glink-xprt = "smem";
1232 qcom,xprt-linkid = <1>;
1233 qcom,xprt-version = <1>;
1234 qcom,fragmented-data;
1235 };
1236
Dhoat Harpal11d34482017-06-06 21:00:14 +05301237 qcom,glink_pkt {
1238 compatible = "qcom,glinkpkt";
1239
1240 qcom,glinkpkt-at-mdm0 {
1241 qcom,glinkpkt-transport = "smem";
1242 qcom,glinkpkt-edge = "mpss";
1243 qcom,glinkpkt-ch-name = "DS";
1244 qcom,glinkpkt-dev-name = "at_mdm0";
1245 };
1246
1247 qcom,glinkpkt-loopback_cntl {
1248 qcom,glinkpkt-transport = "lloop";
1249 qcom,glinkpkt-edge = "local";
1250 qcom,glinkpkt-ch-name = "LOCAL_LOOPBACK_CLNT";
1251 qcom,glinkpkt-dev-name = "glink_pkt_loopback_ctrl";
1252 };
1253
1254 qcom,glinkpkt-loopback_data {
1255 qcom,glinkpkt-transport = "lloop";
1256 qcom,glinkpkt-edge = "local";
1257 qcom,glinkpkt-ch-name = "glink_pkt_lloop_CLNT";
1258 qcom,glinkpkt-dev-name = "glink_pkt_loopback";
1259 };
1260
1261 qcom,glinkpkt-apr-apps2 {
1262 qcom,glinkpkt-transport = "smem";
1263 qcom,glinkpkt-edge = "adsp";
1264 qcom,glinkpkt-ch-name = "apr_apps2";
1265 qcom,glinkpkt-dev-name = "apr_apps2";
1266 };
1267
1268 qcom,glinkpkt-data40-cntl {
1269 qcom,glinkpkt-transport = "smem";
1270 qcom,glinkpkt-edge = "mpss";
1271 qcom,glinkpkt-ch-name = "DATA40_CNTL";
1272 qcom,glinkpkt-dev-name = "smdcntl8";
1273 };
1274
1275 qcom,glinkpkt-data1 {
1276 qcom,glinkpkt-transport = "smem";
1277 qcom,glinkpkt-edge = "mpss";
1278 qcom,glinkpkt-ch-name = "DATA1";
1279 qcom,glinkpkt-dev-name = "smd7";
1280 };
1281
1282 qcom,glinkpkt-data4 {
1283 qcom,glinkpkt-transport = "smem";
1284 qcom,glinkpkt-edge = "mpss";
1285 qcom,glinkpkt-ch-name = "DATA4";
1286 qcom,glinkpkt-dev-name = "smd8";
1287 };
1288
1289 qcom,glinkpkt-data11 {
1290 qcom,glinkpkt-transport = "smem";
1291 qcom,glinkpkt-edge = "mpss";
1292 qcom,glinkpkt-ch-name = "DATA11";
1293 qcom,glinkpkt-dev-name = "smd11";
1294 };
1295 };
1296
Imran Khan04f08312017-03-30 15:07:43 +05301297 qcom,chd_sliver {
1298 compatible = "qcom,core-hang-detect";
1299 label = "silver";
1300 qcom,threshold-arr = <0x17e00058 0x17e10058 0x17e20058
1301 0x17e30058 0x17e40058 0x17e50058>;
1302 qcom,config-arr = <0x17e00060 0x17e10060 0x17e20060
1303 0x17e30060 0x17e40060 0x17e50060>;
1304 };
1305
1306 qcom,chd_gold {
1307 compatible = "qcom,core-hang-detect";
1308 label = "gold";
1309 qcom,threshold-arr = <0x17e60058 0x17e70058>;
1310 qcom,config-arr = <0x17e60060 0x17e70060>;
1311 };
1312
1313 qcom,ghd {
1314 compatible = "qcom,gladiator-hang-detect-v2";
1315 qcom,threshold-arr = <0x1799041c 0x17990420>;
1316 qcom,config-reg = <0x17990434>;
1317 };
1318
1319 qcom,msm-gladiator-v3@17900000 {
1320 compatible = "qcom,msm-gladiator-v3";
1321 reg = <0x17900000 0xd080>;
1322 reg-names = "gladiator_base";
1323 interrupts = <0 17 0>;
1324 };
1325
Lingutla Chandrasekharee4f1872017-06-07 13:50:53 +05301326 qcom,llcc@1100000 {
1327 compatible = "qcom,llcc-core", "syscon", "simple-mfd";
1328 reg = <0x1100000 0x250000>;
1329 reg-names = "llcc_base";
1330 qcom,llcc-banks-off = <0x0 0x80000 >;
1331 qcom,llcc-broadcast-off = <0x200000>;
1332
1333 llcc: qcom,sdm670-llcc {
1334 compatible = "qcom,sdm670-llcc";
1335 #cache-cells = <1>;
1336 max-slices = <32>;
1337 qcom,dump-size = <0x80000>;
1338 };
1339
1340 qcom,llcc-erp {
1341 compatible = "qcom,llcc-erp";
1342 interrupt-names = "ecc_irq";
1343 interrupts = <GIC_SPI 582 IRQ_TYPE_LEVEL_HIGH>;
1344 };
1345
1346 qcom,llcc-amon {
1347 compatible = "qcom,llcc-amon";
1348 };
1349
1350 LLCC_1: llcc_1_dcache {
1351 qcom,dump-size = <0xd8000>;
1352 };
1353
1354 LLCC_2: llcc_2_dcache {
1355 qcom,dump-size = <0xd8000>;
1356 };
1357 };
1358
Maulik Shah210773d2017-06-15 09:49:12 +05301359 cmd_db: qcom,cmd-db@c3f000c {
1360 compatible = "qcom,cmd-db";
1361 reg = <0xc3f000c 0x8>;
1362 };
1363
Maulik Shahc77d1d22017-06-15 14:04:50 +05301364 apps_rsc: mailbox@179e0000 {
1365 compatible = "qcom,tcs-drv";
1366 label = "apps_rsc";
1367 reg = <0x179e0000 0x100>, <0x179e0d00 0x3000>;
1368 interrupts = <0 5 0>;
1369 #mbox-cells = <1>;
1370 qcom,drv-id = <2>;
1371 qcom,tcs-config = <ACTIVE_TCS 2>,
1372 <SLEEP_TCS 3>,
1373 <WAKE_TCS 3>,
1374 <CONTROL_TCS 1>;
1375 };
1376
Maulik Shahda3941f2017-06-15 09:41:38 +05301377 disp_rsc: mailbox@af20000 {
1378 compatible = "qcom,tcs-drv";
1379 label = "display_rsc";
1380 reg = <0xaf20000 0x100>, <0xaf21c00 0x3000>;
1381 interrupts = <0 129 0>;
1382 #mbox-cells = <1>;
1383 qcom,drv-id = <0>;
1384 qcom,tcs-config = <SLEEP_TCS 1>,
1385 <WAKE_TCS 1>,
1386 <ACTIVE_TCS 0>,
1387 <CONTROL_TCS 1>;
1388 };
1389
Maulik Shah0dd203f2017-06-15 09:44:59 +05301390 system_pm {
1391 compatible = "qcom,system-pm";
1392 mboxes = <&apps_rsc 0>;
1393 };
1394
Imran Khan04f08312017-03-30 15:07:43 +05301395 dcc: dcc_v2@10a2000 {
1396 compatible = "qcom,dcc_v2";
1397 reg = <0x10a2000 0x1000>,
1398 <0x10ae000 0x2000>;
1399 reg-names = "dcc-base", "dcc-ram-base";
1400 };
1401
Tirupathi Reddy9ae4c892017-06-09 12:30:31 +05301402 spmi_bus: qcom,spmi@c440000 {
1403 compatible = "qcom,spmi-pmic-arb";
1404 reg = <0xc440000 0x1100>,
1405 <0xc600000 0x2000000>,
1406 <0xe600000 0x100000>,
1407 <0xe700000 0xa0000>,
1408 <0xc40a000 0x26000>;
1409 reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
1410 interrupt-names = "periph_irq";
1411 interrupts = <GIC_SPI 481 IRQ_TYPE_NONE>;
1412 qcom,ee = <0>;
1413 qcom,channel = <0>;
1414 #address-cells = <2>;
1415 #size-cells = <0>;
1416 interrupt-controller;
1417 #interrupt-cells = <4>;
1418 cell-index = <0>;
1419 };
Sayali Lokhande099af9c2017-06-08 10:18:29 +05301420
1421 ufsphy_mem: ufsphy_mem@1d87000 {
1422 reg = <0x1d87000 0xe00>; /* PHY regs */
1423 reg-names = "phy_mem";
1424 #phy-cells = <0>;
1425
1426 lanes-per-direction = <1>;
1427
1428 clock-names = "ref_clk_src",
1429 "ref_clk",
1430 "ref_aux_clk";
1431 clocks = <&clock_rpmh RPMH_CXO_CLK>,
1432 <&clock_gcc GCC_UFS_MEM_CLKREF_CLK>,
1433 <&clock_gcc GCC_UFS_PHY_PHY_AUX_HW_CTL_CLK>;
1434
1435 status = "disabled";
1436 };
1437
1438 ufshc_mem: ufshc@1d84000 {
1439 compatible = "qcom,ufshc";
1440 reg = <0x1d84000 0x3000>;
1441 interrupts = <0 265 0>;
1442 phys = <&ufsphy_mem>;
1443 phy-names = "ufsphy";
1444
1445 lanes-per-direction = <1>;
1446 dev-ref-clk-freq = <0>; /* 19.2 MHz */
1447
1448 clock-names =
1449 "core_clk",
1450 "bus_aggr_clk",
1451 "iface_clk",
1452 "core_clk_unipro",
1453 "core_clk_ice",
1454 "ref_clk",
1455 "tx_lane0_sync_clk",
1456 "rx_lane0_sync_clk";
1457 clocks =
1458 <&clock_gcc GCC_UFS_PHY_AXI_HW_CTL_CLK>,
1459 <&clock_gcc GCC_AGGRE_UFS_PHY_AXI_HW_CTL_CLK>,
1460 <&clock_gcc GCC_UFS_PHY_AHB_CLK>,
1461 <&clock_gcc GCC_UFS_PHY_UNIPRO_CORE_HW_CTL_CLK>,
1462 <&clock_gcc GCC_UFS_PHY_ICE_CORE_HW_CTL_CLK>,
1463 <&clock_rpmh RPMH_CXO_CLK>,
1464 <&clock_gcc GCC_UFS_PHY_TX_SYMBOL_0_CLK>,
1465 <&clock_gcc GCC_UFS_PHY_RX_SYMBOL_0_CLK>;
1466 freq-table-hz =
1467 <50000000 200000000>,
1468 <0 0>,
1469 <0 0>,
1470 <37500000 150000000>,
1471 <75000000 300000000>,
1472 <0 0>,
1473 <0 0>,
1474 <0 0>;
1475
1476 resets = <&clock_gcc GCC_UFS_PHY_BCR>;
1477 reset-names = "core_reset";
1478
1479 status = "disabled";
1480 };
Gaurav Kohlib28d5562017-06-12 11:26:27 +05301481
1482 qcom,lpass@62400000 {
1483 compatible = "qcom,pil-tz-generic";
1484 reg = <0x62400000 0x00100>;
1485 interrupts = <0 162 1>;
1486
1487 vdd_cx-supply = <&pm660l_l9_level>;
1488 qcom,proxy-reg-names = "vdd_cx";
1489 qcom,vdd_cx-uV-uA = <RPMH_REGULATOR_LEVEL_TURBO 100000>;
1490
1491 clocks = <&clock_rpmh RPMH_CXO_CLK>;
1492 clock-names = "xo";
1493 qcom,proxy-clock-names = "xo";
1494
1495 qcom,pas-id = <1>;
1496 qcom,proxy-timeout-ms = <10000>;
1497 qcom,smem-id = <423>;
1498 qcom,sysmon-id = <1>;
1499 qcom,ssctl-instance-id = <0x14>;
1500 qcom,firmware-name = "adsp";
1501 memory-region = <&pil_adsp_mem>;
1502
1503 /* GPIO inputs from lpass */
1504 qcom,gpio-err-fatal = <&smp2pgpio_ssr_smp2p_2_in 0 0>;
1505 qcom,gpio-proxy-unvote = <&smp2pgpio_ssr_smp2p_2_in 2 0>;
1506 qcom,gpio-err-ready = <&smp2pgpio_ssr_smp2p_2_in 1 0>;
1507 qcom,gpio-stop-ack = <&smp2pgpio_ssr_smp2p_2_in 3 0>;
1508
1509 /* GPIO output to lpass */
1510 qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_2_out 0 0>;
1511 status = "ok";
1512 };
Mohammed Javid736c25c2017-06-19 13:23:18 +05301513
1514 qcom,rmnet-ipa {
1515 compatible = "qcom,rmnet-ipa3";
1516 qcom,rmnet-ipa-ssr;
1517 qcom,ipa-loaduC;
1518 qcom,ipa-advertise-sg-support;
1519 qcom,ipa-napi-enable;
1520 };
1521
1522 ipa_hw: qcom,ipa@01e00000 {
1523 compatible = "qcom,ipa";
1524 reg = <0x1e00000 0x34000>,
1525 <0x1e04000 0x2c000>;
1526 reg-names = "ipa-base", "gsi-base";
1527 interrupts =
1528 <0 311 0>,
1529 <0 432 0>;
1530 interrupt-names = "ipa-irq", "gsi-irq";
1531 qcom,ipa-hw-ver = <13>; /* IPA core version = IPAv3.5.1 */
1532 qcom,ipa-hw-mode = <1>;
1533 qcom,ee = <0>;
1534 qcom,use-ipa-tethering-bridge;
1535 qcom,modem-cfg-emb-pipe-flt;
1536 qcom,ipa-wdi2;
1537 qcom,use-64-bit-dma-mask;
1538 qcom,arm-smmu;
1539 qcom,smmu-s1-bypass;
1540 qcom,bandwidth-vote-for-ipa;
1541 qcom,msm-bus,name = "ipa";
1542 qcom,msm-bus,num-cases = <4>;
1543 qcom,msm-bus,num-paths = <4>;
1544 qcom,msm-bus,vectors-KBps =
1545 /* No vote */
1546 <90 512 0 0>,
1547 <90 585 0 0>,
1548 <1 676 0 0>,
1549 <143 777 0 0>,
1550 /* SVS */
1551 <90 512 80000 640000>,
1552 <90 585 80000 640000>,
1553 <1 676 80000 80000>,
1554 <143 777 0 150000>,
1555 /* NOMINAL */
1556 <90 512 206000 960000>,
1557 <90 585 206000 960000>,
1558 <1 676 206000 160000>,
1559 <143 777 0 300000>,
1560 /* TURBO */
1561 <90 512 206000 3600000>,
1562 <90 585 206000 3600000>,
1563 <1 676 206000 300000>,
1564 <143 777 0 355333>;
1565 qcom,bus-vector-names = "MIN", "SVS", "NOMINAL", "TURBO";
1566
1567 /* IPA RAM mmap */
1568 qcom,ipa-ram-mmap = <
1569 0x280 /* ofst_start; */
1570 0x0 /* nat_ofst; */
1571 0x0 /* nat_size; */
1572 0x288 /* v4_flt_hash_ofst; */
1573 0x78 /* v4_flt_hash_size; */
1574 0x4000 /* v4_flt_hash_size_ddr; */
1575 0x308 /* v4_flt_nhash_ofst; */
1576 0x78 /* v4_flt_nhash_size; */
1577 0x4000 /* v4_flt_nhash_size_ddr; */
1578 0x388 /* v6_flt_hash_ofst; */
1579 0x78 /* v6_flt_hash_size; */
1580 0x4000 /* v6_flt_hash_size_ddr; */
1581 0x408 /* v6_flt_nhash_ofst; */
1582 0x78 /* v6_flt_nhash_size; */
1583 0x4000 /* v6_flt_nhash_size_ddr; */
1584 0xf /* v4_rt_num_index; */
1585 0x0 /* v4_modem_rt_index_lo; */
1586 0x7 /* v4_modem_rt_index_hi; */
1587 0x8 /* v4_apps_rt_index_lo; */
1588 0xe /* v4_apps_rt_index_hi; */
1589 0x488 /* v4_rt_hash_ofst; */
1590 0x78 /* v4_rt_hash_size; */
1591 0x4000 /* v4_rt_hash_size_ddr; */
1592 0x508 /* v4_rt_nhash_ofst; */
1593 0x78 /* v4_rt_nhash_size; */
1594 0x4000 /* v4_rt_nhash_size_ddr; */
1595 0xf /* v6_rt_num_index; */
1596 0x0 /* v6_modem_rt_index_lo; */
1597 0x7 /* v6_modem_rt_index_hi; */
1598 0x8 /* v6_apps_rt_index_lo; */
1599 0xe /* v6_apps_rt_index_hi; */
1600 0x588 /* v6_rt_hash_ofst; */
1601 0x78 /* v6_rt_hash_size; */
1602 0x4000 /* v6_rt_hash_size_ddr; */
1603 0x608 /* v6_rt_nhash_ofst; */
1604 0x78 /* v6_rt_nhash_size; */
1605 0x4000 /* v6_rt_nhash_size_ddr; */
1606 0x688 /* modem_hdr_ofst; */
1607 0x140 /* modem_hdr_size; */
1608 0x7c8 /* apps_hdr_ofst; */
1609 0x0 /* apps_hdr_size; */
1610 0x800 /* apps_hdr_size_ddr; */
1611 0x7d0 /* modem_hdr_proc_ctx_ofst; */
1612 0x200 /* modem_hdr_proc_ctx_size; */
1613 0x9d0 /* apps_hdr_proc_ctx_ofst; */
1614 0x200 /* apps_hdr_proc_ctx_size; */
1615 0x0 /* apps_hdr_proc_ctx_size_ddr; */
1616 0x0 /* modem_comp_decomp_ofst; diff */
1617 0x0 /* modem_comp_decomp_size; diff */
1618 0xbd8 /* modem_ofst; */
1619 0x1024 /* modem_size; */
1620 0x2000 /* apps_v4_flt_hash_ofst; */
1621 0x0 /* apps_v4_flt_hash_size; */
1622 0x2000 /* apps_v4_flt_nhash_ofst; */
1623 0x0 /* apps_v4_flt_nhash_size; */
1624 0x2000 /* apps_v6_flt_hash_ofst; */
1625 0x0 /* apps_v6_flt_hash_size; */
1626 0x2000 /* apps_v6_flt_nhash_ofst; */
1627 0x0 /* apps_v6_flt_nhash_size; */
1628 0x80 /* uc_info_ofst; */
1629 0x200 /* uc_info_size; */
1630 0x2000 /* end_ofst; */
1631 0x2000 /* apps_v4_rt_hash_ofst; */
1632 0x0 /* apps_v4_rt_hash_size; */
1633 0x2000 /* apps_v4_rt_nhash_ofst; */
1634 0x0 /* apps_v4_rt_nhash_size; */
1635 0x2000 /* apps_v6_rt_hash_ofst; */
1636 0x0 /* apps_v6_rt_hash_size; */
1637 0x2000 /* apps_v6_rt_nhash_ofst; */
1638 0x0 /* apps_v6_rt_nhash_size; */
1639 0x1c00 /* uc_event_ring_ofst; */
1640 0x400 /* uc_event_ring_size; */
1641 >;
1642
1643 /* smp2p gpio information */
1644 qcom,smp2pgpio_map_ipa_1_out {
1645 compatible = "qcom,smp2pgpio-map-ipa-1-out";
1646 gpios = <&smp2pgpio_ipa_1_out 0 0>;
1647 };
1648
1649 qcom,smp2pgpio_map_ipa_1_in {
1650 compatible = "qcom,smp2pgpio-map-ipa-1-in";
1651 gpios = <&smp2pgpio_ipa_1_in 0 0>;
1652 };
1653
1654 ipa_smmu_ap: ipa_smmu_ap {
1655 compatible = "qcom,ipa-smmu-ap-cb";
1656 iommus = <&apps_smmu 0x720 0x0>;
1657 qcom,iova-mapping = <0x20000000 0x40000000>;
1658 };
1659
1660 ipa_smmu_wlan: ipa_smmu_wlan {
1661 compatible = "qcom,ipa-smmu-wlan-cb";
1662 iommus = <&apps_smmu 0x721 0x0>;
1663 };
1664
1665 ipa_smmu_uc: ipa_smmu_uc {
1666 compatible = "qcom,ipa-smmu-uc-cb";
1667 iommus = <&apps_smmu 0x722 0x0>;
1668 qcom,iova-mapping = <0x40000000 0x20000000>;
1669 };
1670 };
1671
1672 qcom,ipa_fws {
1673 compatible = "qcom,pil-tz-generic";
1674 qcom,pas-id = <0xf>;
1675 qcom,firmware-name = "ipa_fws";
1676 };
Gaurav Kohli04a55af2017-07-19 17:25:30 +05301677
1678 pil_modem: qcom,mss@4080000 {
1679 compatible = "qcom,pil-q6v55-mss";
1680 reg = <0x4080000 0x100>,
1681 <0x1f63000 0x008>,
1682 <0x1f65000 0x008>,
1683 <0x1f64000 0x008>,
1684 <0x4180000 0x020>,
1685 <0xc2b0000 0x004>,
1686 <0xb2e0100 0x004>,
1687 <0x4180044 0x004>;
1688 reg-names = "qdsp6_base", "halt_q6", "halt_modem",
1689 "halt_nc", "rmb_base", "restart_reg",
1690 "pdc_sync", "alt_reset";
1691
1692 clocks = <&clock_rpmh RPMH_CXO_CLK>,
1693 <&clock_gcc GCC_MSS_CFG_AHB_CLK>,
1694 <&clock_gcc GCC_MSS_Q6_MEMNOC_AXI_CLK>,
1695 <&clock_gcc GCC_BOOT_ROM_AHB_CLK>,
1696 <&clock_gcc GCC_MSS_GPLL0_DIV_CLK_SRC>,
1697 <&clock_gcc GCC_MSS_SNOC_AXI_CLK>,
1698 <&clock_gcc GCC_MSS_MFAB_AXIS_CLK>,
1699 <&clock_gcc GCC_PRNG_AHB_CLK>;
1700 clock-names = "xo", "iface_clk", "bus_clk",
1701 "mem_clk", "gpll0_mss_clk", "snoc_axi_clk",
1702 "mnoc_axi_clk", "prng_clk";
1703 qcom,proxy-clock-names = "xo", "prng_clk";
1704 qcom,active-clock-names = "iface_clk", "bus_clk", "mem_clk",
1705 "gpll0_mss_clk", "snoc_axi_clk",
1706 "mnoc_axi_clk";
1707
1708 interrupts = <0 266 1>;
1709 vdd_cx-supply = <&pm660l_s3_level>;
1710 vdd_cx-voltage = <RPMH_REGULATOR_LEVEL_TURBO>;
1711 vdd_mx-supply = <&pm660l_s1_level>;
1712 vdd_mx-uV = <RPMH_REGULATOR_LEVEL_TURBO>;
1713 qcom,firmware-name = "modem";
1714 qcom,pil-self-auth;
1715 qcom,sysmon-id = <0>;
1716 qcom,ssctl-instance-id = <0x12>;
1717 qcom,override-acc;
1718 qcom,qdsp6v65-1-0;
1719 status = "ok";
1720 memory-region = <&pil_modem_mem>;
1721 qcom,mem-protect-id = <0xF>;
1722
1723 /* GPIO inputs from mss */
1724 qcom,gpio-err-fatal = <&smp2pgpio_ssr_smp2p_1_in 0 0>;
1725 qcom,gpio-err-ready = <&smp2pgpio_ssr_smp2p_1_in 1 0>;
1726 qcom,gpio-proxy-unvote = <&smp2pgpio_ssr_smp2p_1_in 2 0>;
1727 qcom,gpio-stop-ack = <&smp2pgpio_ssr_smp2p_1_in 3 0>;
1728 qcom,gpio-shutdown-ack = <&smp2pgpio_ssr_smp2p_1_in 7 0>;
1729
1730 /* GPIO output to mss */
1731 qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_1_out 0 0>;
1732 qcom,mba-mem@0 {
1733 compatible = "qcom,pil-mba-mem";
1734 memory-region = <&pil_mba_mem>;
1735 };
1736 };
Gaurav Kohli985a99d2017-07-25 18:46:45 +05301737
1738 qcom,venus@aae0000 {
1739 compatible = "qcom,pil-tz-generic";
1740 reg = <0xaae0000 0x4000>;
1741
1742 vdd-supply = <&venus_gdsc>;
1743 qcom,proxy-reg-names = "vdd";
1744
1745 clocks = <&clock_videocc VIDEO_CC_VENUS_CTL_CORE_CLK>,
1746 <&clock_videocc VIDEO_CC_VENUS_AHB_CLK>,
1747 <&clock_videocc VIDEO_CC_VENUS_CTL_AXI_CLK>;
1748 clock-names = "core_clk", "iface_clk", "bus_clk";
1749 qcom,proxy-clock-names = "core_clk", "iface_clk", "bus_clk";
1750
1751 qcom,pas-id = <9>;
1752 qcom,msm-bus,name = "pil-venus";
1753 qcom,msm-bus,num-cases = <2>;
1754 qcom,msm-bus,num-paths = <1>;
1755 qcom,msm-bus,vectors-KBps =
1756 <63 512 0 0>,
1757 <63 512 0 304000>;
1758 qcom,proxy-timeout-ms = <100>;
1759 qcom,firmware-name = "venus";
1760 memory-region = <&pil_video_mem>;
1761 status = "ok";
1762 };
Gaurav Kohli106f4882017-06-29 12:29:12 +05301763
1764 qcom,turing@8300000 {
1765 compatible = "qcom,pil-tz-generic";
1766 reg = <0x8300000 0x100000>;
1767 interrupts = <0 578 1>;
1768
1769 vdd_cx-supply = <&pm660l_s3_level>;
1770 qcom,proxy-reg-names = "vdd_cx";
1771 qcom,vdd_cx-uV-uA = <RPMH_REGULATOR_LEVEL_TURBO 100000>;
1772
1773 clocks = <&clock_rpmh RPMH_CXO_CLK>;
1774 clock-names = "xo";
1775 qcom,proxy-clock-names = "xo";
1776
1777 qcom,pas-id = <18>;
1778 qcom,proxy-timeout-ms = <10000>;
1779 qcom,smem-id = <601>;
1780 qcom,sysmon-id = <7>;
1781 qcom,ssctl-instance-id = <0x17>;
1782 qcom,firmware-name = "cdsp";
1783 memory-region = <&pil_cdsp_mem>;
1784
1785 /* GPIO inputs from turing */
1786 qcom,gpio-err-fatal = <&smp2pgpio_ssr_smp2p_5_in 0 0>;
1787 qcom,gpio-proxy-unvote = <&smp2pgpio_ssr_smp2p_5_in 2 0>;
1788 qcom,gpio-err-ready = <&smp2pgpio_ssr_smp2p_5_in 1 0>;
1789 qcom,gpio-stop-ack = <&smp2pgpio_ssr_smp2p_5_in 3 0>;
1790
1791 /* GPIO output to turing*/
1792 qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_5_out 0 0>;
1793 status = "ok";
1794 };
Imran Khan04f08312017-03-30 15:07:43 +05301795};
1796
1797#include "sdm670-pinctrl.dtsi"
Vijayanand Jittad48c4082017-06-07 15:07:51 +05301798#include "msm-arm-smmu-sdm670.dtsi"
Odelu Kukatla1fe3a222017-06-01 16:24:59 +05301799#include "msm-gdsc-sdm845.dtsi"
Maulik Shahd313ea82017-06-14 13:10:52 +05301800#include "sdm670-pm.dtsi"
Odelu Kukatla1fe3a222017-06-01 16:24:59 +05301801
1802&usb30_prim_gdsc {
1803 status = "ok";
1804};
1805
1806&ufs_phy_gdsc {
1807 status = "ok";
1808};
1809
1810&hlos1_vote_aggre_noc_mmu_audio_tbu_gdsc {
1811 status = "ok";
1812};
1813
1814&hlos1_vote_aggre_noc_mmu_tbu1_gdsc {
1815 status = "ok";
1816};
1817
1818&hlos1_vote_aggre_noc_mmu_tbu2_gdsc {
1819 status = "ok";
1820};
1821
1822&bps_gdsc {
1823 status = "ok";
1824};
1825
1826&ife_0_gdsc {
1827 status = "ok";
1828};
1829
1830&ife_1_gdsc {
1831 status = "ok";
1832};
1833
1834&ipe_0_gdsc {
1835 status = "ok";
1836};
1837
1838&ipe_1_gdsc {
1839 status = "ok";
1840};
1841
1842&titan_top_gdsc {
1843 status = "ok";
1844};
1845
1846&mdss_core_gdsc {
1847 status = "ok";
1848};
1849
1850&gpu_cx_gdsc {
1851 status = "ok";
1852};
1853
1854&gpu_gx_gdsc {
1855 clock-names = "core_root_clk";
1856 clocks = <&clock_gfx GPU_CC_GX_GFX3D_CLK_SRC>;
1857 qcom,force-enable-root-clk;
1858 status = "ok";
1859};
1860
1861&vcodec0_gdsc {
1862 qcom,support-hw-trigger;
1863 status = "ok";
1864};
1865
1866&vcodec1_gdsc {
1867 qcom,support-hw-trigger;
1868 status = "ok";
1869};
1870
1871&venus_gdsc {
1872 status = "ok";
1873};
Tirupathi Reddy0cfe2082017-06-08 14:24:13 +05301874
Tirupathi Reddy242bd802017-06-09 11:31:05 +05301875#include "pm660.dtsi"
1876#include "pm660l.dtsi"
Tirupathi Reddy0cfe2082017-06-08 14:24:13 +05301877#include "sdm670-regulator.dtsi"