blob: 92068fbf8b577440409c8e029d7cfba28da43cf8 [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
210 ti,edma-memcpy-channels = <32 33>;
211 };
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>;
629 rx_descs = <64>;
630 mac_control = <0x20>;
631 slaves = <2>;
632 active_slave = <0>;
633 cpts_clock_mult = <0x80000000>;
634 cpts_clock_shift = <29>;
635 ranges;
Mugunthan V Ncec42842015-09-21 15:56:53 +0530636 syscon = <&scm_conf>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530637
638 davinci_mdio: mdio@4a101000 {
639 compatible = "ti,am4372-mdio","ti,davinci_mdio";
640 reg = <0x4a101000 0x100>;
641 #address-cells = <1>;
642 #size-cells = <0>;
643 ti,hwmods = "davinci_mdio";
644 bus_freq = <1000000>;
645 status = "disabled";
646 };
647
648 cpsw_emac0: slave@4a100200 {
649 /* Filled in by U-Boot */
650 mac-address = [ 00 00 00 00 00 00 ];
651 };
652
653 cpsw_emac1: slave@4a100300 {
654 /* Filled in by U-Boot */
655 mac-address = [ 00 00 00 00 00 00 ];
656 };
Mugunthan V Na9682cf2014-05-13 14:14:30 +0530657
658 phy_sel: cpsw-phy-sel@44e10650 {
659 compatible = "ti,am43xx-cpsw-phy-sel";
660 reg= <0x44e10650 0x4>;
661 reg-names = "gmii-sel";
662 };
Afzal Mohammed73456012013-08-02 19:16:35 +0530663 };
664
665 epwmss0: epwmss@48300000 {
666 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
667 reg = <0x48300000 0x10>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530668 #address-cells = <1>;
669 #size-cells = <1>;
670 ranges;
Afzal Mohammed73456012013-08-02 19:16:35 +0530671 ti,hwmods = "epwmss0";
672 status = "disabled";
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530673
674 ecap0: ecap@48300100 {
675 compatible = "ti,am4372-ecap","ti,am33xx-ecap";
Sourav Poddaraa842302013-12-19 18:03:33 +0530676 #pwm-cells = <3>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530677 reg = <0x48300100 0x80>;
678 ti,hwmods = "ecap0";
679 status = "disabled";
680 };
681
682 ehrpwm0: ehrpwm@48300200 {
683 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
Sourav Poddaraa842302013-12-19 18:03:33 +0530684 #pwm-cells = <3>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530685 reg = <0x48300200 0x80>;
686 ti,hwmods = "ehrpwm0";
687 status = "disabled";
688 };
Afzal Mohammed73456012013-08-02 19:16:35 +0530689 };
690
691 epwmss1: epwmss@48302000 {
692 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
693 reg = <0x48302000 0x10>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530694 #address-cells = <1>;
695 #size-cells = <1>;
696 ranges;
Afzal Mohammed73456012013-08-02 19:16:35 +0530697 ti,hwmods = "epwmss1";
698 status = "disabled";
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530699
700 ecap1: ecap@48302100 {
701 compatible = "ti,am4372-ecap","ti,am33xx-ecap";
Sourav Poddaraa842302013-12-19 18:03:33 +0530702 #pwm-cells = <3>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530703 reg = <0x48302100 0x80>;
704 ti,hwmods = "ecap1";
705 status = "disabled";
706 };
707
708 ehrpwm1: ehrpwm@48302200 {
709 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
Sourav Poddaraa842302013-12-19 18:03:33 +0530710 #pwm-cells = <3>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530711 reg = <0x48302200 0x80>;
712 ti,hwmods = "ehrpwm1";
713 status = "disabled";
714 };
Afzal Mohammed73456012013-08-02 19:16:35 +0530715 };
716
717 epwmss2: epwmss@48304000 {
718 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
719 reg = <0x48304000 0x10>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530720 #address-cells = <1>;
721 #size-cells = <1>;
722 ranges;
Afzal Mohammed73456012013-08-02 19:16:35 +0530723 ti,hwmods = "epwmss2";
724 status = "disabled";
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530725
726 ecap2: ecap@48304100 {
727 compatible = "ti,am4372-ecap","ti,am33xx-ecap";
Sourav Poddaraa842302013-12-19 18:03:33 +0530728 #pwm-cells = <3>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530729 reg = <0x48304100 0x80>;
730 ti,hwmods = "ecap2";
731 status = "disabled";
732 };
733
734 ehrpwm2: ehrpwm@48304200 {
735 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
Sourav Poddaraa842302013-12-19 18:03:33 +0530736 #pwm-cells = <3>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530737 reg = <0x48304200 0x80>;
738 ti,hwmods = "ehrpwm2";
739 status = "disabled";
740 };
Afzal Mohammed73456012013-08-02 19:16:35 +0530741 };
742
743 epwmss3: epwmss@48306000 {
744 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
745 reg = <0x48306000 0x10>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530746 #address-cells = <1>;
747 #size-cells = <1>;
748 ranges;
Afzal Mohammed73456012013-08-02 19:16:35 +0530749 ti,hwmods = "epwmss3";
750 status = "disabled";
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530751
752 ehrpwm3: ehrpwm@48306200 {
753 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
Sourav Poddaraa842302013-12-19 18:03:33 +0530754 #pwm-cells = <3>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530755 reg = <0x48306200 0x80>;
756 ti,hwmods = "ehrpwm3";
757 status = "disabled";
758 };
Afzal Mohammed73456012013-08-02 19:16:35 +0530759 };
760
761 epwmss4: epwmss@48308000 {
762 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
763 reg = <0x48308000 0x10>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530764 #address-cells = <1>;
765 #size-cells = <1>;
766 ranges;
Afzal Mohammed73456012013-08-02 19:16:35 +0530767 ti,hwmods = "epwmss4";
768 status = "disabled";
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530769
770 ehrpwm4: ehrpwm@48308200 {
771 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
Sourav Poddaraa842302013-12-19 18:03:33 +0530772 #pwm-cells = <3>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530773 reg = <0x48308200 0x80>;
774 ti,hwmods = "ehrpwm4";
775 status = "disabled";
776 };
Afzal Mohammed73456012013-08-02 19:16:35 +0530777 };
778
779 epwmss5: epwmss@4830a000 {
780 compatible = "ti,am4372-pwmss","ti,am33xx-pwmss";
781 reg = <0x4830a000 0x10>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530782 #address-cells = <1>;
783 #size-cells = <1>;
784 ranges;
Afzal Mohammed73456012013-08-02 19:16:35 +0530785 ti,hwmods = "epwmss5";
786 status = "disabled";
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530787
788 ehrpwm5: ehrpwm@4830a200 {
789 compatible = "ti,am4372-ehrpwm","ti,am33xx-ehrpwm";
Sourav Poddaraa842302013-12-19 18:03:33 +0530790 #pwm-cells = <3>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530791 reg = <0x4830a200 0x80>;
792 ti,hwmods = "ehrpwm5";
793 status = "disabled";
794 };
795 };
796
Vignesh R0f39f7b2014-11-21 15:44:22 +0530797 tscadc: tscadc@44e0d000 {
798 compatible = "ti,am3359-tscadc";
799 reg = <0x44e0d000 0x1000>;
800 ti,hwmods = "adc_tsc";
801 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
802 clocks = <&adc_tsc_fck>;
803 clock-names = "fck";
804 status = "disabled";
805
806 tsc {
807 compatible = "ti,am3359-tsc";
808 };
809
810 adc {
811 #io-channel-cells = <1>;
812 compatible = "ti,am3359-adc";
813 };
814
815 };
816
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530817 sham: sham@53100000 {
818 compatible = "ti,omap5-sham";
819 ti,hwmods = "sham";
820 reg = <0x53100000 0x300>;
Peter Ujfalusicce1ee02015-12-17 15:33:37 +0200821 dmas = <&edma 36 0>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530822 dma-names = "rx";
823 interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
Afzal Mohammed6cfd8112013-06-03 18:49:54 +0530824 };
Joel Fernandes6e70a512013-09-24 14:35:09 -0500825
826 aes: aes@53501000 {
827 compatible = "ti,omap4-aes";
828 ti,hwmods = "aes";
829 reg = <0x53501000 0xa0>;
830 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusicce1ee02015-12-17 15:33:37 +0200831 dmas = <&edma 6 0>,
832 <&edma 5 0>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530833 dma-names = "tx", "rx";
Joel Fernandes6e70a512013-09-24 14:35:09 -0500834 };
Joel Fernandes099f3a852013-09-24 14:37:33 -0500835
836 des: des@53701000 {
837 compatible = "ti,omap4-des";
838 ti,hwmods = "des";
839 reg = <0x53701000 0xa0>;
840 interrupts = <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusicce1ee02015-12-17 15:33:37 +0200841 dmas = <&edma 34 0>,
842 <&edma 33 0>;
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530843 dma-names = "tx", "rx";
Joel Fernandes099f3a852013-09-24 14:37:33 -0500844 };
Lokesh Vutla9e3269b2013-10-11 00:44:53 +0530845
Peter Ujfalusib9c95bf2013-10-21 12:45:58 +0300846 mcasp0: mcasp@48038000 {
847 compatible = "ti,am33xx-mcasp-audio";
848 ti,hwmods = "mcasp0";
849 reg = <0x48038000 0x2000>,
850 <0x46000000 0x400000>;
851 reg-names = "mpu", "dat";
852 interrupts = <80>, <81>;
Geert Uytterhoevenae107d02014-04-22 20:40:25 +0200853 interrupt-names = "tx", "rx";
Peter Ujfalusib9c95bf2013-10-21 12:45:58 +0300854 status = "disabled";
Peter Ujfalusicce1ee02015-12-17 15:33:37 +0200855 dmas = <&edma 8 2>,
856 <&edma 9 2>;
Peter Ujfalusib9c95bf2013-10-21 12:45:58 +0300857 dma-names = "tx", "rx";
858 };
859
860 mcasp1: mcasp@4803C000 {
861 compatible = "ti,am33xx-mcasp-audio";
862 ti,hwmods = "mcasp1";
863 reg = <0x4803C000 0x2000>,
864 <0x46400000 0x400000>;
865 reg-names = "mpu", "dat";
866 interrupts = <82>, <83>;
Geert Uytterhoevenae107d02014-04-22 20:40:25 +0200867 interrupt-names = "tx", "rx";
Peter Ujfalusib9c95bf2013-10-21 12:45:58 +0300868 status = "disabled";
Peter Ujfalusicce1ee02015-12-17 15:33:37 +0200869 dmas = <&edma 10 2>,
870 <&edma 11 2>;
Peter Ujfalusib9c95bf2013-10-21 12:45:58 +0300871 dma-names = "tx", "rx";
872 };
Pekon Guptaf68e3552014-02-05 18:58:34 +0530873
874 elm: elm@48080000 {
875 compatible = "ti,am3352-elm";
876 reg = <0x48080000 0x2000>;
877 interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
878 ti,hwmods = "elm";
879 clocks = <&l4ls_gclk>;
880 clock-names = "fck";
881 status = "disabled";
882 };
883
884 gpmc: gpmc@50000000 {
885 compatible = "ti,am3352-gpmc";
886 ti,hwmods = "gpmc";
Franklin S Cooper Jr201c7e32015-10-15 12:37:27 -0500887 dmas = <&edma 52>;
888 dma-names = "rxtx";
Pekon Guptaf68e3552014-02-05 18:58:34 +0530889 clocks = <&l3s_gclk>;
890 clock-names = "fck";
891 reg = <0x50000000 0x2000>;
892 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
893 gpmc,num-cs = <7>;
894 gpmc,num-waitpins = <2>;
895 #address-cells = <2>;
896 #size-cells = <1>;
897 status = "disabled";
898 };
George Cheriana0ae47e2014-03-19 15:40:01 +0530899
900 am43xx_control_usb2phy1: control-phy@44e10620 {
901 compatible = "ti,control-phy-usb2-am437";
902 reg = <0x44e10620 0x4>;
903 reg-names = "power";
904 };
905
906 am43xx_control_usb2phy2: control-phy@0x44e10628 {
907 compatible = "ti,control-phy-usb2-am437";
908 reg = <0x44e10628 0x4>;
909 reg-names = "power";
910 };
911
912 ocp2scp0: ocp2scp@483a8000 {
Kishon Vijay Abraham I20431db2015-03-17 16:54:50 +0530913 compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp";
George Cheriana0ae47e2014-03-19 15:40:01 +0530914 #address-cells = <1>;
915 #size-cells = <1>;
916 ranges;
917 ti,hwmods = "ocp2scp0";
918
919 usb2_phy1: phy@483a8000 {
920 compatible = "ti,am437x-usb2";
921 reg = <0x483a8000 0x8000>;
922 ctrl-module = <&am43xx_control_usb2phy1>;
923 clocks = <&usb_phy0_always_on_clk32k>,
924 <&usb_otg_ss0_refclk960m>;
925 clock-names = "wkupclk", "refclk";
926 #phy-cells = <0>;
927 status = "disabled";
928 };
929 };
930
931 ocp2scp1: ocp2scp@483e8000 {
Kishon Vijay Abraham I20431db2015-03-17 16:54:50 +0530932 compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp";
George Cheriana0ae47e2014-03-19 15:40:01 +0530933 #address-cells = <1>;
934 #size-cells = <1>;
935 ranges;
936 ti,hwmods = "ocp2scp1";
937
938 usb2_phy2: phy@483e8000 {
939 compatible = "ti,am437x-usb2";
940 reg = <0x483e8000 0x8000>;
941 ctrl-module = <&am43xx_control_usb2phy2>;
942 clocks = <&usb_phy1_always_on_clk32k>,
943 <&usb_otg_ss1_refclk960m>;
944 clock-names = "wkupclk", "refclk";
945 #phy-cells = <0>;
946 status = "disabled";
947 };
948 };
949
950 dwc3_1: omap_dwc3@48380000 {
951 compatible = "ti,am437x-dwc3";
952 ti,hwmods = "usb_otg_ss0";
953 reg = <0x48380000 0x10000>;
954 interrupts = <GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>;
955 #address-cells = <1>;
956 #size-cells = <1>;
957 utmi-mode = <1>;
958 ranges;
959
960 usb1: usb@48390000 {
961 compatible = "synopsys,dwc3";
Felipe Balbi4b143f02014-09-03 16:22:24 -0500962 reg = <0x48390000 0x10000>;
Felipe Balbi1d20e4b2015-07-08 13:42:30 +0300963 interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>,
964 <GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>,
965 <GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>;
966 interrupt-names = "peripheral",
967 "host",
968 "otg";
George Cheriana0ae47e2014-03-19 15:40:01 +0530969 phys = <&usb2_phy1>;
970 phy-names = "usb2-phy";
971 maximum-speed = "high-speed";
972 dr_mode = "otg";
973 status = "disabled";
Felipe Balbi60f0e622014-11-06 11:32:35 -0600974 snps,dis_u3_susphy_quirk;
975 snps,dis_u2_susphy_quirk;
George Cheriana0ae47e2014-03-19 15:40:01 +0530976 };
977 };
978
979 dwc3_2: omap_dwc3@483c0000 {
980 compatible = "ti,am437x-dwc3";
981 ti,hwmods = "usb_otg_ss1";
982 reg = <0x483c0000 0x10000>;
983 interrupts = <GIC_SPI 178 IRQ_TYPE_LEVEL_HIGH>;
984 #address-cells = <1>;
985 #size-cells = <1>;
986 utmi-mode = <1>;
987 ranges;
988
989 usb2: usb@483d0000 {
990 compatible = "synopsys,dwc3";
Felipe Balbi4b143f02014-09-03 16:22:24 -0500991 reg = <0x483d0000 0x10000>;
Felipe Balbi1d20e4b2015-07-08 13:42:30 +0300992 interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>,
993 <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>,
994 <GIC_SPI 178 IRQ_TYPE_LEVEL_HIGH>;
995 interrupt-names = "peripheral",
996 "host",
997 "otg";
George Cheriana0ae47e2014-03-19 15:40:01 +0530998 phys = <&usb2_phy2>;
999 phy-names = "usb2-phy";
1000 maximum-speed = "high-speed";
1001 dr_mode = "otg";
1002 status = "disabled";
Felipe Balbi60f0e622014-11-06 11:32:35 -06001003 snps,dis_u3_susphy_quirk;
1004 snps,dis_u2_susphy_quirk;
George Cheriana0ae47e2014-03-19 15:40:01 +05301005 };
1006 };
Sourav Poddar2a1a5042014-04-28 19:12:30 +05301007
1008 qspi: qspi@47900000 {
1009 compatible = "ti,am4372-qspi";
Vignesh R2acb6c32015-12-11 09:40:00 +05301010 reg = <0x47900000 0x100>,
1011 <0x30000000 0x4000000>;
1012 reg-names = "qspi_base", "qspi_mmap";
Sourav Poddar2a1a5042014-04-28 19:12:30 +05301013 #address-cells = <1>;
1014 #size-cells = <0>;
1015 ti,hwmods = "qspi";
1016 interrupts = <0 138 0x4>;
1017 num-cs = <4>;
1018 status = "disabled";
1019 };
Sourav Poddar741cac52014-05-08 11:30:07 +05301020
1021 hdq: hdq@48347000 {
Vignesh Ra895b8a2015-03-02 16:19:34 +05301022 compatible = "ti,am4372-hdq";
Sourav Poddar741cac52014-05-08 11:30:07 +05301023 reg = <0x48347000 0x1000>;
1024 interrupts = <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>;
1025 clocks = <&func_12m_clk>;
1026 clock-names = "fck";
1027 ti,hwmods = "hdq1w";
1028 status = "disabled";
1029 };
Sathya Prakash M R8c793362014-03-24 16:31:55 +05301030
1031 dss: dss@4832a000 {
1032 compatible = "ti,omap3-dss";
1033 reg = <0x4832a000 0x200>;
1034 status = "disabled";
1035 ti,hwmods = "dss_core";
1036 clocks = <&disp_clk>;
1037 clock-names = "fck";
1038 #address-cells = <1>;
1039 #size-cells = <1>;
1040 ranges;
1041
Felipe Balbi08ecb282014-06-23 13:20:58 -05001042 dispc: dispc@4832a400 {
Sathya Prakash M R8c793362014-03-24 16:31:55 +05301043 compatible = "ti,omap3-dispc";
1044 reg = <0x4832a400 0x400>;
1045 interrupts = <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>;
1046 ti,hwmods = "dss_dispc";
1047 clocks = <&disp_clk>;
1048 clock-names = "fck";
1049 };
1050
1051 rfbi: rfbi@4832a800 {
1052 compatible = "ti,omap3-rfbi";
1053 reg = <0x4832a800 0x100>;
1054 ti,hwmods = "dss_rfbi";
1055 clocks = <&disp_clk>;
1056 clock-names = "fck";
Tomi Valkeinen22a5dc12015-06-30 15:04:54 +03001057 status = "disabled";
Sathya Prakash M R8c793362014-03-24 16:31:55 +05301058 };
1059 };
Rajendra Nayak8b9a2812014-09-10 11:04:03 -05001060
1061 ocmcram: ocmcram@40300000 {
1062 compatible = "mmio-sram";
1063 reg = <0x40300000 0x40000>; /* 256k */
1064 };
Roger Quadros9e63b0d2014-09-04 15:36:03 +03001065
1066 dcan0: can@481cc000 {
1067 compatible = "ti,am4372-d_can", "ti,am3352-d_can";
1068 ti,hwmods = "d_can0";
1069 clocks = <&dcan0_fck>;
1070 clock-names = "fck";
1071 reg = <0x481cc000 0x2000>;
Tero Kristo83a5d6c2015-02-12 10:25:40 +02001072 syscon-raminit = <&scm_conf 0x644 0>;
Roger Quadros9e63b0d2014-09-04 15:36:03 +03001073 interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
1074 status = "disabled";
1075 };
1076
1077 dcan1: can@481d0000 {
1078 compatible = "ti,am4372-d_can", "ti,am3352-d_can";
1079 ti,hwmods = "d_can1";
1080 clocks = <&dcan1_fck>;
1081 clock-names = "fck";
1082 reg = <0x481d0000 0x2000>;
Tero Kristo83a5d6c2015-02-12 10:25:40 +02001083 syscon-raminit = <&scm_conf 0x644 1>;
Roger Quadros9e63b0d2014-09-04 15:36:03 +03001084 interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
1085 status = "disabled";
1086 };
Benoit Parrot9d0df0a2014-12-18 21:54:11 +05301087
1088 vpfe0: vpfe@48326000 {
1089 compatible = "ti,am437x-vpfe";
1090 reg = <0x48326000 0x2000>;
1091 interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
1092 ti,hwmods = "vpfe0";
1093 status = "disabled";
1094 };
1095
1096 vpfe1: vpfe@48328000 {
1097 compatible = "ti,am437x-vpfe";
1098 reg = <0x48328000 0x2000>;
1099 interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
1100 ti,hwmods = "vpfe1";
1101 status = "disabled";
1102 };
Afzal Mohammed6cfd8112013-06-03 18:49:54 +05301103 };
1104};
Tero Kristo6a679202013-08-02 19:12:04 +03001105
1106/include/ "am43xx-clocks.dtsi"