blob: cd81ecf127317c7b0e0ac662d91fe08e615776e5 [file] [log] [blame]
Afzal Mohammed6cfd8112013-06-03 18:49:54 +05301/*
2 * Device Tree Source for AM4372 SoC
3 *
4 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
5 *
6 * This file is licensed under the terms of the GNU General Public License
7 * version 2. This program is licensed "as is" without any warranty of any
8 * kind, whether express or implied.
9 */
10
Balaji T Kd2885db2014-03-03 20:20:20 +053011#include <dt-bindings/gpio/gpio.h>
Afzal Mohammed6cfd8112013-06-03 18:49:54 +053012#include <dt-bindings/interrupt-controller/arm-gic.h>
13
14#include "skeleton.dtsi"
15
16/ {
17 compatible = "ti,am4372", "ti,am43";
Marc Zyngier7136d452015-03-11 15:43:49 +000018 interrupt-parent = <&wakeupgen>;
Afzal Mohammed6cfd8112013-06-03 18:49:54 +053019
20
21 aliases {
Nishanth Menon6a968672013-10-16 15:21:04 -050022 i2c0 = &i2c0;
23 i2c1 = &i2c1;
24 i2c2 = &i2c2;
Afzal Mohammed6cfd8112013-06-03 18:49:54 +053025 serial0 = &uart0;
Sekhar Nori71256d92015-07-20 16:42:20 +053026 serial1 = &uart1;
27 serial2 = &uart2;
28 serial3 = &uart3;
29 serial4 = &uart4;
30 serial5 = &uart5;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +053031 ethernet0 = &cpsw_emac0;
32 ethernet1 = &cpsw_emac1;
Mugunthan V Ne05edea2015-11-19 12:31:02 +053033 spi0 = &qspi;
Afzal Mohammed6cfd8112013-06-03 18:49:54 +053034 };
35
36 cpus {
Afzal Mohammed738c7402013-08-02 19:16:13 +053037 #address-cells = <1>;
38 #size-cells = <0>;
Felipe Balbi08ecb282014-06-23 13:20:58 -050039 cpu: cpu@0 {
Afzal Mohammed6cfd8112013-06-03 18:49:54 +053040 compatible = "arm,cortex-a9";
Afzal Mohammed738c7402013-08-02 19:16:13 +053041 device_type = "cpu";
42 reg = <0>;
Nishanth Menon8d766fa2014-01-29 12:19:17 -060043
44 clocks = <&dpll_mpu_ck>;
45 clock-names = "cpu";
46
47 clock-latency = <300000>; /* From omap-cpufreq driver */
Afzal Mohammed6cfd8112013-06-03 18:49:54 +053048 };
49 };
50
51 gic: interrupt-controller@48241000 {
52 compatible = "arm,cortex-a9-gic";
53 interrupt-controller;
54 #interrupt-cells = <3>;
55 reg = <0x48241000 0x1000>,
56 <0x48240100 0x0100>;
Marc Zyngier7136d452015-03-11 15:43:49 +000057 interrupt-parent = <&gic>;
58 };
59
60 wakeupgen: interrupt-controller@48281000 {
61 compatible = "ti,omap4-wugen-mpu";
62 interrupt-controller;
63 #interrupt-cells = <3>;
64 reg = <0x48281000 0x1000>;
65 interrupt-parent = <&gic>;
Afzal Mohammed6cfd8112013-06-03 18:49:54 +053066 };
67
Felipe Balbi8cbd4c2f2015-08-12 14:56:54 -050068 scu: scu@48240000 {
69 compatible = "arm,cortex-a9-scu";
70 reg = <0x48240000 0x100>;
71 };
72
73 global_timer: timer@48240200 {
74 compatible = "arm,cortex-a9-global-timer";
75 reg = <0x48240200 0x100>;
Grygorii Strashko84fb2252015-12-28 15:52:04 +020076 interrupts = <GIC_PPI 11 IRQ_TYPE_EDGE_RISING>;
Felipe Balbi8cbd4c2f2015-08-12 14:56:54 -050077 interrupt-parent = <&gic>;
Grygorii Strashko14054fb2015-11-30 17:56:38 +020078 clocks = <&mpu_periphclk>;
Felipe Balbi8cbd4c2f2015-08-12 14:56:54 -050079 };
80
81 local_timer: timer@48240600 {
82 compatible = "arm,cortex-a9-twd-timer";
83 reg = <0x48240600 0x100>;
Grygorii Strashko84fb2252015-12-28 15:52:04 +020084 interrupts = <GIC_PPI 13 IRQ_TYPE_EDGE_RISING>;
Felipe Balbi8cbd4c2f2015-08-12 14:56:54 -050085 interrupt-parent = <&gic>;
Grygorii Strashko14054fb2015-11-30 17:56:38 +020086 clocks = <&mpu_periphclk>;
Felipe Balbi8cbd4c2f2015-08-12 14:56:54 -050087 };
88
Lokesh Vutla9e3269b2013-10-11 00:44:53 +053089 l2-cache-controller@48242000 {
90 compatible = "arm,pl310-cache";
91 reg = <0x48242000 0x1000>;
92 cache-unified;
93 cache-level = <2>;
94 };
95
Afzal Mohammed6cfd8112013-06-03 18:49:54 +053096 ocp {
Afzal Mohammed2eeddb82013-12-02 17:48:57 +053097 compatible = "ti,am4372-l3-noc", "simple-bus";
Afzal Mohammed6cfd8112013-06-03 18:49:54 +053098 #address-cells = <1>;
99 #size-cells = <1>;
100 ranges;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530101 ti,hwmods = "l3_main";
Afzal Mohammed2eeddb82013-12-02 17:48:57 +0530102 reg = <0x44000000 0x400000
103 0x44800000 0x400000>;
104 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
105 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530106
Tero Kristo83a5d6c2015-02-12 10:25:40 +0200107 l4_wkup: l4_wkup@44c00000 {
108 compatible = "ti,am4-l4-wkup", "simple-bus";
109 #address-cells = <1>;
110 #size-cells = <1>;
111 ranges = <0 0x44c00000 0x287000>;
Tero Kristo6a679202013-08-02 19:12:04 +0300112
Suman Anna340204222015-07-13 12:34:55 -0500113 wkup_m3: wkup_m3@100000 {
114 compatible = "ti,am4372-wkup-m3";
115 reg = <0x100000 0x4000>,
116 <0x180000 0x2000>;
117 reg-names = "umem", "dmem";
118 ti,hwmods = "wkup_m3";
119 ti,pm-firmware = "am335x-pm-firmware.elf";
120 };
121
Tero Kristo83a5d6c2015-02-12 10:25:40 +0200122 prcm: prcm@1f0000 {
123 compatible = "ti,am4-prcm";
124 reg = <0x1f0000 0x11000>;
Keerthy6e487002015-06-22 11:52:53 +0530125 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
Tero Kristo83a5d6c2015-02-12 10:25:40 +0200126
127 prcm_clocks: clocks {
128 #address-cells = <1>;
129 #size-cells = <0>;
130 };
131
132 prcm_clockdomains: clockdomains {
133 };
134 };
135
136 scm: scm@210000 {
137 compatible = "ti,am4-scm", "simple-bus";
138 reg = <0x210000 0x4000>;
Tero Kristo6a679202013-08-02 19:12:04 +0300139 #address-cells = <1>;
Tero Kristo83a5d6c2015-02-12 10:25:40 +0200140 #size-cells = <1>;
141 ranges = <0 0x210000 0x4000>;
Tero Kristo6a679202013-08-02 19:12:04 +0300142
Tero Kristo83a5d6c2015-02-12 10:25:40 +0200143 am43xx_pinmux: pinmux@800 {
144 compatible = "ti,am437-padconf",
145 "pinctrl-single";
146 reg = <0x800 0x31c>;
147 #address-cells = <1>;
148 #size-cells = <0>;
149 #interrupt-cells = <1>;
150 interrupt-controller;
151 pinctrl-single,register-width = <32>;
152 pinctrl-single,function-mask = <0xffffffff>;
153 };
Tero Kristo6a679202013-08-02 19:12:04 +0300154
Tero Kristo83a5d6c2015-02-12 10:25:40 +0200155 scm_conf: scm_conf@0 {
156 compatible = "syscon";
157 reg = <0x0 0x800>;
158 #address-cells = <1>;
159 #size-cells = <1>;
Tero Kristo6a679202013-08-02 19:12:04 +0300160
Tero Kristo83a5d6c2015-02-12 10:25:40 +0200161 scm_clocks: clocks {
162 #address-cells = <1>;
163 #size-cells = <0>;
164 };
165 };
Tero Kristo6a679202013-08-02 19:12:04 +0300166
Suman Annac9ab94d2015-07-17 16:08:04 -0500167 wkup_m3_ipc: wkup_m3_ipc@1324 {
168 compatible = "ti,am4372-wkup-m3-ipc";
169 reg = <0x1324 0x44>;
170 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
171 ti,rproc = <&wkup_m3>;
172 mboxes = <&mailbox &mbox_wkupm3>;
173 };
174
Peter Ujfalusicce1ee02015-12-17 15:33:37 +0200175 edma_xbar: dma-router@f90 {
176 compatible = "ti,am335x-edma-crossbar";
177 reg = <0xf90 0x40>;
178 #dma-cells = <3>;
179 dma-requests = <64>;
180 dma-masters = <&edma>;
181 };
182
Tero Kristo83a5d6c2015-02-12 10:25:40 +0200183 scm_clockdomains: clockdomains {
184 };
Tero Kristo6a679202013-08-02 19:12:04 +0300185 };
186 };
187
Dave Gerlachfff75ee2015-05-06 12:25:33 -0500188 emif: emif@4c000000 {
189 compatible = "ti,emif-am4372";
190 reg = <0x4c000000 0x1000000>;
191 ti,hwmods = "emif";
192 };
193
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530194 edma: edma@49000000 {
Peter Ujfalusicce1ee02015-12-17 15:33:37 +0200195 compatible = "ti,edma3-tpcc";
196 ti,hwmods = "tpcc";
197 reg = <0x49000000 0x10000>;
198 reg-names = "edma3_cc";
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530199 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>,
Peter Ujfalusicce1ee02015-12-17 15:33:37 +0200200 <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>,
201 <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
202 interrupt-names = "edma3_ccint", "emda3_mperr",
203 "edma3_ccerrint";
204 dma-requests = <64>;
205 #dma-cells = <2>;
206
207 ti,tptcs = <&edma_tptc0 7>, <&edma_tptc1 5>,
208 <&edma_tptc2 0>;
209
Tero Kristod41676d2016-03-14 11:01:50 +0200210 ti,edma-memcpy-channels = <58 59>;
Peter Ujfalusicce1ee02015-12-17 15:33:37 +0200211 };
212
213 edma_tptc0: tptc@49800000 {
214 compatible = "ti,edma3-tptc";
215 ti,hwmods = "tptc0";
216 reg = <0x49800000 0x100000>;
217 interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
218 interrupt-names = "edma3_tcerrint";
219 };
220
221 edma_tptc1: tptc@49900000 {
222 compatible = "ti,edma3-tptc";
223 ti,hwmods = "tptc1";
224 reg = <0x49900000 0x100000>;
225 interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>;
226 interrupt-names = "edma3_tcerrint";
227 };
228
229 edma_tptc2: tptc@49a00000 {
230 compatible = "ti,edma3-tptc";
231 ti,hwmods = "tptc2";
232 reg = <0x49a00000 0x100000>;
233 interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
234 interrupt-names = "edma3_tcerrint";
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530235 };
Afzal Mohammed6cfd8112013-06-03 18:49:54 +0530236
237 uart0: serial@44e09000 {
238 compatible = "ti,am4372-uart","ti,omap2-uart";
239 reg = <0x44e09000 0x2000>;
240 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Afzal Mohammed73456012013-08-02 19:16:35 +0530241 ti,hwmods = "uart1";
242 };
243
244 uart1: serial@48022000 {
245 compatible = "ti,am4372-uart","ti,omap2-uart";
246 reg = <0x48022000 0x2000>;
247 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
248 ti,hwmods = "uart2";
249 status = "disabled";
250 };
251
252 uart2: serial@48024000 {
253 compatible = "ti,am4372-uart","ti,omap2-uart";
254 reg = <0x48024000 0x2000>;
255 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
256 ti,hwmods = "uart3";
257 status = "disabled";
258 };
259
260 uart3: serial@481a6000 {
261 compatible = "ti,am4372-uart","ti,omap2-uart";
262 reg = <0x481a6000 0x2000>;
263 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
264 ti,hwmods = "uart4";
265 status = "disabled";
266 };
267
268 uart4: serial@481a8000 {
269 compatible = "ti,am4372-uart","ti,omap2-uart";
270 reg = <0x481a8000 0x2000>;
271 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
272 ti,hwmods = "uart5";
273 status = "disabled";
274 };
275
276 uart5: serial@481aa000 {
277 compatible = "ti,am4372-uart","ti,omap2-uart";
278 reg = <0x481aa000 0x2000>;
279 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
280 ti,hwmods = "uart6";
281 status = "disabled";
Afzal Mohammed6cfd8112013-06-03 18:49:54 +0530282 };
283
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530284 mailbox: mailbox@480C8000 {
285 compatible = "ti,omap4-mailbox";
286 reg = <0x480C8000 0x200>;
287 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
288 ti,hwmods = "mailbox";
Suman Anna24df0452014-11-03 17:07:35 -0600289 #mbox-cells = <1>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530290 ti,mbox-num-users = <4>;
291 ti,mbox-num-fifos = <8>;
Suman Annad27704d2014-09-10 14:27:23 -0500292 mbox_wkupm3: wkup_m3 {
Keerthycf19f3ab2015-07-17 16:08:02 -0500293 ti,mbox-send-noirq;
Suman Annad27704d2014-09-10 14:27:23 -0500294 ti,mbox-tx = <0 0 0>;
295 ti,mbox-rx = <0 0 3>;
296 };
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530297 };
298
Afzal Mohammed6cfd8112013-06-03 18:49:54 +0530299 timer1: timer@44e31000 {
300 compatible = "ti,am4372-timer-1ms","ti,am335x-timer-1ms";
301 reg = <0x44e31000 0x400>;
302 interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
303 ti,timer-alwon;
Afzal Mohammed73456012013-08-02 19:16:35 +0530304 ti,hwmods = "timer1";
Afzal Mohammed6cfd8112013-06-03 18:49:54 +0530305 };
306
307 timer2: timer@48040000 {
308 compatible = "ti,am4372-timer","ti,am335x-timer";
309 reg = <0x48040000 0x400>;
310 interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
Afzal Mohammed73456012013-08-02 19:16:35 +0530311 ti,hwmods = "timer2";
312 };
313
314 timer3: timer@48042000 {
315 compatible = "ti,am4372-timer","ti,am335x-timer";
316 reg = <0x48042000 0x400>;
317 interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
318 ti,hwmods = "timer3";
319 status = "disabled";
320 };
321
322 timer4: timer@48044000 {
323 compatible = "ti,am4372-timer","ti,am335x-timer";
324 reg = <0x48044000 0x400>;
325 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
326 ti,timer-pwm;
327 ti,hwmods = "timer4";
328 status = "disabled";
329 };
330
331 timer5: timer@48046000 {
332 compatible = "ti,am4372-timer","ti,am335x-timer";
333 reg = <0x48046000 0x400>;
334 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
335 ti,timer-pwm;
336 ti,hwmods = "timer5";
337 status = "disabled";
338 };
339
340 timer6: timer@48048000 {
341 compatible = "ti,am4372-timer","ti,am335x-timer";
342 reg = <0x48048000 0x400>;
343 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
344 ti,timer-pwm;
345 ti,hwmods = "timer6";
346 status = "disabled";
347 };
348
349 timer7: timer@4804a000 {
350 compatible = "ti,am4372-timer","ti,am335x-timer";
351 reg = <0x4804a000 0x400>;
352 interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;
353 ti,timer-pwm;
354 ti,hwmods = "timer7";
355 status = "disabled";
356 };
357
358 timer8: timer@481c1000 {
359 compatible = "ti,am4372-timer","ti,am335x-timer";
360 reg = <0x481c1000 0x400>;
361 interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
362 ti,hwmods = "timer8";
363 status = "disabled";
364 };
365
366 timer9: timer@4833d000 {
367 compatible = "ti,am4372-timer","ti,am335x-timer";
368 reg = <0x4833d000 0x400>;
369 interrupts = <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>;
370 ti,hwmods = "timer9";
371 status = "disabled";
372 };
373
374 timer10: timer@4833f000 {
375 compatible = "ti,am4372-timer","ti,am335x-timer";
376 reg = <0x4833f000 0x400>;
377 interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
378 ti,hwmods = "timer10";
379 status = "disabled";
380 };
381
382 timer11: timer@48341000 {
383 compatible = "ti,am4372-timer","ti,am335x-timer";
384 reg = <0x48341000 0x400>;
385 interrupts = <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
386 ti,hwmods = "timer11";
387 status = "disabled";
Afzal Mohammed6cfd8112013-06-03 18:49:54 +0530388 };
389
390 counter32k: counter@44e86000 {
391 compatible = "ti,am4372-counter32k","ti,omap-counter32k";
392 reg = <0x44e86000 0x40>;
Afzal Mohammed73456012013-08-02 19:16:35 +0530393 ti,hwmods = "counter_32k";
394 };
395
Felipe Balbi08ecb282014-06-23 13:20:58 -0500396 rtc: rtc@44e3e000 {
Keerthy05743b32015-08-07 10:37:19 +0530397 compatible = "ti,am4372-rtc", "ti,am3352-rtc",
398 "ti,da830-rtc";
Afzal Mohammed73456012013-08-02 19:16:35 +0530399 reg = <0x44e3e000 0x1000>;
400 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH
401 GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
402 ti,hwmods = "rtc";
Keerthyfff51e72015-08-18 15:11:14 +0530403 clocks = <&clk_32768_ck>;
404 clock-names = "int-clk";
Afzal Mohammed73456012013-08-02 19:16:35 +0530405 status = "disabled";
406 };
407
Felipe Balbi08ecb282014-06-23 13:20:58 -0500408 wdt: wdt@44e35000 {
Afzal Mohammed73456012013-08-02 19:16:35 +0530409 compatible = "ti,am4372-wdt","ti,omap3-wdt";
410 reg = <0x44e35000 0x1000>;
411 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
412 ti,hwmods = "wd_timer2";
Afzal Mohammed73456012013-08-02 19:16:35 +0530413 };
414
415 gpio0: gpio@44e07000 {
416 compatible = "ti,am4372-gpio","ti,omap4-gpio";
417 reg = <0x44e07000 0x1000>;
418 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
419 gpio-controller;
420 #gpio-cells = <2>;
421 interrupt-controller;
422 #interrupt-cells = <2>;
423 ti,hwmods = "gpio1";
424 status = "disabled";
425 };
426
427 gpio1: gpio@4804c000 {
428 compatible = "ti,am4372-gpio","ti,omap4-gpio";
429 reg = <0x4804c000 0x1000>;
430 interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
431 gpio-controller;
432 #gpio-cells = <2>;
433 interrupt-controller;
434 #interrupt-cells = <2>;
435 ti,hwmods = "gpio2";
436 status = "disabled";
437 };
438
439 gpio2: gpio@481ac000 {
440 compatible = "ti,am4372-gpio","ti,omap4-gpio";
441 reg = <0x481ac000 0x1000>;
442 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
443 gpio-controller;
444 #gpio-cells = <2>;
445 interrupt-controller;
446 #interrupt-cells = <2>;
447 ti,hwmods = "gpio3";
448 status = "disabled";
449 };
450
451 gpio3: gpio@481ae000 {
452 compatible = "ti,am4372-gpio","ti,omap4-gpio";
453 reg = <0x481ae000 0x1000>;
454 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
455 gpio-controller;
456 #gpio-cells = <2>;
457 interrupt-controller;
458 #interrupt-cells = <2>;
459 ti,hwmods = "gpio4";
460 status = "disabled";
461 };
462
463 gpio4: gpio@48320000 {
464 compatible = "ti,am4372-gpio","ti,omap4-gpio";
465 reg = <0x48320000 0x1000>;
466 interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
467 gpio-controller;
468 #gpio-cells = <2>;
469 interrupt-controller;
470 #interrupt-cells = <2>;
471 ti,hwmods = "gpio5";
472 status = "disabled";
473 };
474
475 gpio5: gpio@48322000 {
476 compatible = "ti,am4372-gpio","ti,omap4-gpio";
477 reg = <0x48322000 0x1000>;
478 interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
479 gpio-controller;
480 #gpio-cells = <2>;
481 interrupt-controller;
482 #interrupt-cells = <2>;
483 ti,hwmods = "gpio6";
484 status = "disabled";
485 };
486
Suman Annafd4a8a62014-01-13 18:26:47 -0600487 hwspinlock: spinlock@480ca000 {
488 compatible = "ti,omap4-hwspinlock";
489 reg = <0x480ca000 0x1000>;
490 ti,hwmods = "spinlock";
491 #hwlock-cells = <1>;
492 };
493
Afzal Mohammed73456012013-08-02 19:16:35 +0530494 i2c0: i2c@44e0b000 {
495 compatible = "ti,am4372-i2c","ti,omap4-i2c";
496 reg = <0x44e0b000 0x1000>;
497 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
498 ti,hwmods = "i2c1";
499 #address-cells = <1>;
500 #size-cells = <0>;
501 status = "disabled";
502 };
503
504 i2c1: i2c@4802a000 {
505 compatible = "ti,am4372-i2c","ti,omap4-i2c";
506 reg = <0x4802a000 0x1000>;
507 interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
508 ti,hwmods = "i2c2";
509 #address-cells = <1>;
510 #size-cells = <0>;
511 status = "disabled";
512 };
513
514 i2c2: i2c@4819c000 {
515 compatible = "ti,am4372-i2c","ti,omap4-i2c";
516 reg = <0x4819c000 0x1000>;
517 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
518 ti,hwmods = "i2c3";
519 #address-cells = <1>;
520 #size-cells = <0>;
521 status = "disabled";
522 };
523
524 spi0: spi@48030000 {
525 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
526 reg = <0x48030000 0x400>;
527 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
528 ti,hwmods = "spi0";
529 #address-cells = <1>;
530 #size-cells = <0>;
531 status = "disabled";
532 };
533
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530534 mmc1: mmc@48060000 {
535 compatible = "ti,omap4-hsmmc";
536 reg = <0x48060000 0x1000>;
537 ti,hwmods = "mmc1";
538 ti,dual-volt;
539 ti,needs-special-reset;
Peter Ujfalusicce1ee02015-12-17 15:33:37 +0200540 dmas = <&edma 24 0>,
541 <&edma 25 0>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530542 dma-names = "tx", "rx";
543 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
544 status = "disabled";
545 };
546
547 mmc2: mmc@481d8000 {
548 compatible = "ti,omap4-hsmmc";
549 reg = <0x481d8000 0x1000>;
550 ti,hwmods = "mmc2";
551 ti,needs-special-reset;
Peter Ujfalusicce1ee02015-12-17 15:33:37 +0200552 dmas = <&edma 2 0>,
553 <&edma 3 0>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530554 dma-names = "tx", "rx";
555 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
556 status = "disabled";
557 };
558
559 mmc3: mmc@47810000 {
560 compatible = "ti,omap4-hsmmc";
561 reg = <0x47810000 0x1000>;
562 ti,hwmods = "mmc3";
563 ti,needs-special-reset;
564 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
565 status = "disabled";
566 };
567
Afzal Mohammed73456012013-08-02 19:16:35 +0530568 spi1: spi@481a0000 {
569 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
570 reg = <0x481a0000 0x400>;
571 interrupts = <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
572 ti,hwmods = "spi1";
573 #address-cells = <1>;
574 #size-cells = <0>;
575 status = "disabled";
576 };
577
578 spi2: spi@481a2000 {
579 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
580 reg = <0x481a2000 0x400>;
581 interrupts = <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>;
582 ti,hwmods = "spi2";
583 #address-cells = <1>;
584 #size-cells = <0>;
585 status = "disabled";
586 };
587
588 spi3: spi@481a4000 {
589 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
590 reg = <0x481a4000 0x400>;
591 interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>;
592 ti,hwmods = "spi3";
593 #address-cells = <1>;
594 #size-cells = <0>;
595 status = "disabled";
596 };
597
598 spi4: spi@48345000 {
599 compatible = "ti,am4372-mcspi","ti,omap4-mcspi";
600 reg = <0x48345000 0x400>;
601 interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
602 ti,hwmods = "spi4";
603 #address-cells = <1>;
604 #size-cells = <0>;
605 status = "disabled";
606 };
607
608 mac: ethernet@4a100000 {
609 compatible = "ti,am4372-cpsw","ti,cpsw";
610 reg = <0x4a100000 0x800
611 0x4a101200 0x100>;
612 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH
613 GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH
614 GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH
615 GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530616 #address-cells = <1>;
617 #size-cells = <1>;
Afzal Mohammed73456012013-08-02 19:16:35 +0530618 ti,hwmods = "cpgmac0";
Keerthydff8a202015-06-18 13:31:13 +0530619 clocks = <&cpsw_125mhz_gclk>, <&cpsw_cpts_rft_clk>,
620 <&dpll_clksel_mac_clk>;
621 clock-names = "fck", "cpts", "50mclk";
622 assigned-clocks = <&dpll_clksel_mac_clk>;
623 assigned-clock-rates = <50000000>;
Afzal Mohammed73456012013-08-02 19:16:35 +0530624 status = "disabled";
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530625 cpdma_channels = <8>;
626 ale_entries = <1024>;
627 bd_ram_size = <0x2000>;
628 no_bd_ram = <0>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530629 mac_control = <0x20>;
630 slaves = <2>;
631 active_slave = <0>;
632 cpts_clock_mult = <0x80000000>;
633 cpts_clock_shift = <29>;
634 ranges;
Mugunthan V Ncec42842015-09-21 15:56:53 +0530635 syscon = <&scm_conf>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530636
637 davinci_mdio: mdio@4a101000 {
Grygorii Strashko9efd1a62016-06-24 21:23:55 +0300638 compatible = "ti,am4372-mdio","ti,cpsw-mdio","ti,davinci_mdio";
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530639 reg = <0x4a101000 0x100>;
640 #address-cells = <1>;
641 #size-cells = <0>;
642 ti,hwmods = "davinci_mdio";
643 bus_freq = <1000000>;
644 status = "disabled";
645 };
646
647 cpsw_emac0: slave@4a100200 {
648 /* Filled in by U-Boot */
649 mac-address = [ 00 00 00 00 00 00 ];
650 };
651
652 cpsw_emac1: slave@4a100300 {
653 /* Filled in by U-Boot */
654 mac-address = [ 00 00 00 00 00 00 ];
655 };
Mugunthan V Na9682cf2014-05-13 14:14:30 +0530656
657 phy_sel: cpsw-phy-sel@44e10650 {
658 compatible = "ti,am43xx-cpsw-phy-sel";
659 reg= <0x44e10650 0x4>;
660 reg-names = "gmii-sel";
661 };
Afzal Mohammed73456012013-08-02 19:16:35 +0530662 };
663
664 epwmss0: epwmss@48300000 {
665 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
666 reg = <0x48300000 0x10>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530667 #address-cells = <1>;
668 #size-cells = <1>;
669 ranges;
Afzal Mohammed73456012013-08-02 19:16:35 +0530670 ti,hwmods = "epwmss0";
671 status = "disabled";
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530672
673 ecap0: ecap@48300100 {
674 compatible = "ti,am4372-ecap","ti,am33xx-ecap";
Sourav Poddaraa842302013-12-19 18:03:33 +0530675 #pwm-cells = <3>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530676 reg = <0x48300100 0x80>;
677 ti,hwmods = "ecap0";
678 status = "disabled";
679 };
680
Franklin S Cooper Jrdce2a652016-03-17 20:15:22 -0500681 ehrpwm0: pwm@48300200 {
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530682 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
Sourav Poddaraa842302013-12-19 18:03:33 +0530683 #pwm-cells = <3>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530684 reg = <0x48300200 0x80>;
685 ti,hwmods = "ehrpwm0";
686 status = "disabled";
687 };
Afzal Mohammed73456012013-08-02 19:16:35 +0530688 };
689
690 epwmss1: epwmss@48302000 {
691 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
692 reg = <0x48302000 0x10>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530693 #address-cells = <1>;
694 #size-cells = <1>;
695 ranges;
Afzal Mohammed73456012013-08-02 19:16:35 +0530696 ti,hwmods = "epwmss1";
697 status = "disabled";
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530698
699 ecap1: ecap@48302100 {
700 compatible = "ti,am4372-ecap","ti,am33xx-ecap";
Sourav Poddaraa842302013-12-19 18:03:33 +0530701 #pwm-cells = <3>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530702 reg = <0x48302100 0x80>;
703 ti,hwmods = "ecap1";
704 status = "disabled";
705 };
706
Franklin S Cooper Jrdce2a652016-03-17 20:15:22 -0500707 ehrpwm1: pwm@48302200 {
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530708 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
Sourav Poddaraa842302013-12-19 18:03:33 +0530709 #pwm-cells = <3>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530710 reg = <0x48302200 0x80>;
711 ti,hwmods = "ehrpwm1";
712 status = "disabled";
713 };
Afzal Mohammed73456012013-08-02 19:16:35 +0530714 };
715
716 epwmss2: epwmss@48304000 {
717 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
718 reg = <0x48304000 0x10>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530719 #address-cells = <1>;
720 #size-cells = <1>;
721 ranges;
Afzal Mohammed73456012013-08-02 19:16:35 +0530722 ti,hwmods = "epwmss2";
723 status = "disabled";
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530724
725 ecap2: ecap@48304100 {
726 compatible = "ti,am4372-ecap","ti,am33xx-ecap";
Sourav Poddaraa842302013-12-19 18:03:33 +0530727 #pwm-cells = <3>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530728 reg = <0x48304100 0x80>;
729 ti,hwmods = "ecap2";
730 status = "disabled";
731 };
732
Franklin S Cooper Jrdce2a652016-03-17 20:15:22 -0500733 ehrpwm2: pwm@48304200 {
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530734 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
Sourav Poddaraa842302013-12-19 18:03:33 +0530735 #pwm-cells = <3>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530736 reg = <0x48304200 0x80>;
737 ti,hwmods = "ehrpwm2";
738 status = "disabled";
739 };
Afzal Mohammed73456012013-08-02 19:16:35 +0530740 };
741
742 epwmss3: epwmss@48306000 {
743 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
744 reg = <0x48306000 0x10>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530745 #address-cells = <1>;
746 #size-cells = <1>;
747 ranges;
Afzal Mohammed73456012013-08-02 19:16:35 +0530748 ti,hwmods = "epwmss3";
749 status = "disabled";
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530750
Franklin S Cooper Jrdce2a652016-03-17 20:15:22 -0500751 ehrpwm3: pwm@48306200 {
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530752 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
Sourav Poddaraa842302013-12-19 18:03:33 +0530753 #pwm-cells = <3>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530754 reg = <0x48306200 0x80>;
755 ti,hwmods = "ehrpwm3";
756 status = "disabled";
757 };
Afzal Mohammed73456012013-08-02 19:16:35 +0530758 };
759
760 epwmss4: epwmss@48308000 {
761 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
762 reg = <0x48308000 0x10>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530763 #address-cells = <1>;
764 #size-cells = <1>;
765 ranges;
Afzal Mohammed73456012013-08-02 19:16:35 +0530766 ti,hwmods = "epwmss4";
767 status = "disabled";
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530768
Franklin S Cooper Jrdce2a652016-03-17 20:15:22 -0500769 ehrpwm4: pwm@48308200 {
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530770 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
Sourav Poddaraa842302013-12-19 18:03:33 +0530771 #pwm-cells = <3>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530772 reg = <0x48308200 0x80>;
773 ti,hwmods = "ehrpwm4";
774 status = "disabled";
775 };
Afzal Mohammed73456012013-08-02 19:16:35 +0530776 };
777
778 epwmss5: epwmss@4830a000 {
779 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
780 reg = <0x4830a000 0x10>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530781 #address-cells = <1>;
782 #size-cells = <1>;
783 ranges;
Afzal Mohammed73456012013-08-02 19:16:35 +0530784 ti,hwmods = "epwmss5";
785 status = "disabled";
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530786
Franklin S Cooper Jrdce2a652016-03-17 20:15:22 -0500787 ehrpwm5: pwm@4830a200 {
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530788 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
Sourav Poddaraa842302013-12-19 18:03:33 +0530789 #pwm-cells = <3>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530790 reg = <0x4830a200 0x80>;
791 ti,hwmods = "ehrpwm5";
792 status = "disabled";
793 };
794 };
795
Vignesh R0f39f7b2014-11-21 15:44:22 +0530796 tscadc: tscadc@44e0d000 {
797 compatible = "ti,am3359-tscadc";
798 reg = <0x44e0d000 0x1000>;
799 ti,hwmods = "adc_tsc";
800 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
801 clocks = <&adc_tsc_fck>;
802 clock-names = "fck";
803 status = "disabled";
804
805 tsc {
806 compatible = "ti,am3359-tsc";
807 };
808
809 adc {
810 #io-channel-cells = <1>;
811 compatible = "ti,am3359-adc";
812 };
813
814 };
815
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530816 sham: sham@53100000 {
817 compatible = "ti,omap5-sham";
818 ti,hwmods = "sham";
819 reg = <0x53100000 0x300>;
Peter Ujfalusicce1ee02015-12-17 15:33:37 +0200820 dmas = <&edma 36 0>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530821 dma-names = "rx";
822 interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
Afzal Mohammed6cfd8112013-06-03 18:49:54 +0530823 };
Joel Fernandes6e70a512013-09-24 14:35:09 -0500824
825 aes: aes@53501000 {
826 compatible = "ti,omap4-aes";
827 ti,hwmods = "aes";
828 reg = <0x53501000 0xa0>;
829 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusicce1ee02015-12-17 15:33:37 +0200830 dmas = <&edma 6 0>,
831 <&edma 5 0>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530832 dma-names = "tx", "rx";
Joel Fernandes6e70a512013-09-24 14:35:09 -0500833 };
Joel Fernandes099f3a852013-09-24 14:37:33 -0500834
835 des: des@53701000 {
836 compatible = "ti,omap4-des";
837 ti,hwmods = "des";
838 reg = <0x53701000 0xa0>;
839 interrupts = <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusicce1ee02015-12-17 15:33:37 +0200840 dmas = <&edma 34 0>,
841 <&edma 33 0>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530842 dma-names = "tx", "rx";
Joel Fernandes099f3a852013-09-24 14:37:33 -0500843 };
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530844
Peter Ujfalusib9c95bf2013-10-21 12:45:58 +0300845 mcasp0: mcasp@48038000 {
846 compatible = "ti,am33xx-mcasp-audio";
847 ti,hwmods = "mcasp0";
848 reg = <0x48038000 0x2000>,
849 <0x46000000 0x400000>;
850 reg-names = "mpu", "dat";
851 interrupts = <80>, <81>;
Geert Uytterhoevenae107d02014-04-22 20:40:25 +0200852 interrupt-names = "tx", "rx";
Peter Ujfalusib9c95bf2013-10-21 12:45:58 +0300853 status = "disabled";
Peter Ujfalusicce1ee02015-12-17 15:33:37 +0200854 dmas = <&edma 8 2>,
855 <&edma 9 2>;
Peter Ujfalusib9c95bf2013-10-21 12:45:58 +0300856 dma-names = "tx", "rx";
857 };
858
859 mcasp1: mcasp@4803C000 {
860 compatible = "ti,am33xx-mcasp-audio";
861 ti,hwmods = "mcasp1";
862 reg = <0x4803C000 0x2000>,
863 <0x46400000 0x400000>;
864 reg-names = "mpu", "dat";
865 interrupts = <82>, <83>;
Geert Uytterhoevenae107d02014-04-22 20:40:25 +0200866 interrupt-names = "tx", "rx";
Peter Ujfalusib9c95bf2013-10-21 12:45:58 +0300867 status = "disabled";
Peter Ujfalusicce1ee02015-12-17 15:33:37 +0200868 dmas = <&edma 10 2>,
869 <&edma 11 2>;
Peter Ujfalusib9c95bf2013-10-21 12:45:58 +0300870 dma-names = "tx", "rx";
871 };
Pekon Guptaf68e3552014-02-05 18:58:34 +0530872
873 elm: elm@48080000 {
874 compatible = "ti,am3352-elm";
875 reg = <0x48080000 0x2000>;
876 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
877 ti,hwmods = "elm";
878 clocks = <&l4ls_gclk>;
879 clock-names = "fck";
880 status = "disabled";
881 };
882
883 gpmc: gpmc@50000000 {
884 compatible = "ti,am3352-gpmc";
885 ti,hwmods = "gpmc";
Franklin S Cooper Jr883cbc92016-03-10 17:56:39 -0600886 dmas = <&edma 52 0>;
Franklin S Cooper Jr201c7e32015-10-15 12:37:27 -0500887 dma-names = "rxtx";
Pekon Guptaf68e3552014-02-05 18:58:34 +0530888 clocks = <&l3s_gclk>;
889 clock-names = "fck";
890 reg = <0x50000000 0x2000>;
891 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
892 gpmc,num-cs = <7>;
893 gpmc,num-waitpins = <2>;
894 #address-cells = <2>;
895 #size-cells = <1>;
Roger Quadrosbe3f39c2016-02-23 18:37:19 +0200896 interrupt-controller;
897 #interrupt-cells = <2>;
Roger Quadros9e08c2d2016-04-07 13:25:33 +0300898 gpio-controller;
899 #gpio-cells = <2>;
Pekon Guptaf68e3552014-02-05 18:58:34 +0530900 status = "disabled";
901 };
George Cheriana0ae47e2014-03-19 15:40:01 +0530902
George Cheriana0ae47e2014-03-19 15:40:01 +0530903 ocp2scp0: ocp2scp@483a8000 {
Kishon Vijay Abraham I20431db2015-03-17 16:54:50 +0530904 compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp";
George Cheriana0ae47e2014-03-19 15:40:01 +0530905 #address-cells = <1>;
906 #size-cells = <1>;
907 ranges;
908 ti,hwmods = "ocp2scp0";
909
910 usb2_phy1: phy@483a8000 {
911 compatible = "ti,am437x-usb2";
912 reg = <0x483a8000 0x8000>;
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +0530913 syscon-phy-power = <&scm_conf 0x620>;
George Cheriana0ae47e2014-03-19 15:40:01 +0530914 clocks = <&usb_phy0_always_on_clk32k>,
915 <&usb_otg_ss0_refclk960m>;
916 clock-names = "wkupclk", "refclk";
917 #phy-cells = <0>;
918 status = "disabled";
919 };
920 };
921
922 ocp2scp1: ocp2scp@483e8000 {
Kishon Vijay Abraham I20431db2015-03-17 16:54:50 +0530923 compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp";
George Cheriana0ae47e2014-03-19 15:40:01 +0530924 #address-cells = <1>;
925 #size-cells = <1>;
926 ranges;
927 ti,hwmods = "ocp2scp1";
928
929 usb2_phy2: phy@483e8000 {
930 compatible = "ti,am437x-usb2";
931 reg = <0x483e8000 0x8000>;
Kishon Vijay Abraham I2338c762015-12-21 14:43:21 +0530932 syscon-phy-power = <&scm_conf 0x628>;
George Cheriana0ae47e2014-03-19 15:40:01 +0530933 clocks = <&usb_phy1_always_on_clk32k>,
934 <&usb_otg_ss1_refclk960m>;
935 clock-names = "wkupclk", "refclk";
936 #phy-cells = <0>;
937 status = "disabled";
938 };
939 };
940
941 dwc3_1: omap_dwc3@48380000 {
942 compatible = "ti,am437x-dwc3";
943 ti,hwmods = "usb_otg_ss0";
944 reg = <0x48380000 0x10000>;
945 interrupts = <GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>;
946 #address-cells = <1>;
947 #size-cells = <1>;
948 utmi-mode = <1>;
949 ranges;
950
951 usb1: usb@48390000 {
952 compatible = "synopsys,dwc3";
Felipe Balbi4b143f02014-09-03 16:22:24 -0500953 reg = <0x48390000 0x10000>;
Felipe Balbi1d20e4b2015-07-08 13:42:30 +0300954 interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>,
955 <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>,
956 <GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>;
957 interrupt-names = "peripheral",
958 "host",
959 "otg";
George Cheriana0ae47e2014-03-19 15:40:01 +0530960 phys = <&usb2_phy1>;
961 phy-names = "usb2-phy";
962 maximum-speed = "high-speed";
963 dr_mode = "otg";
964 status = "disabled";
Felipe Balbi60f0e622014-11-06 11:32:35 -0600965 snps,dis_u3_susphy_quirk;
966 snps,dis_u2_susphy_quirk;
George Cheriana0ae47e2014-03-19 15:40:01 +0530967 };
968 };
969
970 dwc3_2: omap_dwc3@483c0000 {
971 compatible = "ti,am437x-dwc3";
972 ti,hwmods = "usb_otg_ss1";
973 reg = <0x483c0000 0x10000>;
974 interrupts = <GIC_SPI 178 IRQ_TYPE_LEVEL_HIGH>;
975 #address-cells = <1>;
976 #size-cells = <1>;
977 utmi-mode = <1>;
978 ranges;
979
980 usb2: usb@483d0000 {
981 compatible = "synopsys,dwc3";
Felipe Balbi4b143f02014-09-03 16:22:24 -0500982 reg = <0x483d0000 0x10000>;
Felipe Balbi1d20e4b2015-07-08 13:42:30 +0300983 interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>,
984 <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>,
985 <GIC_SPI 178 IRQ_TYPE_LEVEL_HIGH>;
986 interrupt-names = "peripheral",
987 "host",
988 "otg";
George Cheriana0ae47e2014-03-19 15:40:01 +0530989 phys = <&usb2_phy2>;
990 phy-names = "usb2-phy";
991 maximum-speed = "high-speed";
992 dr_mode = "otg";
993 status = "disabled";
Felipe Balbi60f0e622014-11-06 11:32:35 -0600994 snps,dis_u3_susphy_quirk;
995 snps,dis_u2_susphy_quirk;
George Cheriana0ae47e2014-03-19 15:40:01 +0530996 };
997 };
Sourav Poddar2a1a5042014-04-28 19:12:30 +0530998
999 qspi: qspi@47900000 {
1000 compatible = "ti,am4372-qspi";
Vignesh R2acb6c32015-12-11 09:40:00 +05301001 reg = <0x47900000 0x100>,
1002 <0x30000000 0x4000000>;
1003 reg-names = "qspi_base", "qspi_mmap";
Sourav Poddar2a1a5042014-04-28 19:12:30 +05301004 #address-cells = <1>;
1005 #size-cells = <0>;
1006 ti,hwmods = "qspi";
1007 interrupts = <0 138 0x4>;
1008 num-cs = <4>;
1009 status = "disabled";
1010 };
Sourav Poddar741cac52014-05-08 11:30:07 +05301011
1012 hdq: hdq@48347000 {
Vignesh Ra895b8a2015-03-02 16:19:34 +05301013 compatible = "ti,am4372-hdq";
Sourav Poddar741cac52014-05-08 11:30:07 +05301014 reg = <0x48347000 0x1000>;
1015 interrupts = <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>;
1016 clocks = <&func_12m_clk>;
1017 clock-names = "fck";
1018 ti,hwmods = "hdq1w";
1019 status = "disabled";
1020 };
Sathya Prakash M R8c793362014-03-24 16:31:55 +05301021
1022 dss: dss@4832a000 {
1023 compatible = "ti,omap3-dss";
1024 reg = <0x4832a000 0x200>;
1025 status = "disabled";
1026 ti,hwmods = "dss_core";
1027 clocks = <&disp_clk>;
1028 clock-names = "fck";
1029 #address-cells = <1>;
1030 #size-cells = <1>;
1031 ranges;
1032
Felipe Balbi08ecb282014-06-23 13:20:58 -05001033 dispc: dispc@4832a400 {
Sathya Prakash M R8c793362014-03-24 16:31:55 +05301034 compatible = "ti,omap3-dispc";
1035 reg = <0x4832a400 0x400>;
1036 interrupts = <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>;
1037 ti,hwmods = "dss_dispc";
1038 clocks = <&disp_clk>;
1039 clock-names = "fck";
1040 };
1041
1042 rfbi: rfbi@4832a800 {
1043 compatible = "ti,omap3-rfbi";
1044 reg = <0x4832a800 0x100>;
1045 ti,hwmods = "dss_rfbi";
1046 clocks = <&disp_clk>;
1047 clock-names = "fck";
Tomi Valkeinen22a5dc12015-06-30 15:04:54 +03001048 status = "disabled";
Sathya Prakash M R8c793362014-03-24 16:31:55 +05301049 };
1050 };
Rajendra Nayak8b9a2812014-09-10 11:04:03 -05001051
1052 ocmcram: ocmcram@40300000 {
1053 compatible = "mmio-sram";
1054 reg = <0x40300000 0x40000>; /* 256k */
1055 };
Roger Quadros9e63b0d2014-09-04 15:36:03 +03001056
1057 dcan0: can@481cc000 {
1058 compatible = "ti,am4372-d_can", "ti,am3352-d_can";
1059 ti,hwmods = "d_can0";
1060 clocks = <&dcan0_fck>;
1061 clock-names = "fck";
1062 reg = <0x481cc000 0x2000>;
Tero Kristo83a5d6c2015-02-12 10:25:40 +02001063 syscon-raminit = <&scm_conf 0x644 0>;
Roger Quadros9e63b0d2014-09-04 15:36:03 +03001064 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
1065 status = "disabled";
1066 };
1067
1068 dcan1: can@481d0000 {
1069 compatible = "ti,am4372-d_can", "ti,am3352-d_can";
1070 ti,hwmods = "d_can1";
1071 clocks = <&dcan1_fck>;
1072 clock-names = "fck";
1073 reg = <0x481d0000 0x2000>;
Tero Kristo83a5d6c2015-02-12 10:25:40 +02001074 syscon-raminit = <&scm_conf 0x644 1>;
Roger Quadros9e63b0d2014-09-04 15:36:03 +03001075 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
1076 status = "disabled";
1077 };
Benoit Parrot9d0df0a2014-12-18 21:54:11 +05301078
1079 vpfe0: vpfe@48326000 {
1080 compatible = "ti,am437x-vpfe";
1081 reg = <0x48326000 0x2000>;
1082 interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
1083 ti,hwmods = "vpfe0";
1084 status = "disabled";
1085 };
1086
1087 vpfe1: vpfe@48328000 {
1088 compatible = "ti,am437x-vpfe";
1089 reg = <0x48328000 0x2000>;
1090 interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
1091 ti,hwmods = "vpfe1";
1092 status = "disabled";
1093 };
Afzal Mohammed6cfd8112013-06-03 18:49:54 +05301094 };
1095};
Tero Kristo6a679202013-08-02 19:12:04 +03001096
1097/include/ "am43xx-clocks.dtsi"