1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/
5 * Based on "omap4.dtsi"
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
9 #include <dt-bindings/pinctrl/dra.h>
11 #define MAX_SOURCES 400
17 compatible = "ti,dra7xx";
18 interrupt-parent = <&crossbar_mpu>;
37 ethernet0 = &cpsw_emac0;
38 ethernet1 = &cpsw_emac1;
47 compatible = "arm,armv7-timer";
48 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
49 <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
50 <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
51 <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
52 interrupt-parent = <&gic>;
55 gic: interrupt-controller@48211000 {
56 compatible = "arm,cortex-a15-gic";
58 #interrupt-cells = <3>;
59 reg = <0x0 0x48211000 0x0 0x1000>,
60 <0x0 0x48212000 0x0 0x2000>,
61 <0x0 0x48214000 0x0 0x2000>,
62 <0x0 0x48216000 0x0 0x2000>;
63 interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_HIGH)>;
64 interrupt-parent = <&gic>;
67 wakeupgen: interrupt-controller@48281000 {
68 compatible = "ti,omap5-wugen-mpu", "ti,omap4-wugen-mpu";
70 #interrupt-cells = <3>;
71 reg = <0x0 0x48281000 0x0 0x1000>;
72 interrupt-parent = <&gic>;
81 compatible = "arm,cortex-a15";
84 operating-points-v2 = <&cpu0_opp_table>;
86 clocks = <&dpll_mpu_ck>;
89 clock-latency = <300000>; /* From omap-cpufreq driver */
92 cooling-min-level = <0>;
93 cooling-max-level = <2>;
94 #cooling-cells = <2>; /* min followed by max */
98 cpu0_opp_table: opp-table {
99 compatible = "operating-points-v2-ti-cpu";
100 syscon = <&scm_wkup>;
103 opp-hz = /bits/ 64 <1000000000>;
104 opp-microvolt = <1060000 850000 1150000>;
105 opp-supported-hw = <0xFF 0x01>;
110 opp-hz = /bits/ 64 <1176000000>;
111 opp-microvolt = <1160000 885000 1160000>;
112 opp-supported-hw = <0xFF 0x02>;
117 * The soc node represents the soc top level view. It is used for IPs
118 * that are not memory mapped in the MPU view or for the MPU itself.
121 compatible = "ti,omap-infra";
123 compatible = "ti,omap5-mpu";
129 * XXX: Use a flat representation of the SOC interconnect.
130 * The real OMAP interconnect network is quite complex.
131 * Since it will not bring real advantage to represent that in DT for
132 * the moment, just use a fake OCP bus entry to represent the whole bus
136 compatible = "ti,dra7-l3-noc", "simple-bus";
137 #address-cells = <1>;
139 ranges = <0x0 0x0 0x0 0xc0000000>;
140 ti,hwmods = "l3_main_1", "l3_main_2";
141 reg = <0x0 0x44000000 0x0 0x1000000>,
142 <0x0 0x45000000 0x0 0x1000>;
143 interrupts-extended = <&crossbar_mpu GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
144 <&wakeupgen GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
146 l4_cfg: l4@4a000000 {
147 compatible = "ti,dra7-l4-cfg", "simple-bus";
148 #address-cells = <1>;
150 ranges = <0 0x4a000000 0x22c000>;
153 compatible = "ti,dra7-scm-core", "simple-bus";
154 reg = <0x2000 0x2000>;
155 #address-cells = <1>;
157 ranges = <0 0x2000 0x2000>;
159 scm_conf: scm_conf@0 {
160 compatible = "syscon", "simple-bus";
162 #address-cells = <1>;
164 ranges = <0 0x0 0x1400>;
166 pbias_regulator: pbias_regulator@e00 {
167 compatible = "ti,pbias-dra7", "ti,pbias-omap";
169 syscon = <&scm_conf>;
170 pbias_mmc_reg: pbias_mmc_omap5 {
171 regulator-name = "pbias_mmc_omap5";
172 regulator-min-microvolt = <1800000>;
173 regulator-max-microvolt = <3300000>;
177 scm_conf_clocks: clocks {
178 #address-cells = <1>;
183 dra7_pmx_core: pinmux@1400 {
184 compatible = "ti,dra7-padconf",
186 reg = <0x1400 0x0468>;
187 #address-cells = <1>;
189 #pinctrl-cells = <1>;
190 #interrupt-cells = <1>;
191 interrupt-controller;
192 pinctrl-single,register-width = <32>;
193 pinctrl-single,function-mask = <0x3fffffff>;
196 scm_conf1: scm_conf@1c04 {
197 compatible = "syscon";
198 reg = <0x1c04 0x0020>;
202 scm_conf_pcie: scm_conf@1c24 {
203 compatible = "syscon";
204 reg = <0x1c24 0x0024>;
207 sdma_xbar: dma-router@b78 {
208 compatible = "ti,dra7-dma-crossbar";
211 dma-requests = <205>;
212 ti,dma-safe-map = <0>;
213 dma-masters = <&sdma>;
216 edma_xbar: dma-router@c78 {
217 compatible = "ti,dra7-dma-crossbar";
220 dma-requests = <204>;
221 ti,dma-safe-map = <0>;
222 dma-masters = <&edma>;
226 cm_core_aon: cm_core_aon@5000 {
227 compatible = "ti,dra7-cm-core-aon";
228 reg = <0x5000 0x2000>;
230 cm_core_aon_clocks: clocks {
231 #address-cells = <1>;
235 cm_core_aon_clockdomains: clockdomains {
239 cm_core: cm_core@8000 {
240 compatible = "ti,dra7-cm-core";
241 reg = <0x8000 0x3000>;
243 cm_core_clocks: clocks {
244 #address-cells = <1>;
248 cm_core_clockdomains: clockdomains {
253 l4_wkup: l4@4ae00000 {
254 compatible = "ti,dra7-l4-wkup", "simple-bus";
255 #address-cells = <1>;
257 ranges = <0 0x4ae00000 0x3f000>;
259 counter32k: counter@4000 {
260 compatible = "ti,omap-counter32k";
262 ti,hwmods = "counter_32k";
266 compatible = "ti,dra7-prm", "simple-bus";
267 reg = <0x6000 0x3000>;
268 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
269 #address-cells = <1>;
271 ranges = <0 0x6000 0x3000>;
274 #address-cells = <1>;
278 prm_clockdomains: clockdomains {
281 ipu1_rst: ipu1_rst@510 {
282 compatible = "ti,dra7-reset";
288 ipu2_rst: ipu2_rst@910 {
289 compatible = "ti,dra7-reset";
296 scm_wkup: scm_conf@c000 {
297 compatible = "syscon";
298 reg = <0xc000 0x1000>;
303 compatible = "simple-bus";
305 #address-cells = <1>;
306 ranges = <0x51000000 0x51000000 0x3000
307 0x0 0x20000000 0x10000000>;
309 * To enable PCI endpoint mode, disable the pcie1_rc
310 * node and enable pcie1_ep mode.
312 pcie1_rc: pcie@51000000 {
313 compatible = "ti,dra7-pcie";
314 reg = <0x51000000 0x2000>, <0x51002000 0x14c>, <0x1000 0x2000>;
315 reg-names = "rc_dbics", "ti_conf", "config";
316 interrupts = <0 232 0x4>, <0 233 0x4>;
317 #address-cells = <3>;
320 ranges = <0x81000000 0 0 0x03000 0 0x00010000
321 0x82000000 0 0x20013000 0x13000 0 0xffed000>;
322 bus-range = <0x00 0xff>;
323 #interrupt-cells = <1>;
325 linux,pci-domain = <0>;
328 phy-names = "pcie-phy0";
329 interrupt-map-mask = <0 0 0 7>;
330 interrupt-map = <0 0 0 1 &pcie1_intc 1>,
331 <0 0 0 2 &pcie1_intc 2>,
332 <0 0 0 3 &pcie1_intc 3>,
333 <0 0 0 4 &pcie1_intc 4>;
335 pcie1_intc: interrupt-controller {
336 interrupt-controller;
337 #address-cells = <0>;
338 #interrupt-cells = <1>;
342 pcie1_ep: pcie_ep@51000000 {
343 compatible = "ti,dra7-pcie-ep";
344 reg = <0x51000000 0x28>, <0x51002000 0x14c>, <0x51001000 0x28>, <0x1000 0x10000000>;
345 reg-names = "ep_dbics", "ti_conf", "ep_dbics2", "addr_space";
346 interrupts = <0 232 0x4>;
348 num-ib-windows = <4>;
349 num-ob-windows = <16>;
352 phy-names = "pcie-phy0";
353 ti,syscon-unaligned-access = <&scm_conf1 0x14 2>;
359 * Register access seems to have complex dependencies and also
360 * seems to need an enabled phy. See the TRM chapter for "Table
361 * 26-678. Main Sequence PCIe Controller Global Initialization"
362 * and also dra7xx_pcie_probe().
364 axi1: target-module@51800000 {
365 compatible = "simple-bus";
367 #address-cells = <1>;
368 ranges = <0x51800000 0x51800000 0x3000
369 0x0 0x30000000 0x10000000>;
372 compatible = "ti,dra7-pcie";
373 reg = <0x51800000 0x2000>, <0x51802000 0x14c>, <0x1000 0x2000>;
374 reg-names = "rc_dbics", "ti_conf", "config";
375 interrupts = <0 355 0x4>, <0 356 0x4>;
376 #address-cells = <3>;
379 ranges = <0x81000000 0 0x00000000 0x30003000 0 0x00010000>,
380 <0x82000000 0 0x30013000 0x30013000 0 0x0ffed000>;
381 bus-range = <0x00 0xff>;
382 #interrupt-cells = <1>;
384 linux,pci-domain = <1>;
387 phy-names = "pcie-phy0";
388 interrupt-map-mask = <0 0 0 7>;
389 interrupt-map = <0 0 0 1 &pcie2_intc 1>,
390 <0 0 0 2 &pcie2_intc 2>,
391 <0 0 0 3 &pcie2_intc 3>,
392 <0 0 0 4 &pcie2_intc 4>;
393 pcie2_intc: interrupt-controller {
394 interrupt-controller;
395 #address-cells = <0>;
396 #interrupt-cells = <1>;
401 ocmcram1: ocmcram@40300000 {
402 compatible = "mmio-sram";
403 reg = <0x40300000 0x80000>;
404 ranges = <0x0 0x40300000 0x80000>;
405 #address-cells = <1>;
408 * This is a placeholder for an optional reserved
409 * region for use by secure software. The size
410 * of this region is not known until runtime so it
411 * is set as zero to either be updated to reserve
412 * space or left unchanged to leave all SRAM for use.
413 * On HS parts that that require the reserved region
414 * either the bootloader can update the size to
415 * the required amount or the node can be overridden
416 * from the board dts file for the secure platform.
419 compatible = "ti,secure-ram";
425 * NOTE: ocmcram2 and ocmcram3 are not available on all
426 * DRA7xx and AM57xx variants. Confirm availability in
427 * the data manual for the exact part number in use
428 * before enabling these nodes in the board dts file.
430 ocmcram2: ocmcram@40400000 {
432 compatible = "mmio-sram";
433 reg = <0x40400000 0x100000>;
434 ranges = <0x0 0x40400000 0x100000>;
435 #address-cells = <1>;
439 ocmcram3: ocmcram@40500000 {
441 compatible = "mmio-sram";
442 reg = <0x40500000 0x100000>;
443 ranges = <0x0 0x40500000 0x100000>;
444 #address-cells = <1>;
448 bandgap: bandgap@4a0021e0 {
449 reg = <0x4a0021e0 0xc
455 compatible = "ti,dra752-bandgap";
456 interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
457 #thermal-sensor-cells = <1>;
460 dsp1_system: dsp_system@40d00000 {
461 compatible = "syscon";
462 reg = <0x40d00000 0x100>;
465 dra7_iodelay_core: padconf@4844a000 {
466 compatible = "ti,dra7-iodelay";
467 reg = <0x4844a000 0x0d1c>;
468 #address-cells = <1>;
470 #pinctrl-cells = <2>;
473 sdma: dma-controller@4a056000 {
474 compatible = "ti,omap4430-sdma";
475 reg = <0x4a056000 0x1000>;
476 interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
477 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
478 <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
479 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
482 dma-requests = <127>;
485 edma: edma@43300000 {
486 compatible = "ti,edma3-tpcc";
488 reg = <0x43300000 0x100000>;
489 reg-names = "edma3_cc";
490 interrupts = <GIC_SPI 361 IRQ_TYPE_LEVEL_HIGH>,
491 <GIC_SPI 360 IRQ_TYPE_LEVEL_HIGH>,
492 <GIC_SPI 359 IRQ_TYPE_LEVEL_HIGH>;
493 interrupt-names = "edma3_ccint", "edma3_mperr",
498 ti,tptcs = <&edma_tptc0 7>, <&edma_tptc1 0>;
501 * memcpy is disabled, can be enabled with:
502 * ti,edma-memcpy-channels = <20 21>;
503 * for example. Note that these channels need to be
504 * masked in the xbar as well.
508 edma_tptc0: tptc@43400000 {
509 compatible = "ti,edma3-tptc";
511 reg = <0x43400000 0x100000>;
512 interrupts = <GIC_SPI 370 IRQ_TYPE_LEVEL_HIGH>;
513 interrupt-names = "edma3_tcerrint";
516 edma_tptc1: tptc@43500000 {
517 compatible = "ti,edma3-tptc";
519 reg = <0x43500000 0x100000>;
520 interrupts = <GIC_SPI 371 IRQ_TYPE_LEVEL_HIGH>;
521 interrupt-names = "edma3_tcerrint";
524 gpio1: gpio@4ae10000 {
525 compatible = "ti,omap4-gpio";
526 reg = <0x4ae10000 0x200>;
527 interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
531 interrupt-controller;
532 #interrupt-cells = <2>;
535 gpio2: gpio@48055000 {
536 compatible = "ti,omap4-gpio";
537 reg = <0x48055000 0x200>;
538 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
542 interrupt-controller;
543 #interrupt-cells = <2>;
546 gpio3: gpio@48057000 {
547 compatible = "ti,omap4-gpio";
548 reg = <0x48057000 0x200>;
549 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
553 interrupt-controller;
554 #interrupt-cells = <2>;
557 gpio4: gpio@48059000 {
558 compatible = "ti,omap4-gpio";
559 reg = <0x48059000 0x200>;
560 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
564 interrupt-controller;
565 #interrupt-cells = <2>;
568 gpio5: gpio@4805b000 {
569 compatible = "ti,omap4-gpio";
570 reg = <0x4805b000 0x200>;
571 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
575 interrupt-controller;
576 #interrupt-cells = <2>;
579 gpio6: gpio@4805d000 {
580 compatible = "ti,omap4-gpio";
581 reg = <0x4805d000 0x200>;
582 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
586 interrupt-controller;
587 #interrupt-cells = <2>;
590 gpio7: gpio@48051000 {
591 compatible = "ti,omap4-gpio";
592 reg = <0x48051000 0x200>;
593 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
597 interrupt-controller;
598 #interrupt-cells = <2>;
601 gpio8: gpio@48053000 {
602 compatible = "ti,omap4-gpio";
603 reg = <0x48053000 0x200>;
604 interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
608 interrupt-controller;
609 #interrupt-cells = <2>;
612 uart1: serial@4806a000 {
613 compatible = "ti,dra742-uart", "ti,omap4-uart";
614 reg = <0x4806a000 0x100>;
615 interrupts-extended = <&crossbar_mpu GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
617 clock-frequency = <48000000>;
619 dmas = <&sdma_xbar 49>, <&sdma_xbar 50>;
620 dma-names = "tx", "rx";
623 uart2: serial@4806c000 {
624 compatible = "ti,dra742-uart", "ti,omap4-uart";
625 reg = <0x4806c000 0x100>;
626 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
628 clock-frequency = <48000000>;
630 dmas = <&sdma_xbar 51>, <&sdma_xbar 52>;
631 dma-names = "tx", "rx";
634 uart3: serial@48020000 {
635 compatible = "ti,dra742-uart", "ti,omap4-uart";
636 reg = <0x48020000 0x100>;
637 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
639 clock-frequency = <48000000>;
641 dmas = <&sdma_xbar 53>, <&sdma_xbar 54>;
642 dma-names = "tx", "rx";
645 uart4: serial@4806e000 {
646 compatible = "ti,dra742-uart", "ti,omap4-uart";
647 reg = <0x4806e000 0x100>;
648 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
650 clock-frequency = <48000000>;
652 dmas = <&sdma_xbar 55>, <&sdma_xbar 56>;
653 dma-names = "tx", "rx";
656 uart5: serial@48066000 {
657 compatible = "ti,dra742-uart", "ti,omap4-uart";
658 reg = <0x48066000 0x100>;
659 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
661 clock-frequency = <48000000>;
663 dmas = <&sdma_xbar 63>, <&sdma_xbar 64>;
664 dma-names = "tx", "rx";
667 uart6: serial@48068000 {
668 compatible = "ti,dra742-uart", "ti,omap4-uart";
669 reg = <0x48068000 0x100>;
670 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
672 clock-frequency = <48000000>;
674 dmas = <&sdma_xbar 79>, <&sdma_xbar 80>;
675 dma-names = "tx", "rx";
678 uart7: serial@48420000 {
679 compatible = "ti,dra742-uart", "ti,omap4-uart";
680 reg = <0x48420000 0x100>;
681 interrupts = <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>;
683 clock-frequency = <48000000>;
687 uart8: serial@48422000 {
688 compatible = "ti,dra742-uart", "ti,omap4-uart";
689 reg = <0x48422000 0x100>;
690 interrupts = <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>;
692 clock-frequency = <48000000>;
696 uart9: serial@48424000 {
697 compatible = "ti,dra742-uart", "ti,omap4-uart";
698 reg = <0x48424000 0x100>;
699 interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>;
701 clock-frequency = <48000000>;
705 uart10: serial@4ae2b000 {
706 compatible = "ti,dra742-uart", "ti,omap4-uart";
707 reg = <0x4ae2b000 0x100>;
708 interrupts = <GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>;
709 ti,hwmods = "uart10";
710 clock-frequency = <48000000>;
714 mailbox1: mailbox@4a0f4000 {
715 compatible = "ti,omap4-mailbox";
716 reg = <0x4a0f4000 0x200>;
717 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>,
718 <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
719 <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
720 ti,hwmods = "mailbox1";
722 ti,mbox-num-users = <3>;
723 ti,mbox-num-fifos = <8>;
727 mailbox2: mailbox@4883a000 {
728 compatible = "ti,omap4-mailbox";
729 reg = <0x4883a000 0x200>;
730 interrupts = <GIC_SPI 237 IRQ_TYPE_LEVEL_HIGH>,
731 <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>,
732 <GIC_SPI 239 IRQ_TYPE_LEVEL_HIGH>,
733 <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>;
734 ti,hwmods = "mailbox2";
736 ti,mbox-num-users = <4>;
737 ti,mbox-num-fifos = <12>;
741 mailbox3: mailbox@4883c000 {
742 compatible = "ti,omap4-mailbox";
743 reg = <0x4883c000 0x200>;
744 interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>,
745 <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>,
746 <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH>,
747 <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>;
748 ti,hwmods = "mailbox3";
750 ti,mbox-num-users = <4>;
751 ti,mbox-num-fifos = <12>;
755 mailbox4: mailbox@4883e000 {
756 compatible = "ti,omap4-mailbox";
757 reg = <0x4883e000 0x200>;
758 interrupts = <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>,
759 <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>,
760 <GIC_SPI 247 IRQ_TYPE_LEVEL_HIGH>,
761 <GIC_SPI 248 IRQ_TYPE_LEVEL_HIGH>;
762 ti,hwmods = "mailbox4";
764 ti,mbox-num-users = <4>;
765 ti,mbox-num-fifos = <12>;
769 mailbox5: mailbox@48840000 {
770 compatible = "ti,omap4-mailbox";
771 reg = <0x48840000 0x200>;
772 interrupts = <GIC_SPI 249 IRQ_TYPE_LEVEL_HIGH>,
773 <GIC_SPI 250 IRQ_TYPE_LEVEL_HIGH>,
774 <GIC_SPI 251 IRQ_TYPE_LEVEL_HIGH>,
775 <GIC_SPI 252 IRQ_TYPE_LEVEL_HIGH>;
776 ti,hwmods = "mailbox5";
778 ti,mbox-num-users = <4>;
779 ti,mbox-num-fifos = <12>;
783 mailbox6: mailbox@48842000 {
784 compatible = "ti,omap4-mailbox";
785 reg = <0x48842000 0x200>;
786 interrupts = <GIC_SPI 253 IRQ_TYPE_LEVEL_HIGH>,
787 <GIC_SPI 254 IRQ_TYPE_LEVEL_HIGH>,
788 <GIC_SPI 255 IRQ_TYPE_LEVEL_HIGH>,
789 <GIC_SPI 256 IRQ_TYPE_LEVEL_HIGH>;
790 ti,hwmods = "mailbox6";
792 ti,mbox-num-users = <4>;
793 ti,mbox-num-fifos = <12>;
797 mailbox7: mailbox@48844000 {
798 compatible = "ti,omap4-mailbox";
799 reg = <0x48844000 0x200>;
800 interrupts = <GIC_SPI 257 IRQ_TYPE_LEVEL_HIGH>,
801 <GIC_SPI 258 IRQ_TYPE_LEVEL_HIGH>,
802 <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>,
803 <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>;
804 ti,hwmods = "mailbox7";
806 ti,mbox-num-users = <4>;
807 ti,mbox-num-fifos = <12>;
811 mailbox8: mailbox@48846000 {
812 compatible = "ti,omap4-mailbox";
813 reg = <0x48846000 0x200>;
814 interrupts = <GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>,
815 <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>,
816 <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>,
817 <GIC_SPI 264 IRQ_TYPE_LEVEL_HIGH>;
818 ti,hwmods = "mailbox8";
820 ti,mbox-num-users = <4>;
821 ti,mbox-num-fifos = <12>;
825 mailbox9: mailbox@4885e000 {
826 compatible = "ti,omap4-mailbox";
827 reg = <0x4885e000 0x200>;
828 interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>,
829 <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>,
830 <GIC_SPI 267 IRQ_TYPE_LEVEL_HIGH>,
831 <GIC_SPI 268 IRQ_TYPE_LEVEL_HIGH>;
832 ti,hwmods = "mailbox9";
834 ti,mbox-num-users = <4>;
835 ti,mbox-num-fifos = <12>;
839 mailbox10: mailbox@48860000 {
840 compatible = "ti,omap4-mailbox";
841 reg = <0x48860000 0x200>;
842 interrupts = <GIC_SPI 269 IRQ_TYPE_LEVEL_HIGH>,
843 <GIC_SPI 270 IRQ_TYPE_LEVEL_HIGH>,
844 <GIC_SPI 271 IRQ_TYPE_LEVEL_HIGH>,
845 <GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>;
846 ti,hwmods = "mailbox10";
848 ti,mbox-num-users = <4>;
849 ti,mbox-num-fifos = <12>;
853 mailbox11: mailbox@48862000 {
854 compatible = "ti,omap4-mailbox";
855 reg = <0x48862000 0x200>;
856 interrupts = <GIC_SPI 273 IRQ_TYPE_LEVEL_HIGH>,
857 <GIC_SPI 274 IRQ_TYPE_LEVEL_HIGH>,
858 <GIC_SPI 275 IRQ_TYPE_LEVEL_HIGH>,
859 <GIC_SPI 276 IRQ_TYPE_LEVEL_HIGH>;
860 ti,hwmods = "mailbox11";
862 ti,mbox-num-users = <4>;
863 ti,mbox-num-fifos = <12>;
867 mailbox12: mailbox@48864000 {
868 compatible = "ti,omap4-mailbox";
869 reg = <0x48864000 0x200>;
870 interrupts = <GIC_SPI 277 IRQ_TYPE_LEVEL_HIGH>,
871 <GIC_SPI 278 IRQ_TYPE_LEVEL_HIGH>,
872 <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>,
873 <GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>;
874 ti,hwmods = "mailbox12";
876 ti,mbox-num-users = <4>;
877 ti,mbox-num-fifos = <12>;
881 mailbox13: mailbox@48802000 {
882 compatible = "ti,omap4-mailbox";
883 reg = <0x48802000 0x200>;
884 interrupts = <GIC_SPI 379 IRQ_TYPE_LEVEL_HIGH>,
885 <GIC_SPI 380 IRQ_TYPE_LEVEL_HIGH>,
886 <GIC_SPI 381 IRQ_TYPE_LEVEL_HIGH>,
887 <GIC_SPI 382 IRQ_TYPE_LEVEL_HIGH>;
888 ti,hwmods = "mailbox13";
890 ti,mbox-num-users = <4>;
891 ti,mbox-num-fifos = <12>;
895 timer1: timer@4ae18000 {
896 compatible = "ti,omap5430-timer";
897 reg = <0x4ae18000 0x80>;
898 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
899 ti,hwmods = "timer1";
903 timer2: timer@48032000 {
904 compatible = "ti,omap5430-timer";
905 reg = <0x48032000 0x80>;
906 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
907 ti,hwmods = "timer2";
910 timer3: timer@48034000 {
911 compatible = "ti,omap5430-timer";
912 reg = <0x48034000 0x80>;
913 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
914 ti,hwmods = "timer3";
917 timer4: timer@48036000 {
918 compatible = "ti,omap5430-timer";
919 reg = <0x48036000 0x80>;
920 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
921 ti,hwmods = "timer4";
924 timer5: timer@48820000 {
925 compatible = "ti,omap5430-timer";
926 reg = <0x48820000 0x80>;
927 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
928 ti,hwmods = "timer5";
931 timer6: timer@48822000 {
932 compatible = "ti,omap5430-timer";
933 reg = <0x48822000 0x80>;
934 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
935 ti,hwmods = "timer6";
938 timer7: timer@48824000 {
939 compatible = "ti,omap5430-timer";
940 reg = <0x48824000 0x80>;
941 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
942 ti,hwmods = "timer7";
945 timer8: timer@48826000 {
946 compatible = "ti,omap5430-timer";
947 reg = <0x48826000 0x80>;
948 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
949 ti,hwmods = "timer8";
952 timer9: timer@4803e000 {
953 compatible = "ti,omap5430-timer";
954 reg = <0x4803e000 0x80>;
955 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
956 ti,hwmods = "timer9";
959 timer10: timer@48086000 {
960 compatible = "ti,omap5430-timer";
961 reg = <0x48086000 0x80>;
962 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
963 ti,hwmods = "timer10";
966 timer11: timer@48088000 {
967 compatible = "ti,omap5430-timer";
968 reg = <0x48088000 0x80>;
969 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
970 ti,hwmods = "timer11";
973 timer12: timer@4ae20000 {
974 compatible = "ti,omap5430-timer";
975 reg = <0x4ae20000 0x80>;
976 interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
977 ti,hwmods = "timer12";
982 timer13: timer@48828000 {
983 compatible = "ti,omap5430-timer";
984 reg = <0x48828000 0x80>;
985 interrupts = <GIC_SPI 339 IRQ_TYPE_LEVEL_HIGH>;
986 ti,hwmods = "timer13";
989 timer14: timer@4882a000 {
990 compatible = "ti,omap5430-timer";
991 reg = <0x4882a000 0x80>;
992 interrupts = <GIC_SPI 340 IRQ_TYPE_LEVEL_HIGH>;
993 ti,hwmods = "timer14";
996 timer15: timer@4882c000 {
997 compatible = "ti,omap5430-timer";
998 reg = <0x4882c000 0x80>;
999 interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
1000 ti,hwmods = "timer15";
1003 timer16: timer@4882e000 {
1004 compatible = "ti,omap5430-timer";
1005 reg = <0x4882e000 0x80>;
1006 interrupts = <GIC_SPI 342 IRQ_TYPE_LEVEL_HIGH>;
1007 ti,hwmods = "timer16";
1010 wdt2: wdt@4ae14000 {
1011 compatible = "ti,omap3-wdt";
1012 reg = <0x4ae14000 0x80>;
1013 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
1014 ti,hwmods = "wd_timer2";
1017 hwspinlock: spinlock@4a0f6000 {
1018 compatible = "ti,omap4-hwspinlock";
1019 reg = <0x4a0f6000 0x1000>;
1020 ti,hwmods = "spinlock";
1021 #hwlock-cells = <1>;
1025 compatible = "ti,omap5-dmm";
1026 reg = <0x4e000000 0x800>;
1027 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
1031 i2c1: i2c@48070000 {
1032 compatible = "ti,omap4-i2c";
1033 reg = <0x48070000 0x100>;
1034 interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
1035 #address-cells = <1>;
1038 status = "disabled";
1041 i2c2: i2c@48072000 {
1042 compatible = "ti,omap4-i2c";
1043 reg = <0x48072000 0x100>;
1044 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
1045 #address-cells = <1>;
1048 status = "disabled";
1051 i2c3: i2c@48060000 {
1052 compatible = "ti,omap4-i2c";
1053 reg = <0x48060000 0x100>;
1054 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
1055 #address-cells = <1>;
1058 status = "disabled";
1061 i2c4: i2c@4807a000 {
1062 compatible = "ti,omap4-i2c";
1063 reg = <0x4807a000 0x100>;
1064 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
1065 #address-cells = <1>;
1068 status = "disabled";
1071 i2c5: i2c@4807c000 {
1072 compatible = "ti,omap4-i2c";
1073 reg = <0x4807c000 0x100>;
1074 interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
1075 #address-cells = <1>;
1078 status = "disabled";
1081 mmc1: mmc@4809c000 {
1082 compatible = "ti,dra7-hsmmc", "ti,omap4-hsmmc";
1083 reg = <0x4809c000 0x400>;
1084 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
1087 ti,needs-special-reset;
1088 dmas = <&sdma_xbar 61>, <&sdma_xbar 62>;
1089 dma-names = "tx", "rx";
1090 status = "disabled";
1091 pbias-supply = <&pbias_mmc_reg>;
1092 max-frequency = <192000000>;
1100 mmc2: mmc@480b4000 {
1101 compatible = "ti,dra7-hsmmc", "ti,omap4-hsmmc";
1102 reg = <0x480b4000 0x400>;
1103 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
1105 ti,needs-special-reset;
1106 dmas = <&sdma_xbar 47>, <&sdma_xbar 48>;
1107 dma-names = "tx", "rx";
1108 status = "disabled";
1109 max-frequency = <192000000>;
1116 mmc3: mmc@480ad000 {
1117 compatible = "ti,dra7-hsmmc", "ti,omap4-hsmmc";
1118 reg = <0x480ad000 0x400>;
1119 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
1121 ti,needs-special-reset;
1122 dmas = <&sdma_xbar 77>, <&sdma_xbar 78>;
1123 dma-names = "tx", "rx";
1124 status = "disabled";
1125 /* Errata i887 limits max-frequency of MMC3 to 64 MHz */
1126 max-frequency = <64000000>;
1132 mmc4: mmc@480d1000 {
1133 compatible = "ti,dra7-hsmmc", "ti,omap4-hsmmc";
1134 reg = <0x480d1000 0x400>;
1135 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
1137 ti,needs-special-reset;
1138 dmas = <&sdma_xbar 57>, <&sdma_xbar 58>;
1139 dma-names = "tx", "rx";
1140 status = "disabled";
1141 max-frequency = <192000000>;
1146 mmu0_dsp1: mmu@40d01000 {
1147 compatible = "ti,dra7-dsp-iommu";
1148 reg = <0x40d01000 0x100>;
1149 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
1150 ti,hwmods = "mmu0_dsp1";
1152 ti,syscon-mmuconfig = <&dsp1_system 0x0>;
1153 status = "disabled";
1156 mmu1_dsp1: mmu@40d02000 {
1157 compatible = "ti,dra7-dsp-iommu";
1158 reg = <0x40d02000 0x100>;
1159 interrupts = <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
1160 ti,hwmods = "mmu1_dsp1";
1162 ti,syscon-mmuconfig = <&dsp1_system 0x1>;
1163 status = "disabled";
1166 mmu_ipu1: mmu@58882000 {
1167 compatible = "ti,dra7-iommu";
1168 reg = <0x58882000 0x100>;
1169 interrupts = <GIC_SPI 395 IRQ_TYPE_LEVEL_HIGH>;
1170 ti,hwmods = "mmu_ipu1";
1172 ti,iommu-bus-err-back;
1173 status = "disabled";
1176 mmu_ipu2: mmu@55082000 {
1177 compatible = "ti,dra7-iommu";
1178 reg = <0x55082000 0x100>;
1179 interrupts = <GIC_SPI 396 IRQ_TYPE_LEVEL_HIGH>;
1180 ti,hwmods = "mmu_ipu2";
1182 ti,iommu-bus-err-back;
1183 status = "disabled";
1186 abb_mpu: regulator-abb-mpu {
1187 compatible = "ti,abb-v3";
1188 regulator-name = "abb_mpu";
1189 #address-cells = <0>;
1191 clocks = <&sys_clkin1>;
1192 ti,settling-time = <50>;
1193 ti,clock-cycles = <16>;
1195 reg = <0x4ae07ddc 0x4>, <0x4ae07de0 0x4>,
1196 <0x4ae06014 0x4>, <0x4a003b20 0xc>,
1198 reg-names = "setup-address", "control-address",
1199 "int-address", "efuse-address",
1201 ti,tranxdone-status-mask = <0x80>;
1202 /* LDOVBBMPU_FBB_MUX_CTRL */
1203 ti,ldovbb-override-mask = <0x400>;
1204 /* LDOVBBMPU_FBB_VSET_OUT */
1205 ti,ldovbb-vset-mask = <0x1F>;
1208 * NOTE: only FBB mode used but actual vset will
1209 * determine final biasing
1212 /*uV ABB efuse rbb_m fbb_m vset_m*/
1213 1060000 0 0x0 0 0x02000000 0x01F00000
1214 1160000 0 0x4 0 0x02000000 0x01F00000
1215 1210000 0 0x8 0 0x02000000 0x01F00000
1219 abb_ivahd: regulator-abb-ivahd {
1220 compatible = "ti,abb-v3";
1221 regulator-name = "abb_ivahd";
1222 #address-cells = <0>;
1224 clocks = <&sys_clkin1>;
1225 ti,settling-time = <50>;
1226 ti,clock-cycles = <16>;
1228 reg = <0x4ae07e34 0x4>, <0x4ae07e24 0x4>,
1229 <0x4ae06010 0x4>, <0x4a0025cc 0xc>,
1231 reg-names = "setup-address", "control-address",
1232 "int-address", "efuse-address",
1234 ti,tranxdone-status-mask = <0x40000000>;
1235 /* LDOVBBIVA_FBB_MUX_CTRL */
1236 ti,ldovbb-override-mask = <0x400>;
1237 /* LDOVBBIVA_FBB_VSET_OUT */
1238 ti,ldovbb-vset-mask = <0x1F>;
1241 * NOTE: only FBB mode used but actual vset will
1242 * determine final biasing
1245 /*uV ABB efuse rbb_m fbb_m vset_m*/
1246 1055000 0 0x0 0 0x02000000 0x01F00000
1247 1150000 0 0x4 0 0x02000000 0x01F00000
1248 1250000 0 0x8 0 0x02000000 0x01F00000
1252 abb_dspeve: regulator-abb-dspeve {
1253 compatible = "ti,abb-v3";
1254 regulator-name = "abb_dspeve";
1255 #address-cells = <0>;
1257 clocks = <&sys_clkin1>;
1258 ti,settling-time = <50>;
1259 ti,clock-cycles = <16>;
1261 reg = <0x4ae07e30 0x4>, <0x4ae07e20 0x4>,
1262 <0x4ae06010 0x4>, <0x4a0025e0 0xc>,
1264 reg-names = "setup-address", "control-address",
1265 "int-address", "efuse-address",
1267 ti,tranxdone-status-mask = <0x20000000>;
1268 /* LDOVBBDSPEVE_FBB_MUX_CTRL */
1269 ti,ldovbb-override-mask = <0x400>;
1270 /* LDOVBBDSPEVE_FBB_VSET_OUT */
1271 ti,ldovbb-vset-mask = <0x1F>;
1274 * NOTE: only FBB mode used but actual vset will
1275 * determine final biasing
1278 /*uV ABB efuse rbb_m fbb_m vset_m*/
1279 1055000 0 0x0 0 0x02000000 0x01F00000
1280 1150000 0 0x4 0 0x02000000 0x01F00000
1281 1250000 0 0x8 0 0x02000000 0x01F00000
1285 abb_gpu: regulator-abb-gpu {
1286 compatible = "ti,abb-v3";
1287 regulator-name = "abb_gpu";
1288 #address-cells = <0>;
1290 clocks = <&sys_clkin1>;
1291 ti,settling-time = <50>;
1292 ti,clock-cycles = <16>;
1294 reg = <0x4ae07de4 0x4>, <0x4ae07de8 0x4>,
1295 <0x4ae06010 0x4>, <0x4a003b08 0xc>,
1297 reg-names = "setup-address", "control-address",
1298 "int-address", "efuse-address",
1300 ti,tranxdone-status-mask = <0x10000000>;
1301 /* LDOVBBGPU_FBB_MUX_CTRL */
1302 ti,ldovbb-override-mask = <0x400>;
1303 /* LDOVBBGPU_FBB_VSET_OUT */
1304 ti,ldovbb-vset-mask = <0x1F>;
1307 * NOTE: only FBB mode used but actual vset will
1308 * determine final biasing
1311 /*uV ABB efuse rbb_m fbb_m vset_m*/
1312 1090000 0 0x0 0 0x02000000 0x01F00000
1313 1210000 0 0x4 0 0x02000000 0x01F00000
1314 1280000 0 0x8 0 0x02000000 0x01F00000
1318 mcspi1: spi@48098000 {
1319 compatible = "ti,omap4-mcspi";
1320 reg = <0x48098000 0x200>;
1321 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
1322 #address-cells = <1>;
1324 ti,hwmods = "mcspi1";
1325 ti,spi-num-cs = <4>;
1326 dmas = <&sdma_xbar 35>,
1334 dma-names = "tx0", "rx0", "tx1", "rx1",
1335 "tx2", "rx2", "tx3", "rx3";
1336 status = "disabled";
1339 mcspi2: spi@4809a000 {
1340 compatible = "ti,omap4-mcspi";
1341 reg = <0x4809a000 0x200>;
1342 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
1343 #address-cells = <1>;
1345 ti,hwmods = "mcspi2";
1346 ti,spi-num-cs = <2>;
1347 dmas = <&sdma_xbar 43>,
1351 dma-names = "tx0", "rx0", "tx1", "rx1";
1352 status = "disabled";
1355 mcspi3: spi@480b8000 {
1356 compatible = "ti,omap4-mcspi";
1357 reg = <0x480b8000 0x200>;
1358 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
1359 #address-cells = <1>;
1361 ti,hwmods = "mcspi3";
1362 ti,spi-num-cs = <2>;
1363 dmas = <&sdma_xbar 15>, <&sdma_xbar 16>;
1364 dma-names = "tx0", "rx0";
1365 status = "disabled";
1368 mcspi4: spi@480ba000 {
1369 compatible = "ti,omap4-mcspi";
1370 reg = <0x480ba000 0x200>;
1371 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
1372 #address-cells = <1>;
1374 ti,hwmods = "mcspi4";
1375 ti,spi-num-cs = <1>;
1376 dmas = <&sdma_xbar 70>, <&sdma_xbar 71>;
1377 dma-names = "tx0", "rx0";
1378 status = "disabled";
1381 qspi: qspi@4b300000 {
1382 compatible = "ti,dra7xxx-qspi";
1383 reg = <0x4b300000 0x100>,
1384 <0x5c000000 0x4000000>;
1385 reg-names = "qspi_base", "qspi_mmap";
1386 syscon-chipselects = <&scm_conf 0x558>;
1387 #address-cells = <1>;
1390 clocks = <&qspi_gfclk_div>;
1391 clock-names = "fck";
1393 interrupts = <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>;
1394 status = "disabled";
1399 compatible = "ti,omap-ocp2scp";
1400 #address-cells = <1>;
1403 reg = <0x4a090000 0x20>;
1404 ti,hwmods = "ocp2scp3";
1405 sata_phy: phy@4A096000 {
1406 compatible = "ti,phy-pipe3-sata";
1407 reg = <0x4A096000 0x80>, /* phy_rx */
1408 <0x4A096400 0x64>, /* phy_tx */
1409 <0x4A096800 0x40>; /* pll_ctrl */
1410 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
1411 syscon-phy-power = <&scm_conf 0x374>;
1412 clocks = <&sys_clkin1>, <&sata_ref_clk>;
1413 clock-names = "sysclk", "refclk";
1414 syscon-pllreset = <&scm_conf 0x3fc>;
1418 pcie1_phy: pciephy@4a094000 {
1419 compatible = "ti,phy-pipe3-pcie";
1420 reg = <0x4a094000 0x80>, /* phy_rx */
1421 <0x4a094400 0x64>; /* phy_tx */
1422 reg-names = "phy_rx", "phy_tx";
1423 syscon-phy-power = <&scm_conf_pcie 0x1c>;
1424 syscon-pcs = <&scm_conf_pcie 0x10>;
1425 clocks = <&dpll_pcie_ref_ck>,
1426 <&dpll_pcie_ref_m2ldo_ck>,
1427 <&optfclk_pciephy1_32khz>,
1428 <&optfclk_pciephy1_clk>,
1429 <&optfclk_pciephy1_div_clk>,
1430 <&optfclk_pciephy_div>,
1432 clock-names = "dpll_ref", "dpll_ref_m2",
1433 "wkupclk", "refclk",
1434 "div-clk", "phy-div", "sysclk";
1438 pcie2_phy: pciephy@4a095000 {
1439 compatible = "ti,phy-pipe3-pcie";
1440 reg = <0x4a095000 0x80>, /* phy_rx */
1441 <0x4a095400 0x64>; /* phy_tx */
1442 reg-names = "phy_rx", "phy_tx";
1443 syscon-phy-power = <&scm_conf_pcie 0x20>;
1444 syscon-pcs = <&scm_conf_pcie 0x10>;
1445 clocks = <&dpll_pcie_ref_ck>,
1446 <&dpll_pcie_ref_m2ldo_ck>,
1447 <&optfclk_pciephy2_32khz>,
1448 <&optfclk_pciephy2_clk>,
1449 <&optfclk_pciephy2_div_clk>,
1450 <&optfclk_pciephy_div>,
1452 clock-names = "dpll_ref", "dpll_ref_m2",
1453 "wkupclk", "refclk",
1454 "div-clk", "phy-div", "sysclk";
1456 status = "disabled";
1460 sata: sata@4a141100 {
1461 compatible = "snps,dwc-ahci";
1462 reg = <0x4a140000 0x1100>, <0x4a141100 0x7>;
1463 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
1465 phy-names = "sata-phy";
1466 clocks = <&sata_ref_clk>;
1468 ports-implemented = <0x1>;
1472 compatible = "ti,am3352-rtc";
1473 reg = <0x48838000 0x100>;
1474 interrupts = <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
1475 <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>;
1476 ti,hwmods = "rtcss";
1477 clocks = <&sys_32k_ck>;
1482 compatible = "ti,omap-ocp2scp";
1483 #address-cells = <1>;
1486 reg = <0x4a080000 0x20>;
1487 ti,hwmods = "ocp2scp1";
1489 usb2_phy1: phy@4a084000 {
1490 compatible = "ti,dra7x-usb2", "ti,omap-usb2";
1491 reg = <0x4a084000 0x400>;
1492 syscon-phy-power = <&scm_conf 0x300>;
1493 clocks = <&usb_phy1_always_on_clk32k>,
1494 <&usb_otg_ss1_refclk960m>;
1495 clock-names = "wkupclk",
1500 usb2_phy2: phy@4a085000 {
1501 compatible = "ti,dra7x-usb2-phy2",
1503 reg = <0x4a085000 0x400>;
1504 syscon-phy-power = <&scm_conf 0xe74>;
1505 clocks = <&usb_phy2_always_on_clk32k>,
1506 <&usb_otg_ss2_refclk960m>;
1507 clock-names = "wkupclk",
1512 usb3_phy1: phy@4a084400 {
1513 compatible = "ti,omap-usb3";
1514 reg = <0x4a084400 0x80>,
1517 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
1518 syscon-phy-power = <&scm_conf 0x370>;
1519 clocks = <&usb_phy3_always_on_clk32k>,
1521 <&usb_otg_ss1_refclk960m>;
1522 clock-names = "wkupclk",
1529 omap_dwc3_1: omap_dwc3_1@48880000 {
1530 compatible = "ti,dwc3";
1531 ti,hwmods = "usb_otg_ss1";
1532 reg = <0x48880000 0x10000>;
1533 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
1534 #address-cells = <1>;
1538 usb1: usb@48890000 {
1539 compatible = "snps,dwc3";
1540 reg = <0x48890000 0x17000>;
1541 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1542 <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>,
1543 <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
1544 interrupt-names = "peripheral",
1547 phys = <&usb2_phy1>, <&usb3_phy1>;
1548 phy-names = "usb2-phy", "usb3-phy";
1549 maximum-speed = "super-speed";
1551 snps,dis_u3_susphy_quirk;
1552 snps,dis_u2_susphy_quirk;
1556 omap_dwc3_2: omap_dwc3_2@488c0000 {
1557 compatible = "ti,dwc3";
1558 ti,hwmods = "usb_otg_ss2";
1559 reg = <0x488c0000 0x10000>;
1560 interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
1561 #address-cells = <1>;
1565 usb2: usb@488d0000 {
1566 compatible = "snps,dwc3";
1567 reg = <0x488d0000 0x17000>;
1568 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1569 <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
1570 <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
1571 interrupt-names = "peripheral",
1574 phys = <&usb2_phy2>;
1575 phy-names = "usb2-phy";
1576 maximum-speed = "high-speed";
1578 snps,dis_u3_susphy_quirk;
1579 snps,dis_u2_susphy_quirk;
1583 /* IRQ for DWC3_3 and DWC3_4 need IRQ crossbar */
1584 omap_dwc3_3: omap_dwc3_3@48900000 {
1585 compatible = "ti,dwc3";
1586 ti,hwmods = "usb_otg_ss3";
1587 reg = <0x48900000 0x10000>;
1588 interrupts = <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
1589 #address-cells = <1>;
1593 status = "disabled";
1594 usb3: usb@48910000 {
1595 compatible = "snps,dwc3";
1596 reg = <0x48910000 0x17000>;
1597 interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1598 <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>,
1599 <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
1600 interrupt-names = "peripheral",
1603 maximum-speed = "high-speed";
1605 snps,dis_u3_susphy_quirk;
1606 snps,dis_u2_susphy_quirk;
1611 compatible = "ti,am3352-elm";
1612 reg = <0x48078000 0xfc0>; /* device IO registers */
1613 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
1615 status = "disabled";
1618 gpmc: gpmc@50000000 {
1619 compatible = "ti,am3352-gpmc";
1621 reg = <0x50000000 0x37c>; /* device IO registers */
1622 interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
1623 dmas = <&edma_xbar 4 0>;
1626 gpmc,num-waitpins = <2>;
1627 #address-cells = <2>;
1629 interrupt-controller;
1630 #interrupt-cells = <2>;
1633 status = "disabled";
1637 compatible = "ti,dra7-atl";
1638 reg = <0x4843c000 0x3ff>;
1640 ti,provided-clocks = <&atl_clkin0_ck>, <&atl_clkin1_ck>,
1641 <&atl_clkin2_ck>, <&atl_clkin3_ck>;
1642 clocks = <&atl_gfclk_mux>;
1643 clock-names = "fck";
1644 status = "disabled";
1647 mcasp1: mcasp@48460000 {
1648 compatible = "ti,dra7-mcasp-audio";
1649 ti,hwmods = "mcasp1";
1650 reg = <0x48460000 0x2000>,
1651 <0x45800000 0x1000>;
1652 reg-names = "mpu","dat";
1653 interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
1654 <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
1655 interrupt-names = "tx", "rx";
1656 dmas = <&edma_xbar 129 1>, <&edma_xbar 128 1>;
1657 dma-names = "tx", "rx";
1658 clocks = <&mcasp1_aux_gfclk_mux>, <&mcasp1_ahclkx_mux>,
1659 <&mcasp1_ahclkr_mux>;
1660 clock-names = "fck", "ahclkx", "ahclkr";
1661 status = "disabled";
1664 mcasp2: mcasp@48464000 {
1665 compatible = "ti,dra7-mcasp-audio";
1666 ti,hwmods = "mcasp2";
1667 reg = <0x48464000 0x2000>,
1668 <0x45c00000 0x1000>;
1669 reg-names = "mpu","dat";
1670 interrupts = <GIC_SPI 149 IRQ_TYPE_LEVEL_HIGH>,
1671 <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
1672 interrupt-names = "tx", "rx";
1673 dmas = <&edma_xbar 131 1>, <&edma_xbar 130 1>;
1674 dma-names = "tx", "rx";
1675 clocks = <&mcasp2_aux_gfclk_mux>, <&mcasp2_ahclkx_mux>,
1676 <&mcasp2_ahclkr_mux>;
1677 clock-names = "fck", "ahclkx", "ahclkr";
1678 status = "disabled";
1681 mcasp3: mcasp@48468000 {
1682 compatible = "ti,dra7-mcasp-audio";
1683 ti,hwmods = "mcasp3";
1684 reg = <0x48468000 0x2000>,
1685 <0x46000000 0x1000>;
1686 reg-names = "mpu","dat";
1687 interrupts = <GIC_SPI 151 IRQ_TYPE_LEVEL_HIGH>,
1688 <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>;
1689 interrupt-names = "tx", "rx";
1690 dmas = <&edma_xbar 133 1>, <&edma_xbar 132 1>;
1691 dma-names = "tx", "rx";
1692 clocks = <&mcasp3_aux_gfclk_mux>, <&mcasp3_ahclkx_mux>;
1693 clock-names = "fck", "ahclkx";
1694 status = "disabled";
1697 mcasp4: mcasp@4846c000 {
1698 compatible = "ti,dra7-mcasp-audio";
1699 ti,hwmods = "mcasp4";
1700 reg = <0x4846c000 0x2000>,
1701 <0x48436000 0x1000>;
1702 reg-names = "mpu","dat";
1703 interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>,
1704 <GIC_SPI 152 IRQ_TYPE_LEVEL_HIGH>;
1705 interrupt-names = "tx", "rx";
1706 dmas = <&edma_xbar 135 1>, <&edma_xbar 134 1>;
1707 dma-names = "tx", "rx";
1708 clocks = <&mcasp4_aux_gfclk_mux>, <&mcasp4_ahclkx_mux>;
1709 clock-names = "fck", "ahclkx";
1710 status = "disabled";
1713 mcasp5: mcasp@48470000 {
1714 compatible = "ti,dra7-mcasp-audio";
1715 ti,hwmods = "mcasp5";
1716 reg = <0x48470000 0x2000>,
1717 <0x4843a000 0x1000>;
1718 reg-names = "mpu","dat";
1719 interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>,
1720 <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>;
1721 interrupt-names = "tx", "rx";
1722 dmas = <&edma_xbar 137 1>, <&edma_xbar 136 1>;
1723 dma-names = "tx", "rx";
1724 clocks = <&mcasp5_aux_gfclk_mux>, <&mcasp5_ahclkx_mux>;
1725 clock-names = "fck", "ahclkx";
1726 status = "disabled";
1729 mcasp6: mcasp@48474000 {
1730 compatible = "ti,dra7-mcasp-audio";
1731 ti,hwmods = "mcasp6";
1732 reg = <0x48474000 0x2000>,
1733 <0x4844c000 0x1000>;
1734 reg-names = "mpu","dat";
1735 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
1736 <GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
1737 interrupt-names = "tx", "rx";
1738 dmas = <&edma_xbar 139 1>, <&edma_xbar 138 1>;
1739 dma-names = "tx", "rx";
1740 clocks = <&mcasp6_aux_gfclk_mux>, <&mcasp6_ahclkx_mux>;
1741 clock-names = "fck", "ahclkx";
1742 status = "disabled";
1745 mcasp7: mcasp@48478000 {
1746 compatible = "ti,dra7-mcasp-audio";
1747 ti,hwmods = "mcasp7";
1748 reg = <0x48478000 0x2000>,
1749 <0x48450000 0x1000>;
1750 reg-names = "mpu","dat";
1751 interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>,
1752 <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
1753 interrupt-names = "tx", "rx";
1754 dmas = <&edma_xbar 141 1>, <&edma_xbar 140 1>;
1755 dma-names = "tx", "rx";
1756 clocks = <&mcasp7_aux_gfclk_mux>, <&mcasp7_ahclkx_mux>;
1757 clock-names = "fck", "ahclkx";
1758 status = "disabled";
1761 mcasp8: mcasp@4847c000 {
1762 compatible = "ti,dra7-mcasp-audio";
1763 ti,hwmods = "mcasp8";
1764 reg = <0x4847c000 0x2000>,
1765 <0x48454000 0x1000>;
1766 reg-names = "mpu","dat";
1767 interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>,
1768 <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>;
1769 interrupt-names = "tx", "rx";
1770 dmas = <&edma_xbar 143 1>, <&edma_xbar 142 1>;
1771 dma-names = "tx", "rx";
1772 clocks = <&mcasp8_aux_gfclk_mux>, <&mcasp8_ahclkx_mux>;
1773 clock-names = "fck", "ahclkx";
1774 status = "disabled";
1777 crossbar_mpu: crossbar@4a002a48 {
1778 compatible = "ti,irq-crossbar";
1779 reg = <0x4a002a48 0x130>;
1780 interrupt-controller;
1781 interrupt-parent = <&wakeupgen>;
1782 #interrupt-cells = <3>;
1783 ti,max-irqs = <160>;
1784 ti,max-crossbar-sources = <MAX_SOURCES>;
1786 ti,irqs-reserved = <0 1 2 3 5 6 131 132>;
1787 ti,irqs-skip = <10 133 139 140>;
1788 ti,irqs-safe-map = <0>;
1791 mac: ethernet@48484000 {
1792 compatible = "ti,dra7-cpsw","ti,cpsw";
1794 clocks = <&gmac_main_clk>, <&gmac_rft_clk_mux>;
1795 clock-names = "fck", "cpts";
1796 cpdma_channels = <8>;
1797 ale_entries = <1024>;
1798 bd_ram_size = <0x2000>;
1799 mac_control = <0x20>;
1802 cpts_clock_mult = <0x784CFE14>;
1803 cpts_clock_shift = <29>;
1804 reg = <0x48484000 0x1000
1806 #address-cells = <1>;
1810 * Do not allow gating of cpsw clock as workaround
1811 * for errata i877. Keeping internal clock disabled
1812 * causes the device switching characteristics
1813 * to degrade over time and eventually fail to meet
1814 * the data manual delay time/skew specs.
1824 interrupts = <GIC_SPI 334 IRQ_TYPE_LEVEL_HIGH>,
1825 <GIC_SPI 335 IRQ_TYPE_LEVEL_HIGH>,
1826 <GIC_SPI 336 IRQ_TYPE_LEVEL_HIGH>,
1827 <GIC_SPI 337 IRQ_TYPE_LEVEL_HIGH>;
1829 syscon = <&scm_conf>;
1830 status = "disabled";
1832 davinci_mdio: mdio@48485000 {
1833 compatible = "ti,cpsw-mdio","ti,davinci_mdio";
1834 #address-cells = <1>;
1836 ti,hwmods = "davinci_mdio";
1837 bus_freq = <1000000>;
1838 reg = <0x48485000 0x100>;
1841 cpsw_emac0: slave@48480200 {
1842 /* Filled in by U-Boot */
1843 mac-address = [ 00 00 00 00 00 00 ];
1846 cpsw_emac1: slave@48480300 {
1847 /* Filled in by U-Boot */
1848 mac-address = [ 00 00 00 00 00 00 ];
1851 phy_sel: cpsw-phy-sel@4a002554 {
1852 compatible = "ti,dra7xx-cpsw-phy-sel";
1853 reg= <0x4a002554 0x4>;
1854 reg-names = "gmii-sel";
1858 dcan1: can@481cc000 {
1859 compatible = "ti,dra7-d_can";
1860 ti,hwmods = "dcan1";
1861 reg = <0x4ae3c000 0x2000>;
1862 syscon-raminit = <&scm_conf 0x558 0>;
1863 interrupts = <GIC_SPI 222 IRQ_TYPE_LEVEL_HIGH>;
1864 clocks = <&dcan1_sys_clk_mux>;
1865 status = "disabled";
1868 dcan2: can@481d0000 {
1869 compatible = "ti,dra7-d_can";
1870 ti,hwmods = "dcan2";
1871 reg = <0x48480000 0x2000>;
1872 syscon-raminit = <&scm_conf 0x558 1>;
1873 interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
1874 clocks = <&sys_clkin1>;
1875 status = "disabled";
1879 compatible = "ti,dra7-dss";
1880 /* 'reg' defined in dra72x.dtsi and dra74x.dtsi */
1881 /* 'clocks' defined in dra72x.dtsi and dra74x.dtsi */
1882 status = "disabled";
1883 ti,hwmods = "dss_core";
1884 /* CTRL_CORE_DSS_PLL_CONTROL */
1885 syscon-pll-ctrl = <&scm_conf 0x538>;
1886 #address-cells = <1>;
1891 compatible = "ti,dra7-dispc";
1892 reg = <0x58001000 0x1000>;
1893 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
1894 ti,hwmods = "dss_dispc";
1895 clocks = <&dss_dss_clk>;
1896 clock-names = "fck";
1897 /* CTRL_CORE_SMA_SW_1 */
1898 syscon-pol = <&scm_conf 0x534>;
1901 hdmi: encoder@58060000 {
1902 compatible = "ti,dra7-hdmi";
1903 reg = <0x58040000 0x200>,
1906 <0x58060000 0x19000>;
1907 reg-names = "wp", "pll", "phy", "core";
1908 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
1909 status = "disabled";
1910 ti,hwmods = "dss_hdmi";
1911 clocks = <&dss_48mhz_clk>, <&dss_hdmi_clk>;
1912 clock-names = "fck", "sys_clk";
1916 epwmss0: epwmss@4843e000 {
1917 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1918 reg = <0x4843e000 0x30>;
1919 ti,hwmods = "epwmss0";
1920 #address-cells = <1>;
1922 status = "disabled";
1925 ehrpwm0: pwm@4843e200 {
1926 compatible = "ti,dra746-ehrpwm",
1929 reg = <0x4843e200 0x80>;
1930 clocks = <&ehrpwm0_tbclk>, <&l4_root_clk_div>;
1931 clock-names = "tbclk", "fck";
1932 status = "disabled";
1935 ecap0: ecap@4843e100 {
1936 compatible = "ti,dra746-ecap",
1939 reg = <0x4843e100 0x80>;
1940 clocks = <&l4_root_clk_div>;
1941 clock-names = "fck";
1942 status = "disabled";
1946 epwmss1: epwmss@48440000 {
1947 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1948 reg = <0x48440000 0x30>;
1949 ti,hwmods = "epwmss1";
1950 #address-cells = <1>;
1952 status = "disabled";
1955 ehrpwm1: pwm@48440200 {
1956 compatible = "ti,dra746-ehrpwm",
1959 reg = <0x48440200 0x80>;
1960 clocks = <&ehrpwm1_tbclk>, <&l4_root_clk_div>;
1961 clock-names = "tbclk", "fck";
1962 status = "disabled";
1965 ecap1: ecap@48440100 {
1966 compatible = "ti,dra746-ecap",
1969 reg = <0x48440100 0x80>;
1970 clocks = <&l4_root_clk_div>;
1971 clock-names = "fck";
1972 status = "disabled";
1976 epwmss2: epwmss@48442000 {
1977 compatible = "ti,dra746-pwmss", "ti,am33xx-pwmss";
1978 reg = <0x48442000 0x30>;
1979 ti,hwmods = "epwmss2";
1980 #address-cells = <1>;
1982 status = "disabled";
1985 ehrpwm2: pwm@48442200 {
1986 compatible = "ti,dra746-ehrpwm",
1989 reg = <0x48442200 0x80>;
1990 clocks = <&ehrpwm2_tbclk>, <&l4_root_clk_div>;
1991 clock-names = "tbclk", "fck";
1992 status = "disabled";
1995 ecap2: ecap@48442100 {
1996 compatible = "ti,dra746-ecap",
1999 reg = <0x48442100 0x80>;
2000 clocks = <&l4_root_clk_div>;
2001 clock-names = "fck";
2002 status = "disabled";
2006 aes1: aes@4b500000 {
2007 compatible = "ti,omap4-aes";
2009 reg = <0x4b500000 0xa0>;
2010 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
2011 dmas = <&edma_xbar 111 0>, <&edma_xbar 110 0>;
2012 dma-names = "tx", "rx";
2013 clocks = <&l3_iclk_div>;
2014 clock-names = "fck";
2017 aes2: aes@4b700000 {
2018 compatible = "ti,omap4-aes";
2020 reg = <0x4b700000 0xa0>;
2021 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
2022 dmas = <&edma_xbar 114 0>, <&edma_xbar 113 0>;
2023 dma-names = "tx", "rx";
2024 clocks = <&l3_iclk_div>;
2025 clock-names = "fck";
2029 compatible = "ti,omap4-des";
2031 reg = <0x480a5000 0xa0>;
2032 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
2033 dmas = <&sdma_xbar 117>, <&sdma_xbar 116>;
2034 dma-names = "tx", "rx";
2035 clocks = <&l3_iclk_div>;
2036 clock-names = "fck";
2039 sham: sham@53100000 {
2040 compatible = "ti,omap5-sham";
2042 reg = <0x4b101000 0x300>;
2043 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
2044 dmas = <&edma_xbar 119 0>;
2046 clocks = <&l3_iclk_div>;
2047 clock-names = "fck";
2051 compatible = "ti,omap4-rng";
2053 reg = <0x48090000 0x2000>;
2054 interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
2055 clocks = <&l3_iclk_div>;
2056 clock-names = "fck";
2059 ipu1: ipu@58820000 {
2060 compatible = "ti,dra7-ipu";
2061 reg = <0x58820000 0x10000>;
2062 reg-names = "l2ram";
2064 resets = <&ipu1_rst 0>, <&ipu1_rst 1>, <&ipu1_rst 2>;
2065 iommus = <&mmu_ipu1>;
2066 ti,rproc-standby-info = <0x4a005520>;
2067 timers = <&timer11>;
2068 watchdog-timers = <&timer7>, <&timer8>;
2071 ipu2: ipu@55020000 {
2072 compatible = "ti,dra7-ipu";
2073 reg = <0x55020000 0x10000>;
2074 reg-names = "l2ram";
2076 resets = <&ipu2_rst 0>, <&ipu2_rst 1>, <&ipu2_rst 2>;
2077 iommus = <&mmu_ipu2>;
2078 ti,rproc-standby-info = <0x4a008920>;
2080 watchdog-timers = <&timer4>, <&timer9>;
2084 thermal_zones: thermal-zones {
2085 #include "omap4-cpu-thermal.dtsi"
2086 #include "omap5-gpu-thermal.dtsi"
2087 #include "omap5-core-thermal.dtsi"
2088 #include "dra7-dspeve-thermal.dtsi"
2089 #include "dra7-iva-thermal.dtsi"
2095 polling-delay = <500>; /* milliseconds */
2096 coefficients = <0 2000>;
2100 coefficients = <0 2000>;
2104 coefficients = <0 2000>;
2108 coefficients = <0 2000>;
2112 coefficients = <0 2000>;
2116 temperature = <120000>; /* milli Celsius */
2119 #include "dra7xx-clocks.dtsi"