blob: 90b5c7148feb5a6c20763741628fd1e4c41e3909 [file] [log] [blame]
Benoit Cousson189892f2011-08-16 21:02:01 +05301/*
2 * Device Tree Source for OMAP3 SoC
3 *
4 * Copyright (C) 2011 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
Florian Vaussard6d624ea2013-05-31 14:32:56 +020011#include <dt-bindings/gpio/gpio.h>
Florian Vaussard71fdc6e2013-06-11 16:49:46 +020012#include <dt-bindings/interrupt-controller/irq.h>
Florian Vaussardbcd3cca2013-05-31 14:32:59 +020013#include <dt-bindings/pinctrl/omap.h>
Florian Vaussard6d624ea2013-05-31 14:32:56 +020014
Benoit Cousson189892f2011-08-16 21:02:01 +053015/ {
16 compatible = "ti,omap3430", "ti,omap3";
Benoit Cousson4c94ac22012-10-24 10:47:52 +020017 interrupt-parent = <&intc>;
Javier Martinez Canillas008a2eb2016-08-31 12:35:18 +020018 #address-cells = <1>;
19 #size-cells = <1>;
Javier Martinez Canillas23ab4c62016-12-19 11:44:34 -030020 chosen { };
Benoit Cousson189892f2011-08-16 21:02:01 +053021
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +053022 aliases {
Nishanth Menon20b80942013-10-16 15:21:03 -050023 i2c0 = &i2c1;
24 i2c1 = &i2c2;
25 i2c2 = &i2c3;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +053026 serial0 = &uart1;
27 serial1 = &uart2;
28 serial2 = &uart3;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +053029 };
30
Benoit Cousson476b6792011-08-16 11:49:08 +020031 cpus {
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010032 #address-cells = <1>;
33 #size-cells = <0>;
34
Benoit Cousson476b6792011-08-16 11:49:08 +020035 cpu@0 {
36 compatible = "arm,cortex-a8";
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010037 device_type = "cpu";
38 reg = <0x0>;
Nishanth Menon8d766fa2014-01-29 12:19:17 -060039
40 clocks = <&dpll1_ck>;
41 clock-names = "cpu";
42
43 clock-latency = <300000>; /* From omap-cpufreq driver */
Benoit Cousson476b6792011-08-16 11:49:08 +020044 };
45 };
46
Javier Martinez Canillas2995a9e2016-04-01 16:20:20 -040047 pmu@54000000 {
Jon Hunter9b07b472012-10-18 09:28:52 -050048 compatible = "arm,cortex-a8-pmu";
Tony Lindgrend7c8f252013-10-17 15:15:22 -070049 reg = <0x54000000 0x800000>;
Jon Hunter9b07b472012-10-18 09:28:52 -050050 interrupts = <3>;
51 ti,hwmods = "debugss";
52 };
53
Benoit Cousson189892f2011-08-16 21:02:01 +053054 /*
Christoph Fritz161e89a2013-03-29 17:32:05 +010055 * The soc node represents the soc top level view. It is used for IPs
Benoit Cousson189892f2011-08-16 21:02:01 +053056 * that are not memory mapped in the MPU view or for the MPU itself.
57 */
58 soc {
59 compatible = "ti,omap-infra";
Benoit Cousson476b6792011-08-16 11:49:08 +020060 mpu {
61 compatible = "ti,omap3-mpu";
62 ti,hwmods = "mpu";
63 };
64
Suman Anna4c051602014-04-22 17:23:37 -050065 iva: iva {
Benoit Cousson476b6792011-08-16 11:49:08 +020066 compatible = "ti,iva2.2";
67 ti,hwmods = "iva";
68
69 dsp {
70 compatible = "ti,omap3-c64";
71 };
72 };
Benoit Cousson189892f2011-08-16 21:02:01 +053073 };
74
75 /*
76 * XXX: Use a flat representation of the OMAP3 interconnect.
77 * The real OMAP interconnect network is quite complex.
Geert Uytterhoevenb7ab5242014-03-28 11:11:39 +010078 * Since it will not bring real advantage to represent that in DT for
Benoit Cousson189892f2011-08-16 21:02:01 +053079 * the moment, just use a fake OCP bus entry to represent the whole bus
80 * hierarchy.
81 */
Javier Martinez Canillasf515f812016-08-01 12:46:55 -040082 ocp@68000000 {
Tony Lindgrenaa25729c2014-11-05 09:21:23 -080083 compatible = "ti,omap3-l3-smx", "simple-bus";
Tony Lindgrend7c8f252013-10-17 15:15:22 -070084 reg = <0x68000000 0x10000>;
85 interrupts = <9 10>;
Benoit Cousson189892f2011-08-16 21:02:01 +053086 #address-cells = <1>;
87 #size-cells = <1>;
88 ranges;
89 ti,hwmods = "l3_main";
90
Tero Kristob8845072015-02-24 16:22:45 +020091 l4_core: l4@48000000 {
92 compatible = "ti,omap3-l4-core", "simple-bus";
93 #address-cells = <1>;
94 #size-cells = <1>;
95 ranges = <0 0x48000000 0x1000000>;
96
97 scm: scm@2000 {
98 compatible = "ti,omap3-scm", "simple-bus";
99 reg = <0x2000 0x2000>;
100 #address-cells = <1>;
101 #size-cells = <1>;
102 ranges = <0 0x2000 0x2000>;
103
104 omap3_pmx_core: pinmux@30 {
105 compatible = "ti,omap3-padconf",
106 "pinctrl-single";
107 reg = <0x30 0x238>;
108 #address-cells = <1>;
109 #size-cells = <0>;
Tony Lindgrenbe76fd32016-11-07 08:27:49 -0700110 #pinctrl-cells = <1>;
Tero Kristob8845072015-02-24 16:22:45 +0200111 #interrupt-cells = <1>;
112 interrupt-controller;
113 pinctrl-single,register-width = <16>;
114 pinctrl-single,function-mask = <0xff1f>;
115 };
116
117 scm_conf: scm_conf@270 {
Kishon Vijay Abraham I9a5e3f22015-09-04 17:38:24 +0530118 compatible = "syscon", "simple-bus";
Tero Kristob8845072015-02-24 16:22:45 +0200119 reg = <0x270 0x330>;
120 #address-cells = <1>;
121 #size-cells = <1>;
Kishon Vijay Abraham I9a5e3f22015-09-04 17:38:24 +0530122 ranges = <0 0x270 0x330>;
123
Javier Martinez Canillas308cfda2016-04-01 16:20:18 -0400124 pbias_regulator: pbias_regulator@2b0 {
Kishon Vijay Abraham I9a5e3f22015-09-04 17:38:24 +0530125 compatible = "ti,pbias-omap3", "ti,pbias-omap";
126 reg = <0x2b0 0x4>;
127 syscon = <&scm_conf>;
128 pbias_mmc_reg: pbias_mmc_omap2430 {
129 regulator-name = "pbias_mmc_omap2430";
130 regulator-min-microvolt = <1800000>;
131 regulator-max-microvolt = <3000000>;
132 };
133 };
Tero Kristob8845072015-02-24 16:22:45 +0200134
135 scm_clocks: clocks {
136 #address-cells = <1>;
137 #size-cells = <0>;
138 };
139 };
140
141 scm_clockdomains: clockdomains {
142 };
143
144 omap3_pmx_wkup: pinmux@a00 {
145 compatible = "ti,omap3-padconf",
146 "pinctrl-single";
147 reg = <0xa00 0x5c>;
148 #address-cells = <1>;
149 #size-cells = <0>;
Tony Lindgrenbe76fd32016-11-07 08:27:49 -0700150 #pinctrl-cells = <1>;
Tero Kristob8845072015-02-24 16:22:45 +0200151 #interrupt-cells = <1>;
152 interrupt-controller;
153 pinctrl-single,register-width = <16>;
154 pinctrl-single,function-mask = <0xff1f>;
155 };
156 };
157 };
158
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800159 aes: aes@480c5000 {
160 compatible = "ti,omap3-aes";
161 ti,hwmods = "aes";
162 reg = <0x480c5000 0x50>;
163 interrupts = <0>;
Pali Rohárd6e5b7c2015-02-26 14:49:56 +0100164 dmas = <&sdma 65 &sdma 66>;
165 dma-names = "tx", "rx";
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800166 };
167
Tero Kristo657fc112013-07-22 12:29:29 +0300168 prm: prm@48306000 {
169 compatible = "ti,omap3-prm";
170 reg = <0x48306000 0x4000>;
Nishanth Menon5081ce62014-08-22 09:03:50 -0500171 interrupts = <11>;
Tero Kristo657fc112013-07-22 12:29:29 +0300172
173 prm_clocks: clocks {
174 #address-cells = <1>;
175 #size-cells = <0>;
176 };
177
178 prm_clockdomains: clockdomains {
179 };
180 };
181
182 cm: cm@48004000 {
183 compatible = "ti,omap3-cm";
184 reg = <0x48004000 0x4000>;
185
186 cm_clocks: clocks {
187 #address-cells = <1>;
188 #size-cells = <0>;
189 };
190
191 cm_clockdomains: clockdomains {
192 };
193 };
194
Jon Hunter510c0ff2012-10-25 14:24:14 -0500195 counter32k: counter@48320000 {
196 compatible = "ti,omap-counter32k";
197 reg = <0x48320000 0x20>;
198 ti,hwmods = "counter_32k";
199 };
200
Benoit Coussond65c5422011-11-30 19:26:42 +0100201 intc: interrupt-controller@48200000 {
Felipe Balbicab82b72014-09-08 17:54:48 -0700202 compatible = "ti,omap3-intc";
Benoit Cousson189892f2011-08-16 21:02:01 +0530203 interrupt-controller;
204 #interrupt-cells = <1>;
Benoit Coussond65c5422011-11-30 19:26:42 +0100205 reg = <0x48200000 0x1000>;
Benoit Cousson189892f2011-08-16 21:02:01 +0530206 };
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530207
Jon Hunter2c2dc542012-04-26 13:47:59 -0500208 sdma: dma-controller@48056000 {
209 compatible = "ti,omap3630-sdma", "ti,omap3430-sdma";
210 reg = <0x48056000 0x1000>;
211 interrupts = <12>,
212 <13>,
213 <14>,
214 <15>;
215 #dma-cells = <1>;
Peter Ujfalusi7e8d25d2015-02-20 15:42:03 +0200216 dma-channels = <32>;
217 dma-requests = <96>;
Tony Lindgrenf0f838f2017-08-30 08:19:37 -0700218 ti,hwmods = "dma";
Jon Hunter2c2dc542012-04-26 13:47:59 -0500219 };
220
Benoit Cousson385a64b2011-08-16 11:51:54 +0200221 gpio1: gpio@48310000 {
222 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600223 reg = <0x48310000 0x200>;
224 interrupts = <29>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200225 ti,hwmods = "gpio1";
Jon Huntere4b9b9f2013-04-04 15:16:16 -0500226 ti,gpio-always-on;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200227 gpio-controller;
228 #gpio-cells = <2>;
229 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600230 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200231 };
232
233 gpio2: gpio@49050000 {
234 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600235 reg = <0x49050000 0x200>;
236 interrupts = <30>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200237 ti,hwmods = "gpio2";
238 gpio-controller;
239 #gpio-cells = <2>;
240 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600241 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200242 };
243
244 gpio3: gpio@49052000 {
245 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600246 reg = <0x49052000 0x200>;
247 interrupts = <31>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200248 ti,hwmods = "gpio3";
249 gpio-controller;
250 #gpio-cells = <2>;
251 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600252 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200253 };
254
255 gpio4: gpio@49054000 {
256 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600257 reg = <0x49054000 0x200>;
258 interrupts = <32>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200259 ti,hwmods = "gpio4";
260 gpio-controller;
261 #gpio-cells = <2>;
262 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600263 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200264 };
265
266 gpio5: gpio@49056000 {
267 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600268 reg = <0x49056000 0x200>;
269 interrupts = <33>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200270 ti,hwmods = "gpio5";
271 gpio-controller;
272 #gpio-cells = <2>;
273 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600274 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200275 };
276
277 gpio6: gpio@49058000 {
278 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600279 reg = <0x49058000 0x200>;
280 interrupts = <34>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200281 ti,hwmods = "gpio6";
282 gpio-controller;
283 #gpio-cells = <2>;
284 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600285 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200286 };
287
Benoit Cousson19bfb762012-02-16 11:55:27 +0100288 uart1: serial@4806a000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530289 compatible = "ti,omap3-uart";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700290 reg = <0x4806a000 0x2000>;
Tony Lindgren31f08202014-05-05 17:27:39 -0700291 interrupts-extended = <&intc 72>;
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700292 dmas = <&sdma 49 &sdma 50>;
293 dma-names = "tx", "rx";
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530294 ti,hwmods = "uart1";
295 clock-frequency = <48000000>;
296 };
297
Benoit Cousson19bfb762012-02-16 11:55:27 +0100298 uart2: serial@4806c000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530299 compatible = "ti,omap3-uart";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700300 reg = <0x4806c000 0x400>;
Tony Lindgren31f08202014-05-05 17:27:39 -0700301 interrupts-extended = <&intc 73>;
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700302 dmas = <&sdma 51 &sdma 52>;
303 dma-names = "tx", "rx";
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530304 ti,hwmods = "uart2";
305 clock-frequency = <48000000>;
306 };
307
Benoit Cousson19bfb762012-02-16 11:55:27 +0100308 uart3: serial@49020000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530309 compatible = "ti,omap3-uart";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700310 reg = <0x49020000 0x400>;
Tony Lindgren31f08202014-05-05 17:27:39 -0700311 interrupts-extended = <&intc 74>;
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700312 dmas = <&sdma 53 &sdma 54>;
313 dma-names = "tx", "rx";
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530314 ti,hwmods = "uart3";
315 clock-frequency = <48000000>;
316 };
317
Benoit Coussonca59a5c2011-08-30 16:50:24 +0200318 i2c1: i2c@48070000 {
319 compatible = "ti,omap3-i2c";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700320 reg = <0x48070000 0x80>;
321 interrupts = <56>;
322 dmas = <&sdma 27 &sdma 28>;
323 dma-names = "tx", "rx";
Benoit Coussonca59a5c2011-08-30 16:50:24 +0200324 #address-cells = <1>;
325 #size-cells = <0>;
326 ti,hwmods = "i2c1";
327 };
328
329 i2c2: i2c@48072000 {
330 compatible = "ti,omap3-i2c";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700331 reg = <0x48072000 0x80>;
332 interrupts = <57>;
333 dmas = <&sdma 29 &sdma 30>;
334 dma-names = "tx", "rx";
Benoit Coussonca59a5c2011-08-30 16:50:24 +0200335 #address-cells = <1>;
336 #size-cells = <0>;
337 ti,hwmods = "i2c2";
338 };
339
340 i2c3: i2c@48060000 {
341 compatible = "ti,omap3-i2c";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700342 reg = <0x48060000 0x80>;
343 interrupts = <61>;
344 dmas = <&sdma 25 &sdma 26>;
345 dma-names = "tx", "rx";
Benoit Coussonca59a5c2011-08-30 16:50:24 +0200346 #address-cells = <1>;
347 #size-cells = <0>;
348 ti,hwmods = "i2c3";
349 };
Benoit Coussonfc72d242012-01-20 14:15:58 +0100350
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800351 mailbox: mailbox@48094000 {
352 compatible = "ti,omap3-mailbox";
353 ti,hwmods = "mailbox";
354 reg = <0x48094000 0x200>;
355 interrupts = <26>;
Suman Anna24df0452014-11-03 17:07:35 -0600356 #mbox-cells = <1>;
Suman Anna41ffada2014-07-11 16:44:34 -0500357 ti,mbox-num-users = <2>;
358 ti,mbox-num-fifos = <2>;
Suman Annad27704d2014-09-10 14:27:23 -0500359 mbox_dsp: dsp {
360 ti,mbox-tx = <0 0 0>;
361 ti,mbox-rx = <1 0 0>;
362 };
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800363 };
364
Benoit Coussonfc72d242012-01-20 14:15:58 +0100365 mcspi1: spi@48098000 {
366 compatible = "ti,omap2-mcspi";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700367 reg = <0x48098000 0x100>;
368 interrupts = <65>;
Benoit Coussonfc72d242012-01-20 14:15:58 +0100369 #address-cells = <1>;
370 #size-cells = <0>;
371 ti,hwmods = "mcspi1";
372 ti,spi-num-cs = <4>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500373 dmas = <&sdma 35>,
374 <&sdma 36>,
375 <&sdma 37>,
376 <&sdma 38>,
377 <&sdma 39>,
378 <&sdma 40>,
379 <&sdma 41>,
380 <&sdma 42>;
381 dma-names = "tx0", "rx0", "tx1", "rx1",
382 "tx2", "rx2", "tx3", "rx3";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100383 };
384
385 mcspi2: spi@4809a000 {
386 compatible = "ti,omap2-mcspi";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700387 reg = <0x4809a000 0x100>;
388 interrupts = <66>;
Benoit Coussonfc72d242012-01-20 14:15:58 +0100389 #address-cells = <1>;
390 #size-cells = <0>;
391 ti,hwmods = "mcspi2";
392 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500393 dmas = <&sdma 43>,
394 <&sdma 44>,
395 <&sdma 45>,
396 <&sdma 46>;
397 dma-names = "tx0", "rx0", "tx1", "rx1";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100398 };
399
400 mcspi3: spi@480b8000 {
401 compatible = "ti,omap2-mcspi";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700402 reg = <0x480b8000 0x100>;
403 interrupts = <91>;
Benoit Coussonfc72d242012-01-20 14:15:58 +0100404 #address-cells = <1>;
405 #size-cells = <0>;
406 ti,hwmods = "mcspi3";
407 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500408 dmas = <&sdma 15>,
409 <&sdma 16>,
410 <&sdma 23>,
411 <&sdma 24>;
412 dma-names = "tx0", "rx0", "tx1", "rx1";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100413 };
414
415 mcspi4: spi@480ba000 {
416 compatible = "ti,omap2-mcspi";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700417 reg = <0x480ba000 0x100>;
418 interrupts = <48>;
Benoit Coussonfc72d242012-01-20 14:15:58 +0100419 #address-cells = <1>;
420 #size-cells = <0>;
421 ti,hwmods = "mcspi4";
422 ti,spi-num-cs = <1>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500423 dmas = <&sdma 70>, <&sdma 71>;
424 dma-names = "tx0", "rx0";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100425 };
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530426
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700427 hdqw1w: 1w@480b2000 {
428 compatible = "ti,omap3-1w";
429 reg = <0x480b2000 0x1000>;
430 interrupts = <58>;
431 ti,hwmods = "hdq1w";
432 };
433
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530434 mmc1: mmc@4809c000 {
435 compatible = "ti,omap3-hsmmc";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700436 reg = <0x4809c000 0x200>;
437 interrupts = <83>;
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530438 ti,hwmods = "mmc1";
439 ti,dual-volt;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500440 dmas = <&sdma 61>, <&sdma 62>;
441 dma-names = "tx", "rx";
Balaji T Kcd042fe2014-02-19 20:26:40 +0530442 pbias-supply = <&pbias_mmc_reg>;
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530443 };
444
445 mmc2: mmc@480b4000 {
446 compatible = "ti,omap3-hsmmc";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700447 reg = <0x480b4000 0x200>;
448 interrupts = <86>;
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530449 ti,hwmods = "mmc2";
Jon Hunter2c2dc542012-04-26 13:47:59 -0500450 dmas = <&sdma 47>, <&sdma 48>;
451 dma-names = "tx", "rx";
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530452 };
453
454 mmc3: mmc@480ad000 {
455 compatible = "ti,omap3-hsmmc";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700456 reg = <0x480ad000 0x200>;
457 interrupts = <94>;
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530458 ti,hwmods = "mmc3";
Jon Hunter2c2dc542012-04-26 13:47:59 -0500459 dmas = <&sdma 77>, <&sdma 78>;
460 dma-names = "tx", "rx";
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530461 };
Xiao Jiang94c30732012-06-01 12:44:14 +0800462
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800463 mmu_isp: mmu@480bd400 {
Sebastian Reichel20550882015-03-31 03:28:10 +0200464 #iommu-cells = <0>;
Florian Vaussardb7cd9592014-03-05 18:24:16 -0600465 compatible = "ti,omap2-iommu";
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800466 reg = <0x480bd400 0x80>;
Florian Vaussardb7cd9592014-03-05 18:24:16 -0600467 interrupts = <24>;
468 ti,hwmods = "mmu_isp";
469 ti,#tlb-entries = <8>;
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800470 };
471
Florian Vaussard40ac0512014-03-05 18:24:17 -0600472 mmu_iva: mmu@5d000000 {
Sebastian Reichel20550882015-03-31 03:28:10 +0200473 #iommu-cells = <0>;
Florian Vaussard40ac0512014-03-05 18:24:17 -0600474 compatible = "ti,omap2-iommu";
475 reg = <0x5d000000 0x80>;
476 interrupts = <28>;
477 ti,hwmods = "mmu_iva";
478 status = "disabled";
479 };
480
Xiao Jiang94c30732012-06-01 12:44:14 +0800481 wdt2: wdt@48314000 {
482 compatible = "ti,omap3-wdt";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700483 reg = <0x48314000 0x80>;
Xiao Jiang94c30732012-06-01 12:44:14 +0800484 ti,hwmods = "wd_timer2";
485 };
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300486
487 mcbsp1: mcbsp@48074000 {
488 compatible = "ti,omap3-mcbsp";
489 reg = <0x48074000 0xff>;
490 reg-names = "mpu";
491 interrupts = <16>, /* OCP compliant interrupt */
492 <59>, /* TX interrupt */
493 <60>; /* RX interrupt */
494 interrupt-names = "common", "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300495 ti,buffer-size = <128>;
496 ti,hwmods = "mcbsp1";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100497 dmas = <&sdma 31>,
498 <&sdma 32>;
499 dma-names = "tx", "rx";
Peter Ujfalusi138e9962016-05-30 11:23:44 +0300500 clocks = <&mcbsp1_fck>;
501 clock-names = "fck";
Peter Ujfalusi726322c2014-01-24 10:19:05 +0200502 status = "disabled";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300503 };
504
505 mcbsp2: mcbsp@49022000 {
506 compatible = "ti,omap3-mcbsp";
507 reg = <0x49022000 0xff>,
508 <0x49028000 0xff>;
509 reg-names = "mpu", "sidetone";
510 interrupts = <17>, /* OCP compliant interrupt */
511 <62>, /* TX interrupt */
512 <63>, /* RX interrupt */
513 <4>; /* Sidetone */
514 interrupt-names = "common", "tx", "rx", "sidetone";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300515 ti,buffer-size = <1280>;
Peter Ujfalusieef6fca2012-10-18 11:25:07 +0200516 ti,hwmods = "mcbsp2", "mcbsp2_sidetone";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100517 dmas = <&sdma 33>,
518 <&sdma 34>;
519 dma-names = "tx", "rx";
Peter Ujfalusi138e9962016-05-30 11:23:44 +0300520 clocks = <&mcbsp2_fck>, <&mcbsp2_ick>;
521 clock-names = "fck", "ick";
Peter Ujfalusi726322c2014-01-24 10:19:05 +0200522 status = "disabled";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300523 };
524
525 mcbsp3: mcbsp@49024000 {
526 compatible = "ti,omap3-mcbsp";
527 reg = <0x49024000 0xff>,
528 <0x4902a000 0xff>;
529 reg-names = "mpu", "sidetone";
530 interrupts = <22>, /* OCP compliant interrupt */
531 <89>, /* TX interrupt */
532 <90>, /* RX interrupt */
533 <5>; /* Sidetone */
534 interrupt-names = "common", "tx", "rx", "sidetone";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300535 ti,buffer-size = <128>;
Peter Ujfalusieef6fca2012-10-18 11:25:07 +0200536 ti,hwmods = "mcbsp3", "mcbsp3_sidetone";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100537 dmas = <&sdma 17>,
538 <&sdma 18>;
539 dma-names = "tx", "rx";
Peter Ujfalusi138e9962016-05-30 11:23:44 +0300540 clocks = <&mcbsp3_fck>, <&mcbsp3_ick>;
541 clock-names = "fck", "ick";
Peter Ujfalusi726322c2014-01-24 10:19:05 +0200542 status = "disabled";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300543 };
544
545 mcbsp4: mcbsp@49026000 {
546 compatible = "ti,omap3-mcbsp";
547 reg = <0x49026000 0xff>;
548 reg-names = "mpu";
549 interrupts = <23>, /* OCP compliant interrupt */
550 <54>, /* TX interrupt */
551 <55>; /* RX interrupt */
552 interrupt-names = "common", "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300553 ti,buffer-size = <128>;
554 ti,hwmods = "mcbsp4";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100555 dmas = <&sdma 19>,
556 <&sdma 20>;
557 dma-names = "tx", "rx";
Peter Ujfalusi138e9962016-05-30 11:23:44 +0300558 clocks = <&mcbsp4_fck>;
559 clock-names = "fck";
Peter Ujfalusi726322c2014-01-24 10:19:05 +0200560 status = "disabled";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300561 };
562
563 mcbsp5: mcbsp@48096000 {
564 compatible = "ti,omap3-mcbsp";
565 reg = <0x48096000 0xff>;
566 reg-names = "mpu";
567 interrupts = <27>, /* OCP compliant interrupt */
568 <81>, /* TX interrupt */
569 <82>; /* RX interrupt */
570 interrupt-names = "common", "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300571 ti,buffer-size = <128>;
572 ti,hwmods = "mcbsp5";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100573 dmas = <&sdma 21>,
574 <&sdma 22>;
575 dma-names = "tx", "rx";
Peter Ujfalusi138e9962016-05-30 11:23:44 +0300576 clocks = <&mcbsp5_fck>;
577 clock-names = "fck";
Peter Ujfalusi726322c2014-01-24 10:19:05 +0200578 status = "disabled";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300579 };
Jon Hunterfab8ad02012-10-19 09:59:00 -0500580
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800581 sham: sham@480c3000 {
582 compatible = "ti,omap3-sham";
583 ti,hwmods = "sham";
584 reg = <0x480c3000 0x64>;
585 interrupts = <49>;
Pali Rohárd6e5b7c2015-02-26 14:49:56 +0100586 dmas = <&sdma 69>;
587 dma-names = "rx";
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800588 };
589
590 smartreflex_core: smartreflex@480cb000 {
591 compatible = "ti,omap3-smartreflex-core";
592 ti,hwmods = "smartreflex_core";
593 reg = <0x480cb000 0x400>;
594 interrupts = <19>;
595 };
596
597 smartreflex_mpu_iva: smartreflex@480c9000 {
598 compatible = "ti,omap3-smartreflex-iva";
599 ti,hwmods = "smartreflex_mpu_iva";
600 reg = <0x480c9000 0x400>;
601 interrupts = <18>;
602 };
603
Jon Hunterfab8ad02012-10-19 09:59:00 -0500604 timer1: timer@48318000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500605 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500606 reg = <0x48318000 0x400>;
607 interrupts = <37>;
608 ti,hwmods = "timer1";
609 ti,timer-alwon;
610 };
611
612 timer2: timer@49032000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500613 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500614 reg = <0x49032000 0x400>;
615 interrupts = <38>;
616 ti,hwmods = "timer2";
617 };
618
619 timer3: timer@49034000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500620 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500621 reg = <0x49034000 0x400>;
622 interrupts = <39>;
623 ti,hwmods = "timer3";
624 };
625
626 timer4: timer@49036000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500627 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500628 reg = <0x49036000 0x400>;
629 interrupts = <40>;
630 ti,hwmods = "timer4";
631 };
632
633 timer5: timer@49038000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500634 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500635 reg = <0x49038000 0x400>;
636 interrupts = <41>;
637 ti,hwmods = "timer5";
638 ti,timer-dsp;
639 };
640
641 timer6: timer@4903a000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500642 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500643 reg = <0x4903a000 0x400>;
644 interrupts = <42>;
645 ti,hwmods = "timer6";
646 ti,timer-dsp;
647 };
648
649 timer7: timer@4903c000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500650 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500651 reg = <0x4903c000 0x400>;
652 interrupts = <43>;
653 ti,hwmods = "timer7";
654 ti,timer-dsp;
655 };
656
657 timer8: timer@4903e000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500658 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500659 reg = <0x4903e000 0x400>;
660 interrupts = <44>;
661 ti,hwmods = "timer8";
662 ti,timer-pwm;
663 ti,timer-dsp;
664 };
665
666 timer9: timer@49040000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500667 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500668 reg = <0x49040000 0x400>;
669 interrupts = <45>;
670 ti,hwmods = "timer9";
671 ti,timer-pwm;
672 };
673
674 timer10: timer@48086000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500675 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500676 reg = <0x48086000 0x400>;
677 interrupts = <46>;
678 ti,hwmods = "timer10";
679 ti,timer-pwm;
680 };
681
682 timer11: timer@48088000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500683 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500684 reg = <0x48088000 0x400>;
685 interrupts = <47>;
686 ti,hwmods = "timer11";
687 ti,timer-pwm;
688 };
689
690 timer12: timer@48304000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500691 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500692 reg = <0x48304000 0x400>;
693 interrupts = <95>;
694 ti,hwmods = "timer12";
695 ti,timer-alwon;
696 ti,timer-secure;
697 };
Roger Quadrosaf3eb362013-03-20 17:44:59 +0200698
699 usbhstll: usbhstll@48062000 {
700 compatible = "ti,usbhs-tll";
701 reg = <0x48062000 0x1000>;
702 interrupts = <78>;
703 ti,hwmods = "usb_tll_hs";
704 };
705
706 usbhshost: usbhshost@48064000 {
707 compatible = "ti,usbhs-host";
708 reg = <0x48064000 0x400>;
709 ti,hwmods = "usb_host_hs";
710 #address-cells = <1>;
711 #size-cells = <1>;
712 ranges;
713
714 usbhsohci: ohci@48064400 {
Roger Quadrosa2525e52014-02-27 16:18:30 +0200715 compatible = "ti,ohci-omap3";
Roger Quadrosaf3eb362013-03-20 17:44:59 +0200716 reg = <0x48064400 0x400>;
Roger Quadrosaf3eb362013-03-20 17:44:59 +0200717 interrupts = <76>;
718 };
719
720 usbhsehci: ehci@48064800 {
Roger Quadrosa2525e52014-02-27 16:18:30 +0200721 compatible = "ti,ehci-omap";
Roger Quadrosaf3eb362013-03-20 17:44:59 +0200722 reg = <0x48064800 0x400>;
Roger Quadrosaf3eb362013-03-20 17:44:59 +0200723 interrupts = <77>;
724 };
725 };
726
Florian Vaussard6e8489d2013-01-28 18:54:07 +0100727 gpmc: gpmc@6e000000 {
728 compatible = "ti,omap3430-gpmc";
729 ti,hwmods = "gpmc";
Javier Martinez Canillas41644e72013-02-27 02:30:51 +0100730 reg = <0x6e000000 0x02d0>;
Florian Vaussard6e8489d2013-01-28 18:54:07 +0100731 interrupts = <20>;
Franklin S Cooper Jr201c7e32015-10-15 12:37:27 -0500732 dmas = <&sdma 4>;
733 dma-names = "rxtx";
Florian Vaussard6e8489d2013-01-28 18:54:07 +0100734 gpmc,num-cs = <8>;
735 gpmc,num-waitpins = <4>;
736 #address-cells = <2>;
737 #size-cells = <1>;
Roger Quadros44e47162016-02-23 18:37:25 +0200738 interrupt-controller;
739 #interrupt-cells = <2>;
Roger Quadros94f56c82016-04-07 13:25:34 +0300740 gpio-controller;
741 #gpio-cells = <2>;
Florian Vaussard6e8489d2013-01-28 18:54:07 +0100742 };
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530743
744 usb_otg_hs: usb_otg_hs@480ab000 {
745 compatible = "ti,omap3-musb";
746 reg = <0x480ab000 0x1000>;
Tony Lindgren304e71e2013-05-14 20:28:15 -0700747 interrupts = <92>, <93>;
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530748 interrupt-names = "mc", "dma";
749 ti,hwmods = "usb_otg_hs";
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530750 multipoint = <1>;
751 num-eps = <16>;
752 ram-bits = <12>;
753 };
Tomi Valkeinenb8a7e422013-03-19 11:38:13 +0200754
755 dss: dss@48050000 {
756 compatible = "ti,omap3-dss";
757 reg = <0x48050000 0x200>;
758 status = "disabled";
759 ti,hwmods = "dss_core";
760 clocks = <&dss1_alwon_fck>;
761 clock-names = "fck";
762 #address-cells = <1>;
763 #size-cells = <1>;
764 ranges;
765
766 dispc@48050400 {
767 compatible = "ti,omap3-dispc";
768 reg = <0x48050400 0x400>;
769 interrupts = <25>;
770 ti,hwmods = "dss_dispc";
771 clocks = <&dss1_alwon_fck>;
772 clock-names = "fck";
773 };
774
775 dsi: encoder@4804fc00 {
776 compatible = "ti,omap3-dsi";
777 reg = <0x4804fc00 0x200>,
778 <0x4804fe00 0x40>,
779 <0x4804ff00 0x20>;
780 reg-names = "proto", "phy", "pll";
781 interrupts = <25>;
782 status = "disabled";
783 ti,hwmods = "dss_dsi1";
784 clocks = <&dss1_alwon_fck>, <&dss2_alwon_fck>;
785 clock-names = "fck", "sys_clk";
786 };
787
788 rfbi: encoder@48050800 {
789 compatible = "ti,omap3-rfbi";
790 reg = <0x48050800 0x100>;
791 status = "disabled";
792 ti,hwmods = "dss_rfbi";
793 clocks = <&dss1_alwon_fck>, <&dss_ick>;
794 clock-names = "fck", "ick";
795 };
796
797 venc: encoder@48050c00 {
798 compatible = "ti,omap3-venc";
799 reg = <0x48050c00 0x100>;
800 status = "disabled";
801 ti,hwmods = "dss_venc";
802 clocks = <&dss_tv_fck>;
803 clock-names = "fck";
804 };
805 };
Sebastian Reichel782e25a2014-05-10 18:37:49 +0200806
807 ssi: ssi-controller@48058000 {
808 compatible = "ti,omap3-ssi";
809 ti,hwmods = "ssi";
810
811 status = "disabled";
812
813 reg = <0x48058000 0x1000>,
814 <0x48059000 0x1000>;
815 reg-names = "sys",
816 "gdd";
817
818 interrupts = <71>;
819 interrupt-names = "gdd_mpu";
820
821 #address-cells = <1>;
822 #size-cells = <1>;
823 ranges;
824
825 ssi_port1: ssi-port@4805a000 {
826 compatible = "ti,omap3-ssi-port";
827
828 reg = <0x4805a000 0x800>,
829 <0x4805a800 0x800>;
830 reg-names = "tx",
831 "rx";
832
Sebastian Reichel782e25a2014-05-10 18:37:49 +0200833 interrupts = <67>,
834 <68>;
835 };
836
837 ssi_port2: ssi-port@4805b000 {
838 compatible = "ti,omap3-ssi-port";
839
840 reg = <0x4805b000 0x800>,
841 <0x4805b800 0x800>;
842 reg-names = "tx",
843 "rx";
844
Sebastian Reichel782e25a2014-05-10 18:37:49 +0200845 interrupts = <69>,
846 <70>;
847 };
848 };
Benoit Cousson189892f2011-08-16 21:02:01 +0530849 };
850};
Tero Kristo657fc112013-07-22 12:29:29 +0300851
852/include/ "omap3xxx-clocks.dtsi"