blob: 4c3c471d2a836c3140a7048a55ce18a9215140ee [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
Florian Vaussard98ef79572013-05-31 14:32:55 +020015#include "skeleton.dtsi"
Benoit Cousson189892f2011-08-16 21:02:01 +053016
17/ {
18 compatible = "ti,omap3430", "ti,omap3";
Benoit Cousson4c94ac22012-10-24 10:47:52 +020019 interrupt-parent = <&intc>;
Benoit Cousson189892f2011-08-16 21:02:01 +053020
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +053021 aliases {
Nishanth Menon20b80942013-10-16 15:21:03 -050022 i2c0 = &i2c1;
23 i2c1 = &i2c2;
24 i2c2 = &i2c3;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +053025 serial0 = &uart1;
26 serial1 = &uart2;
27 serial2 = &uart3;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +053028 };
29
Benoit Cousson476b6792011-08-16 11:49:08 +020030 cpus {
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010031 #address-cells = <1>;
32 #size-cells = <0>;
33
Benoit Cousson476b6792011-08-16 11:49:08 +020034 cpu@0 {
35 compatible = "arm,cortex-a8";
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010036 device_type = "cpu";
37 reg = <0x0>;
Nishanth Menon8d766fa2014-01-29 12:19:17 -060038
39 clocks = <&dpll1_ck>;
40 clock-names = "cpu";
41
42 clock-latency = <300000>; /* From omap-cpufreq driver */
Benoit Cousson476b6792011-08-16 11:49:08 +020043 };
44 };
45
Javier Martinez Canillas2995a9e2016-04-01 16:20:20 -040046 pmu@54000000 {
Jon Hunter9b07b472012-10-18 09:28:52 -050047 compatible = "arm,cortex-a8-pmu";
Tony Lindgrend7c8f252013-10-17 15:15:22 -070048 reg = <0x54000000 0x800000>;
Jon Hunter9b07b472012-10-18 09:28:52 -050049 interrupts = <3>;
50 ti,hwmods = "debugss";
51 };
52
Benoit Cousson189892f2011-08-16 21:02:01 +053053 /*
Christoph Fritz161e89a2013-03-29 17:32:05 +010054 * The soc node represents the soc top level view. It is used for IPs
Benoit Cousson189892f2011-08-16 21:02:01 +053055 * that are not memory mapped in the MPU view or for the MPU itself.
56 */
57 soc {
58 compatible = "ti,omap-infra";
Benoit Cousson476b6792011-08-16 11:49:08 +020059 mpu {
60 compatible = "ti,omap3-mpu";
61 ti,hwmods = "mpu";
62 };
63
Suman Anna4c051602014-04-22 17:23:37 -050064 iva: iva {
Benoit Cousson476b6792011-08-16 11:49:08 +020065 compatible = "ti,iva2.2";
66 ti,hwmods = "iva";
67
68 dsp {
69 compatible = "ti,omap3-c64";
70 };
71 };
Benoit Cousson189892f2011-08-16 21:02:01 +053072 };
73
74 /*
75 * XXX: Use a flat representation of the OMAP3 interconnect.
76 * The real OMAP interconnect network is quite complex.
Geert Uytterhoevenb7ab5242014-03-28 11:11:39 +010077 * Since it will not bring real advantage to represent that in DT for
Benoit Cousson189892f2011-08-16 21:02:01 +053078 * the moment, just use a fake OCP bus entry to represent the whole bus
79 * hierarchy.
80 */
81 ocp {
Tony Lindgrenaa25729c2014-11-05 09:21:23 -080082 compatible = "ti,omap3-l3-smx", "simple-bus";
Tony Lindgrend7c8f252013-10-17 15:15:22 -070083 reg = <0x68000000 0x10000>;
84 interrupts = <9 10>;
Benoit Cousson189892f2011-08-16 21:02:01 +053085 #address-cells = <1>;
86 #size-cells = <1>;
87 ranges;
88 ti,hwmods = "l3_main";
89
Tero Kristob8845072015-02-24 16:22:45 +020090 l4_core: l4@48000000 {
91 compatible = "ti,omap3-l4-core", "simple-bus";
92 #address-cells = <1>;
93 #size-cells = <1>;
94 ranges = <0 0x48000000 0x1000000>;
95
96 scm: scm@2000 {
97 compatible = "ti,omap3-scm", "simple-bus";
98 reg = <0x2000 0x2000>;
99 #address-cells = <1>;
100 #size-cells = <1>;
101 ranges = <0 0x2000 0x2000>;
102
103 omap3_pmx_core: pinmux@30 {
104 compatible = "ti,omap3-padconf",
105 "pinctrl-single";
106 reg = <0x30 0x238>;
107 #address-cells = <1>;
108 #size-cells = <0>;
109 #interrupt-cells = <1>;
110 interrupt-controller;
111 pinctrl-single,register-width = <16>;
112 pinctrl-single,function-mask = <0xff1f>;
113 };
114
115 scm_conf: scm_conf@270 {
Kishon Vijay Abraham I9a5e3f22015-09-04 17:38:24 +0530116 compatible = "syscon", "simple-bus";
Tero Kristob8845072015-02-24 16:22:45 +0200117 reg = <0x270 0x330>;
118 #address-cells = <1>;
119 #size-cells = <1>;
Kishon Vijay Abraham I9a5e3f22015-09-04 17:38:24 +0530120 ranges = <0 0x270 0x330>;
121
Javier Martinez Canillas308cfda2016-04-01 16:20:18 -0400122 pbias_regulator: pbias_regulator@2b0 {
Kishon Vijay Abraham I9a5e3f22015-09-04 17:38:24 +0530123 compatible = "ti,pbias-omap3", "ti,pbias-omap";
124 reg = <0x2b0 0x4>;
125 syscon = <&scm_conf>;
126 pbias_mmc_reg: pbias_mmc_omap2430 {
127 regulator-name = "pbias_mmc_omap2430";
128 regulator-min-microvolt = <1800000>;
129 regulator-max-microvolt = <3000000>;
130 };
131 };
Tero Kristob8845072015-02-24 16:22:45 +0200132
133 scm_clocks: clocks {
134 #address-cells = <1>;
135 #size-cells = <0>;
136 };
137 };
138
139 scm_clockdomains: clockdomains {
140 };
141
142 omap3_pmx_wkup: pinmux@a00 {
143 compatible = "ti,omap3-padconf",
144 "pinctrl-single";
145 reg = <0xa00 0x5c>;
146 #address-cells = <1>;
147 #size-cells = <0>;
148 #interrupt-cells = <1>;
149 interrupt-controller;
150 pinctrl-single,register-width = <16>;
151 pinctrl-single,function-mask = <0xff1f>;
152 };
153 };
154 };
155
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800156 aes: aes@480c5000 {
157 compatible = "ti,omap3-aes";
158 ti,hwmods = "aes";
159 reg = <0x480c5000 0x50>;
160 interrupts = <0>;
Pali Rohárd6e5b7c2015-02-26 14:49:56 +0100161 dmas = <&sdma 65 &sdma 66>;
162 dma-names = "tx", "rx";
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800163 };
164
Tero Kristo657fc112013-07-22 12:29:29 +0300165 prm: prm@48306000 {
166 compatible = "ti,omap3-prm";
167 reg = <0x48306000 0x4000>;
Nishanth Menon5081ce62014-08-22 09:03:50 -0500168 interrupts = <11>;
Tero Kristo657fc112013-07-22 12:29:29 +0300169
170 prm_clocks: clocks {
171 #address-cells = <1>;
172 #size-cells = <0>;
173 };
174
175 prm_clockdomains: clockdomains {
176 };
177 };
178
179 cm: cm@48004000 {
180 compatible = "ti,omap3-cm";
181 reg = <0x48004000 0x4000>;
182
183 cm_clocks: clocks {
184 #address-cells = <1>;
185 #size-cells = <0>;
186 };
187
188 cm_clockdomains: clockdomains {
189 };
190 };
191
Jon Hunter510c0ff2012-10-25 14:24:14 -0500192 counter32k: counter@48320000 {
193 compatible = "ti,omap-counter32k";
194 reg = <0x48320000 0x20>;
195 ti,hwmods = "counter_32k";
196 };
197
Benoit Coussond65c5422011-11-30 19:26:42 +0100198 intc: interrupt-controller@48200000 {
Felipe Balbicab82b72014-09-08 17:54:48 -0700199 compatible = "ti,omap3-intc";
Benoit Cousson189892f2011-08-16 21:02:01 +0530200 interrupt-controller;
201 #interrupt-cells = <1>;
Benoit Coussond65c5422011-11-30 19:26:42 +0100202 reg = <0x48200000 0x1000>;
Benoit Cousson189892f2011-08-16 21:02:01 +0530203 };
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530204
Jon Hunter2c2dc542012-04-26 13:47:59 -0500205 sdma: dma-controller@48056000 {
206 compatible = "ti,omap3630-sdma", "ti,omap3430-sdma";
207 reg = <0x48056000 0x1000>;
208 interrupts = <12>,
209 <13>,
210 <14>,
211 <15>;
212 #dma-cells = <1>;
Peter Ujfalusi7e8d25d2015-02-20 15:42:03 +0200213 dma-channels = <32>;
214 dma-requests = <96>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500215 };
216
Benoit Cousson385a64b2011-08-16 11:51:54 +0200217 gpio1: gpio@48310000 {
218 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600219 reg = <0x48310000 0x200>;
220 interrupts = <29>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200221 ti,hwmods = "gpio1";
Jon Huntere4b9b9f2013-04-04 15:16:16 -0500222 ti,gpio-always-on;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200223 gpio-controller;
224 #gpio-cells = <2>;
225 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600226 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200227 };
228
229 gpio2: gpio@49050000 {
230 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600231 reg = <0x49050000 0x200>;
232 interrupts = <30>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200233 ti,hwmods = "gpio2";
234 gpio-controller;
235 #gpio-cells = <2>;
236 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600237 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200238 };
239
240 gpio3: gpio@49052000 {
241 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600242 reg = <0x49052000 0x200>;
243 interrupts = <31>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200244 ti,hwmods = "gpio3";
245 gpio-controller;
246 #gpio-cells = <2>;
247 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600248 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200249 };
250
251 gpio4: gpio@49054000 {
252 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600253 reg = <0x49054000 0x200>;
254 interrupts = <32>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200255 ti,hwmods = "gpio4";
256 gpio-controller;
257 #gpio-cells = <2>;
258 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600259 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200260 };
261
262 gpio5: gpio@49056000 {
263 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600264 reg = <0x49056000 0x200>;
265 interrupts = <33>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200266 ti,hwmods = "gpio5";
267 gpio-controller;
268 #gpio-cells = <2>;
269 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600270 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200271 };
272
273 gpio6: gpio@49058000 {
274 compatible = "ti,omap3-gpio";
Jon Huntere2991852013-03-07 16:02:31 -0600275 reg = <0x49058000 0x200>;
276 interrupts = <34>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200277 ti,hwmods = "gpio6";
278 gpio-controller;
279 #gpio-cells = <2>;
280 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600281 #interrupt-cells = <2>;
Benoit Cousson385a64b2011-08-16 11:51:54 +0200282 };
283
Benoit Cousson19bfb762012-02-16 11:55:27 +0100284 uart1: serial@4806a000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530285 compatible = "ti,omap3-uart";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700286 reg = <0x4806a000 0x2000>;
Tony Lindgren31f08202014-05-05 17:27:39 -0700287 interrupts-extended = <&intc 72>;
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700288 dmas = <&sdma 49 &sdma 50>;
289 dma-names = "tx", "rx";
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530290 ti,hwmods = "uart1";
291 clock-frequency = <48000000>;
292 };
293
Benoit Cousson19bfb762012-02-16 11:55:27 +0100294 uart2: serial@4806c000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530295 compatible = "ti,omap3-uart";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700296 reg = <0x4806c000 0x400>;
Tony Lindgren31f08202014-05-05 17:27:39 -0700297 interrupts-extended = <&intc 73>;
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700298 dmas = <&sdma 51 &sdma 52>;
299 dma-names = "tx", "rx";
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530300 ti,hwmods = "uart2";
301 clock-frequency = <48000000>;
302 };
303
Benoit Cousson19bfb762012-02-16 11:55:27 +0100304 uart3: serial@49020000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530305 compatible = "ti,omap3-uart";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700306 reg = <0x49020000 0x400>;
Tony Lindgren31f08202014-05-05 17:27:39 -0700307 interrupts-extended = <&intc 74>;
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700308 dmas = <&sdma 53 &sdma 54>;
309 dma-names = "tx", "rx";
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530310 ti,hwmods = "uart3";
311 clock-frequency = <48000000>;
312 };
313
Benoit Coussonca59a5c2011-08-30 16:50:24 +0200314 i2c1: i2c@48070000 {
315 compatible = "ti,omap3-i2c";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700316 reg = <0x48070000 0x80>;
317 interrupts = <56>;
318 dmas = <&sdma 27 &sdma 28>;
319 dma-names = "tx", "rx";
Benoit Coussonca59a5c2011-08-30 16:50:24 +0200320 #address-cells = <1>;
321 #size-cells = <0>;
322 ti,hwmods = "i2c1";
323 };
324
325 i2c2: i2c@48072000 {
326 compatible = "ti,omap3-i2c";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700327 reg = <0x48072000 0x80>;
328 interrupts = <57>;
329 dmas = <&sdma 29 &sdma 30>;
330 dma-names = "tx", "rx";
Benoit Coussonca59a5c2011-08-30 16:50:24 +0200331 #address-cells = <1>;
332 #size-cells = <0>;
333 ti,hwmods = "i2c2";
334 };
335
336 i2c3: i2c@48060000 {
337 compatible = "ti,omap3-i2c";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700338 reg = <0x48060000 0x80>;
339 interrupts = <61>;
340 dmas = <&sdma 25 &sdma 26>;
341 dma-names = "tx", "rx";
Benoit Coussonca59a5c2011-08-30 16:50:24 +0200342 #address-cells = <1>;
343 #size-cells = <0>;
344 ti,hwmods = "i2c3";
345 };
Benoit Coussonfc72d242012-01-20 14:15:58 +0100346
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800347 mailbox: mailbox@48094000 {
348 compatible = "ti,omap3-mailbox";
349 ti,hwmods = "mailbox";
350 reg = <0x48094000 0x200>;
351 interrupts = <26>;
Suman Anna24df0452014-11-03 17:07:35 -0600352 #mbox-cells = <1>;
Suman Anna41ffada2014-07-11 16:44:34 -0500353 ti,mbox-num-users = <2>;
354 ti,mbox-num-fifos = <2>;
Suman Annad27704d2014-09-10 14:27:23 -0500355 mbox_dsp: dsp {
356 ti,mbox-tx = <0 0 0>;
357 ti,mbox-rx = <1 0 0>;
358 };
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800359 };
360
Benoit Coussonfc72d242012-01-20 14:15:58 +0100361 mcspi1: spi@48098000 {
362 compatible = "ti,omap2-mcspi";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700363 reg = <0x48098000 0x100>;
364 interrupts = <65>;
Benoit Coussonfc72d242012-01-20 14:15:58 +0100365 #address-cells = <1>;
366 #size-cells = <0>;
367 ti,hwmods = "mcspi1";
368 ti,spi-num-cs = <4>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500369 dmas = <&sdma 35>,
370 <&sdma 36>,
371 <&sdma 37>,
372 <&sdma 38>,
373 <&sdma 39>,
374 <&sdma 40>,
375 <&sdma 41>,
376 <&sdma 42>;
377 dma-names = "tx0", "rx0", "tx1", "rx1",
378 "tx2", "rx2", "tx3", "rx3";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100379 };
380
381 mcspi2: spi@4809a000 {
382 compatible = "ti,omap2-mcspi";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700383 reg = <0x4809a000 0x100>;
384 interrupts = <66>;
Benoit Coussonfc72d242012-01-20 14:15:58 +0100385 #address-cells = <1>;
386 #size-cells = <0>;
387 ti,hwmods = "mcspi2";
388 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500389 dmas = <&sdma 43>,
390 <&sdma 44>,
391 <&sdma 45>,
392 <&sdma 46>;
393 dma-names = "tx0", "rx0", "tx1", "rx1";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100394 };
395
396 mcspi3: spi@480b8000 {
397 compatible = "ti,omap2-mcspi";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700398 reg = <0x480b8000 0x100>;
399 interrupts = <91>;
Benoit Coussonfc72d242012-01-20 14:15:58 +0100400 #address-cells = <1>;
401 #size-cells = <0>;
402 ti,hwmods = "mcspi3";
403 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500404 dmas = <&sdma 15>,
405 <&sdma 16>,
406 <&sdma 23>,
407 <&sdma 24>;
408 dma-names = "tx0", "rx0", "tx1", "rx1";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100409 };
410
411 mcspi4: spi@480ba000 {
412 compatible = "ti,omap2-mcspi";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700413 reg = <0x480ba000 0x100>;
414 interrupts = <48>;
Benoit Coussonfc72d242012-01-20 14:15:58 +0100415 #address-cells = <1>;
416 #size-cells = <0>;
417 ti,hwmods = "mcspi4";
418 ti,spi-num-cs = <1>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500419 dmas = <&sdma 70>, <&sdma 71>;
420 dma-names = "tx0", "rx0";
Benoit Coussonfc72d242012-01-20 14:15:58 +0100421 };
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530422
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700423 hdqw1w: 1w@480b2000 {
424 compatible = "ti,omap3-1w";
425 reg = <0x480b2000 0x1000>;
426 interrupts = <58>;
427 ti,hwmods = "hdq1w";
428 };
429
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530430 mmc1: mmc@4809c000 {
431 compatible = "ti,omap3-hsmmc";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700432 reg = <0x4809c000 0x200>;
433 interrupts = <83>;
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530434 ti,hwmods = "mmc1";
435 ti,dual-volt;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500436 dmas = <&sdma 61>, <&sdma 62>;
437 dma-names = "tx", "rx";
Balaji T Kcd042fe2014-02-19 20:26:40 +0530438 pbias-supply = <&pbias_mmc_reg>;
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530439 };
440
441 mmc2: mmc@480b4000 {
442 compatible = "ti,omap3-hsmmc";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700443 reg = <0x480b4000 0x200>;
444 interrupts = <86>;
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530445 ti,hwmods = "mmc2";
Jon Hunter2c2dc542012-04-26 13:47:59 -0500446 dmas = <&sdma 47>, <&sdma 48>;
447 dma-names = "tx", "rx";
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530448 };
449
450 mmc3: mmc@480ad000 {
451 compatible = "ti,omap3-hsmmc";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700452 reg = <0x480ad000 0x200>;
453 interrupts = <94>;
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530454 ti,hwmods = "mmc3";
Jon Hunter2c2dc542012-04-26 13:47:59 -0500455 dmas = <&sdma 77>, <&sdma 78>;
456 dma-names = "tx", "rx";
Rajendra Nayakb3431f52012-02-22 17:42:27 +0530457 };
Xiao Jiang94c30732012-06-01 12:44:14 +0800458
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800459 mmu_isp: mmu@480bd400 {
Sebastian Reichel20550882015-03-31 03:28:10 +0200460 #iommu-cells = <0>;
Florian Vaussardb7cd9592014-03-05 18:24:16 -0600461 compatible = "ti,omap2-iommu";
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800462 reg = <0x480bd400 0x80>;
Florian Vaussardb7cd9592014-03-05 18:24:16 -0600463 interrupts = <24>;
464 ti,hwmods = "mmu_isp";
465 ti,#tlb-entries = <8>;
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800466 };
467
Florian Vaussard40ac0512014-03-05 18:24:17 -0600468 mmu_iva: mmu@5d000000 {
Sebastian Reichel20550882015-03-31 03:28:10 +0200469 #iommu-cells = <0>;
Florian Vaussard40ac0512014-03-05 18:24:17 -0600470 compatible = "ti,omap2-iommu";
471 reg = <0x5d000000 0x80>;
472 interrupts = <28>;
473 ti,hwmods = "mmu_iva";
474 status = "disabled";
475 };
476
Xiao Jiang94c30732012-06-01 12:44:14 +0800477 wdt2: wdt@48314000 {
478 compatible = "ti,omap3-wdt";
Tony Lindgrend7c8f252013-10-17 15:15:22 -0700479 reg = <0x48314000 0x80>;
Xiao Jiang94c30732012-06-01 12:44:14 +0800480 ti,hwmods = "wd_timer2";
481 };
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300482
483 mcbsp1: mcbsp@48074000 {
484 compatible = "ti,omap3-mcbsp";
485 reg = <0x48074000 0xff>;
486 reg-names = "mpu";
487 interrupts = <16>, /* OCP compliant interrupt */
488 <59>, /* TX interrupt */
489 <60>; /* RX interrupt */
490 interrupt-names = "common", "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300491 ti,buffer-size = <128>;
492 ti,hwmods = "mcbsp1";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100493 dmas = <&sdma 31>,
494 <&sdma 32>;
495 dma-names = "tx", "rx";
Peter Ujfalusi138e9962016-05-30 11:23:44 +0300496 clocks = <&mcbsp1_fck>;
497 clock-names = "fck";
Peter Ujfalusi726322c2014-01-24 10:19:05 +0200498 status = "disabled";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300499 };
500
501 mcbsp2: mcbsp@49022000 {
502 compatible = "ti,omap3-mcbsp";
503 reg = <0x49022000 0xff>,
504 <0x49028000 0xff>;
505 reg-names = "mpu", "sidetone";
506 interrupts = <17>, /* OCP compliant interrupt */
507 <62>, /* TX interrupt */
508 <63>, /* RX interrupt */
509 <4>; /* Sidetone */
510 interrupt-names = "common", "tx", "rx", "sidetone";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300511 ti,buffer-size = <1280>;
Peter Ujfalusieef6fca2012-10-18 11:25:07 +0200512 ti,hwmods = "mcbsp2", "mcbsp2_sidetone";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100513 dmas = <&sdma 33>,
514 <&sdma 34>;
515 dma-names = "tx", "rx";
Peter Ujfalusi138e9962016-05-30 11:23:44 +0300516 clocks = <&mcbsp2_fck>, <&mcbsp2_ick>;
517 clock-names = "fck", "ick";
Peter Ujfalusi726322c2014-01-24 10:19:05 +0200518 status = "disabled";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300519 };
520
521 mcbsp3: mcbsp@49024000 {
522 compatible = "ti,omap3-mcbsp";
523 reg = <0x49024000 0xff>,
524 <0x4902a000 0xff>;
525 reg-names = "mpu", "sidetone";
526 interrupts = <22>, /* OCP compliant interrupt */
527 <89>, /* TX interrupt */
528 <90>, /* RX interrupt */
529 <5>; /* Sidetone */
530 interrupt-names = "common", "tx", "rx", "sidetone";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300531 ti,buffer-size = <128>;
Peter Ujfalusieef6fca2012-10-18 11:25:07 +0200532 ti,hwmods = "mcbsp3", "mcbsp3_sidetone";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100533 dmas = <&sdma 17>,
534 <&sdma 18>;
535 dma-names = "tx", "rx";
Peter Ujfalusi138e9962016-05-30 11:23:44 +0300536 clocks = <&mcbsp3_fck>, <&mcbsp3_ick>;
537 clock-names = "fck", "ick";
Peter Ujfalusi726322c2014-01-24 10:19:05 +0200538 status = "disabled";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300539 };
540
541 mcbsp4: mcbsp@49026000 {
542 compatible = "ti,omap3-mcbsp";
543 reg = <0x49026000 0xff>;
544 reg-names = "mpu";
545 interrupts = <23>, /* OCP compliant interrupt */
546 <54>, /* TX interrupt */
547 <55>; /* RX interrupt */
548 interrupt-names = "common", "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300549 ti,buffer-size = <128>;
550 ti,hwmods = "mcbsp4";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100551 dmas = <&sdma 19>,
552 <&sdma 20>;
553 dma-names = "tx", "rx";
Peter Ujfalusi138e9962016-05-30 11:23:44 +0300554 clocks = <&mcbsp4_fck>;
555 clock-names = "fck";
Peter Ujfalusi726322c2014-01-24 10:19:05 +0200556 status = "disabled";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300557 };
558
559 mcbsp5: mcbsp@48096000 {
560 compatible = "ti,omap3-mcbsp";
561 reg = <0x48096000 0xff>;
562 reg-names = "mpu";
563 interrupts = <27>, /* OCP compliant interrupt */
564 <81>, /* TX interrupt */
565 <82>; /* RX interrupt */
566 interrupt-names = "common", "tx", "rx";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300567 ti,buffer-size = <128>;
568 ti,hwmods = "mcbsp5";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100569 dmas = <&sdma 21>,
570 <&sdma 22>;
571 dma-names = "tx", "rx";
Peter Ujfalusi138e9962016-05-30 11:23:44 +0300572 clocks = <&mcbsp5_fck>;
573 clock-names = "fck";
Peter Ujfalusi726322c2014-01-24 10:19:05 +0200574 status = "disabled";
Peter Ujfalusi0be484b2012-09-05 14:21:22 +0300575 };
Jon Hunterfab8ad02012-10-19 09:59:00 -0500576
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800577 sham: sham@480c3000 {
578 compatible = "ti,omap3-sham";
579 ti,hwmods = "sham";
580 reg = <0x480c3000 0x64>;
581 interrupts = <49>;
Pali Rohárd6e5b7c2015-02-26 14:49:56 +0100582 dmas = <&sdma 69>;
583 dma-names = "rx";
Tony Lindgren7ce93f32013-11-25 14:23:45 -0800584 };
585
586 smartreflex_core: smartreflex@480cb000 {
587 compatible = "ti,omap3-smartreflex-core";
588 ti,hwmods = "smartreflex_core";
589 reg = <0x480cb000 0x400>;
590 interrupts = <19>;
591 };
592
593 smartreflex_mpu_iva: smartreflex@480c9000 {
594 compatible = "ti,omap3-smartreflex-iva";
595 ti,hwmods = "smartreflex_mpu_iva";
596 reg = <0x480c9000 0x400>;
597 interrupts = <18>;
598 };
599
Jon Hunterfab8ad02012-10-19 09:59:00 -0500600 timer1: timer@48318000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500601 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500602 reg = <0x48318000 0x400>;
603 interrupts = <37>;
604 ti,hwmods = "timer1";
605 ti,timer-alwon;
606 };
607
608 timer2: timer@49032000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500609 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500610 reg = <0x49032000 0x400>;
611 interrupts = <38>;
612 ti,hwmods = "timer2";
613 };
614
615 timer3: timer@49034000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500616 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500617 reg = <0x49034000 0x400>;
618 interrupts = <39>;
619 ti,hwmods = "timer3";
620 };
621
622 timer4: timer@49036000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500623 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500624 reg = <0x49036000 0x400>;
625 interrupts = <40>;
626 ti,hwmods = "timer4";
627 };
628
629 timer5: timer@49038000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500630 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500631 reg = <0x49038000 0x400>;
632 interrupts = <41>;
633 ti,hwmods = "timer5";
634 ti,timer-dsp;
635 };
636
637 timer6: timer@4903a000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500638 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500639 reg = <0x4903a000 0x400>;
640 interrupts = <42>;
641 ti,hwmods = "timer6";
642 ti,timer-dsp;
643 };
644
645 timer7: timer@4903c000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500646 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500647 reg = <0x4903c000 0x400>;
648 interrupts = <43>;
649 ti,hwmods = "timer7";
650 ti,timer-dsp;
651 };
652
653 timer8: timer@4903e000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500654 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500655 reg = <0x4903e000 0x400>;
656 interrupts = <44>;
657 ti,hwmods = "timer8";
658 ti,timer-pwm;
659 ti,timer-dsp;
660 };
661
662 timer9: timer@49040000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500663 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500664 reg = <0x49040000 0x400>;
665 interrupts = <45>;
666 ti,hwmods = "timer9";
667 ti,timer-pwm;
668 };
669
670 timer10: timer@48086000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500671 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500672 reg = <0x48086000 0x400>;
673 interrupts = <46>;
674 ti,hwmods = "timer10";
675 ti,timer-pwm;
676 };
677
678 timer11: timer@48088000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500679 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500680 reg = <0x48088000 0x400>;
681 interrupts = <47>;
682 ti,hwmods = "timer11";
683 ti,timer-pwm;
684 };
685
686 timer12: timer@48304000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500687 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500688 reg = <0x48304000 0x400>;
689 interrupts = <95>;
690 ti,hwmods = "timer12";
691 ti,timer-alwon;
692 ti,timer-secure;
693 };
Roger Quadrosaf3eb362013-03-20 17:44:59 +0200694
695 usbhstll: usbhstll@48062000 {
696 compatible = "ti,usbhs-tll";
697 reg = <0x48062000 0x1000>;
698 interrupts = <78>;
699 ti,hwmods = "usb_tll_hs";
700 };
701
702 usbhshost: usbhshost@48064000 {
703 compatible = "ti,usbhs-host";
704 reg = <0x48064000 0x400>;
705 ti,hwmods = "usb_host_hs";
706 #address-cells = <1>;
707 #size-cells = <1>;
708 ranges;
709
710 usbhsohci: ohci@48064400 {
Roger Quadrosa2525e52014-02-27 16:18:30 +0200711 compatible = "ti,ohci-omap3";
Roger Quadrosaf3eb362013-03-20 17:44:59 +0200712 reg = <0x48064400 0x400>;
713 interrupt-parent = <&intc>;
714 interrupts = <76>;
715 };
716
717 usbhsehci: ehci@48064800 {
Roger Quadrosa2525e52014-02-27 16:18:30 +0200718 compatible = "ti,ehci-omap";
Roger Quadrosaf3eb362013-03-20 17:44:59 +0200719 reg = <0x48064800 0x400>;
720 interrupt-parent = <&intc>;
721 interrupts = <77>;
722 };
723 };
724
Florian Vaussard6e8489d2013-01-28 18:54:07 +0100725 gpmc: gpmc@6e000000 {
726 compatible = "ti,omap3430-gpmc";
727 ti,hwmods = "gpmc";
Javier Martinez Canillas41644e72013-02-27 02:30:51 +0100728 reg = <0x6e000000 0x02d0>;
Florian Vaussard6e8489d2013-01-28 18:54:07 +0100729 interrupts = <20>;
Franklin S Cooper Jr201c7e32015-10-15 12:37:27 -0500730 dmas = <&sdma 4>;
731 dma-names = "rxtx";
Florian Vaussard6e8489d2013-01-28 18:54:07 +0100732 gpmc,num-cs = <8>;
733 gpmc,num-waitpins = <4>;
734 #address-cells = <2>;
735 #size-cells = <1>;
Roger Quadros44e47162016-02-23 18:37:25 +0200736 interrupt-controller;
737 #interrupt-cells = <2>;
Roger Quadros94f56c82016-04-07 13:25:34 +0300738 gpio-controller;
739 #gpio-cells = <2>;
Florian Vaussard6e8489d2013-01-28 18:54:07 +0100740 };
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530741
742 usb_otg_hs: usb_otg_hs@480ab000 {
743 compatible = "ti,omap3-musb";
744 reg = <0x480ab000 0x1000>;
Tony Lindgren304e71e2013-05-14 20:28:15 -0700745 interrupts = <92>, <93>;
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530746 interrupt-names = "mc", "dma";
747 ti,hwmods = "usb_otg_hs";
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530748 multipoint = <1>;
749 num-eps = <16>;
750 ram-bits = <12>;
751 };
Tomi Valkeinenb8a7e422013-03-19 11:38:13 +0200752
753 dss: dss@48050000 {
754 compatible = "ti,omap3-dss";
755 reg = <0x48050000 0x200>;
756 status = "disabled";
757 ti,hwmods = "dss_core";
758 clocks = <&dss1_alwon_fck>;
759 clock-names = "fck";
760 #address-cells = <1>;
761 #size-cells = <1>;
762 ranges;
763
764 dispc@48050400 {
765 compatible = "ti,omap3-dispc";
766 reg = <0x48050400 0x400>;
767 interrupts = <25>;
768 ti,hwmods = "dss_dispc";
769 clocks = <&dss1_alwon_fck>;
770 clock-names = "fck";
771 };
772
773 dsi: encoder@4804fc00 {
774 compatible = "ti,omap3-dsi";
775 reg = <0x4804fc00 0x200>,
776 <0x4804fe00 0x40>,
777 <0x4804ff00 0x20>;
778 reg-names = "proto", "phy", "pll";
779 interrupts = <25>;
780 status = "disabled";
781 ti,hwmods = "dss_dsi1";
782 clocks = <&dss1_alwon_fck>, <&dss2_alwon_fck>;
783 clock-names = "fck", "sys_clk";
784 };
785
786 rfbi: encoder@48050800 {
787 compatible = "ti,omap3-rfbi";
788 reg = <0x48050800 0x100>;
789 status = "disabled";
790 ti,hwmods = "dss_rfbi";
791 clocks = <&dss1_alwon_fck>, <&dss_ick>;
792 clock-names = "fck", "ick";
793 };
794
795 venc: encoder@48050c00 {
796 compatible = "ti,omap3-venc";
797 reg = <0x48050c00 0x100>;
798 status = "disabled";
799 ti,hwmods = "dss_venc";
800 clocks = <&dss_tv_fck>;
801 clock-names = "fck";
802 };
803 };
Sebastian Reichel782e25a2014-05-10 18:37:49 +0200804
805 ssi: ssi-controller@48058000 {
806 compatible = "ti,omap3-ssi";
807 ti,hwmods = "ssi";
808
809 status = "disabled";
810
811 reg = <0x48058000 0x1000>,
812 <0x48059000 0x1000>;
813 reg-names = "sys",
814 "gdd";
815
816 interrupts = <71>;
817 interrupt-names = "gdd_mpu";
818
819 #address-cells = <1>;
820 #size-cells = <1>;
821 ranges;
822
823 ssi_port1: ssi-port@4805a000 {
824 compatible = "ti,omap3-ssi-port";
825
826 reg = <0x4805a000 0x800>,
827 <0x4805a800 0x800>;
828 reg-names = "tx",
829 "rx";
830
831 interrupt-parent = <&intc>;
832 interrupts = <67>,
833 <68>;
834 };
835
836 ssi_port2: ssi-port@4805b000 {
837 compatible = "ti,omap3-ssi-port";
838
839 reg = <0x4805b000 0x800>,
840 <0x4805b800 0x800>;
841 reg-names = "tx",
842 "rx";
843
844 interrupt-parent = <&intc>;
845 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"