blob: 6ca45b0d346bec140a1ad47ac1db454bdf2e6074 [file] [log] [blame]
Benoit Coussond9fda072011-08-09 17:15:17 +02001/*
2 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
8
Florian Vaussard6d624ea2013-05-31 14:32:56 +02009#include <dt-bindings/gpio/gpio.h>
Florian Vaussard8fea7d52013-05-31 14:32:57 +020010#include <dt-bindings/interrupt-controller/arm-gic.h>
Florian Vaussardbcd3cca2013-05-31 14:32:59 +020011#include <dt-bindings/pinctrl/omap.h>
Benoit Coussond9fda072011-08-09 17:15:17 +020012
Florian Vaussard98ef79572013-05-31 14:32:55 +020013#include "skeleton.dtsi"
Benoit Coussond9fda072011-08-09 17:15:17 +020014
15/ {
16 compatible = "ti,omap4430", "ti,omap4";
17 interrupt-parent = <&gic>;
18
19 aliases {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +053020 serial0 = &uart1;
21 serial1 = &uart2;
22 serial2 = &uart3;
23 serial3 = &uart4;
Benoit Coussond9fda072011-08-09 17:15:17 +020024 };
25
Benoit Cousson476b6792011-08-16 11:49:08 +020026 cpus {
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010027 #address-cells = <1>;
28 #size-cells = <0>;
29
Benoit Cousson476b6792011-08-16 11:49:08 +020030 cpu@0 {
31 compatible = "arm,cortex-a9";
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010032 device_type = "cpu";
Santosh Shilimkar926fd452012-07-04 17:57:34 +053033 next-level-cache = <&L2>;
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010034 reg = <0x0>;
Benoit Cousson476b6792011-08-16 11:49:08 +020035 };
36 cpu@1 {
37 compatible = "arm,cortex-a9";
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010038 device_type = "cpu";
Santosh Shilimkar926fd452012-07-04 17:57:34 +053039 next-level-cache = <&L2>;
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010040 reg = <0x1>;
Benoit Cousson476b6792011-08-16 11:49:08 +020041 };
42 };
43
Benoit Cousson56351212012-09-03 17:56:32 +020044 gic: interrupt-controller@48241000 {
45 compatible = "arm,cortex-a9-gic";
46 interrupt-controller;
47 #interrupt-cells = <3>;
48 reg = <0x48241000 0x1000>,
49 <0x48240100 0x0100>;
50 };
51
Santosh Shilimkar926fd452012-07-04 17:57:34 +053052 L2: l2-cache-controller@48242000 {
53 compatible = "arm,pl310-cache";
54 reg = <0x48242000 0x1000>;
55 cache-unified;
56 cache-level = <2>;
57 };
58
Lee Jones75d71d42013-07-22 11:52:36 +010059 local-timer@48240600 {
Santosh Shilimkareed0de22012-07-04 18:32:32 +053060 compatible = "arm,cortex-a9-twd-timer";
61 reg = <0x48240600 0x20>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +020062 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_HIGH)>;
Santosh Shilimkareed0de22012-07-04 18:32:32 +053063 };
64
Benoit Coussond9fda072011-08-09 17:15:17 +020065 /*
66 * The soc node represents the soc top level view. It is uses for IPs
67 * that are not memory mapped in the MPU view or for the MPU itself.
68 */
69 soc {
70 compatible = "ti,omap-infra";
Benoit Cousson476b6792011-08-16 11:49:08 +020071 mpu {
72 compatible = "ti,omap4-mpu";
73 ti,hwmods = "mpu";
74 };
75
76 dsp {
77 compatible = "ti,omap3-c64";
78 ti,hwmods = "dsp";
79 };
80
81 iva {
82 compatible = "ti,ivahd";
83 ti,hwmods = "iva";
84 };
Benoit Coussond9fda072011-08-09 17:15:17 +020085 };
86
87 /*
88 * XXX: Use a flat representation of the OMAP4 interconnect.
89 * The real OMAP interconnect network is quite complex.
Benoit Coussond9fda072011-08-09 17:15:17 +020090 * Since that will not bring real advantage to represent that in DT for
91 * the moment, just use a fake OCP bus entry to represent the whole bus
92 * hierarchy.
93 */
94 ocp {
Benoit Coussonad8dfac2011-08-12 13:48:47 +020095 compatible = "ti,omap4-l3-noc", "simple-bus";
Benoit Coussond9fda072011-08-09 17:15:17 +020096 #address-cells = <1>;
97 #size-cells = <1>;
98 ranges;
Benoit Coussonad8dfac2011-08-12 13:48:47 +020099 ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
Santosh Shilimkar20a60ea2013-02-26 17:36:14 +0530100 reg = <0x44000000 0x1000>,
101 <0x44800000 0x2000>,
102 <0x45000000 0x1000>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200103 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
104 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussond9fda072011-08-09 17:15:17 +0200105
Jon Hunter510c0ff2012-10-25 14:24:14 -0500106 counter32k: counter@4a304000 {
107 compatible = "ti,omap-counter32k";
108 reg = <0x4a304000 0x20>;
109 ti,hwmods = "counter_32k";
110 };
111
Tony Lindgren679e3312012-09-10 10:34:51 -0700112 omap4_pmx_core: pinmux@4a100040 {
113 compatible = "ti,omap4-padconf", "pinctrl-single";
114 reg = <0x4a100040 0x0196>;
115 #address-cells = <1>;
116 #size-cells = <0>;
117 pinctrl-single,register-width = <16>;
118 pinctrl-single,function-mask = <0x7fff>;
119 };
120 omap4_pmx_wkup: pinmux@4a31e040 {
121 compatible = "ti,omap4-padconf", "pinctrl-single";
122 reg = <0x4a31e040 0x0038>;
123 #address-cells = <1>;
124 #size-cells = <0>;
125 pinctrl-single,register-width = <16>;
126 pinctrl-single,function-mask = <0x7fff>;
127 };
128
Jon Hunter2c2dc542012-04-26 13:47:59 -0500129 sdma: dma-controller@4a056000 {
130 compatible = "ti,omap4430-sdma";
131 reg = <0x4a056000 0x1000>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200132 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>,
133 <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>,
134 <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>,
135 <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500136 #dma-cells = <1>;
137 #dma-channels = <32>;
138 #dma-requests = <127>;
139 };
140
Benoit Coussone3e5a922011-08-16 11:51:54 +0200141 gpio1: gpio@4a310000 {
142 compatible = "ti,omap4-gpio";
Benoit Cousson48420db2012-09-05 11:38:23 +0200143 reg = <0x4a310000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200144 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200145 ti,hwmods = "gpio1";
Jon Huntere4b9b9f2013-04-04 15:16:16 -0500146 ti,gpio-always-on;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200147 gpio-controller;
148 #gpio-cells = <2>;
149 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600150 #interrupt-cells = <2>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200151 };
152
153 gpio2: gpio@48055000 {
154 compatible = "ti,omap4-gpio";
Benoit Cousson48420db2012-09-05 11:38:23 +0200155 reg = <0x48055000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200156 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200157 ti,hwmods = "gpio2";
158 gpio-controller;
159 #gpio-cells = <2>;
160 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600161 #interrupt-cells = <2>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200162 };
163
164 gpio3: gpio@48057000 {
165 compatible = "ti,omap4-gpio";
Benoit Cousson48420db2012-09-05 11:38:23 +0200166 reg = <0x48057000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200167 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200168 ti,hwmods = "gpio3";
169 gpio-controller;
170 #gpio-cells = <2>;
171 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600172 #interrupt-cells = <2>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200173 };
174
175 gpio4: gpio@48059000 {
176 compatible = "ti,omap4-gpio";
Benoit Cousson48420db2012-09-05 11:38:23 +0200177 reg = <0x48059000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200178 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200179 ti,hwmods = "gpio4";
180 gpio-controller;
181 #gpio-cells = <2>;
182 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600183 #interrupt-cells = <2>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200184 };
185
186 gpio5: gpio@4805b000 {
187 compatible = "ti,omap4-gpio";
Benoit Cousson48420db2012-09-05 11:38:23 +0200188 reg = <0x4805b000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200189 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200190 ti,hwmods = "gpio5";
191 gpio-controller;
192 #gpio-cells = <2>;
193 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600194 #interrupt-cells = <2>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200195 };
196
197 gpio6: gpio@4805d000 {
198 compatible = "ti,omap4-gpio";
Benoit Cousson48420db2012-09-05 11:38:23 +0200199 reg = <0x4805d000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200200 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200201 ti,hwmods = "gpio6";
202 gpio-controller;
203 #gpio-cells = <2>;
204 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600205 #interrupt-cells = <2>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200206 };
207
Jon Hunter1c7dbb52013-02-22 15:33:31 -0600208 gpmc: gpmc@50000000 {
209 compatible = "ti,omap4430-gpmc";
210 reg = <0x50000000 0x1000>;
211 #address-cells = <2>;
212 #size-cells = <1>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200213 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunter1c7dbb52013-02-22 15:33:31 -0600214 gpmc,num-cs = <8>;
215 gpmc,num-waitpins = <4>;
216 ti,hwmods = "gpmc";
Rajendra Nayakf12ecbe2013-10-15 12:37:50 +0530217 ti,no-idle-on-init;
Jon Hunter1c7dbb52013-02-22 15:33:31 -0600218 };
219
Benoit Cousson19bfb762012-02-16 11:55:27 +0100220 uart1: serial@4806a000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530221 compatible = "ti,omap4-uart";
Benoit Cousson48420db2012-09-05 11:38:23 +0200222 reg = <0x4806a000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200223 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530224 ti,hwmods = "uart1";
225 clock-frequency = <48000000>;
226 };
227
Benoit Cousson19bfb762012-02-16 11:55:27 +0100228 uart2: serial@4806c000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530229 compatible = "ti,omap4-uart";
Benoit Cousson48420db2012-09-05 11:38:23 +0200230 reg = <0x4806c000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200231 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530232 ti,hwmods = "uart2";
233 clock-frequency = <48000000>;
234 };
235
Benoit Cousson19bfb762012-02-16 11:55:27 +0100236 uart3: serial@48020000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530237 compatible = "ti,omap4-uart";
Benoit Cousson48420db2012-09-05 11:38:23 +0200238 reg = <0x48020000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200239 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530240 ti,hwmods = "uart3";
241 clock-frequency = <48000000>;
242 };
243
Benoit Cousson19bfb762012-02-16 11:55:27 +0100244 uart4: serial@4806e000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530245 compatible = "ti,omap4-uart";
Benoit Cousson48420db2012-09-05 11:38:23 +0200246 reg = <0x4806e000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200247 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530248 ti,hwmods = "uart4";
249 clock-frequency = <48000000>;
250 };
Benoit Cousson58e778f2011-08-17 19:00:03 +0530251
252 i2c1: i2c@48070000 {
253 compatible = "ti,omap4-i2c";
Benoit Cousson48420db2012-09-05 11:38:23 +0200254 reg = <0x48070000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200255 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
Benoit Cousson58e778f2011-08-17 19:00:03 +0530256 #address-cells = <1>;
257 #size-cells = <0>;
258 ti,hwmods = "i2c1";
259 };
260
261 i2c2: i2c@48072000 {
262 compatible = "ti,omap4-i2c";
Benoit Cousson48420db2012-09-05 11:38:23 +0200263 reg = <0x48072000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200264 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
Benoit Cousson58e778f2011-08-17 19:00:03 +0530265 #address-cells = <1>;
266 #size-cells = <0>;
267 ti,hwmods = "i2c2";
268 };
269
270 i2c3: i2c@48060000 {
271 compatible = "ti,omap4-i2c";
Benoit Cousson48420db2012-09-05 11:38:23 +0200272 reg = <0x48060000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200273 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
Benoit Cousson58e778f2011-08-17 19:00:03 +0530274 #address-cells = <1>;
275 #size-cells = <0>;
276 ti,hwmods = "i2c3";
277 };
278
279 i2c4: i2c@48350000 {
280 compatible = "ti,omap4-i2c";
Benoit Cousson48420db2012-09-05 11:38:23 +0200281 reg = <0x48350000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200282 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
Benoit Cousson58e778f2011-08-17 19:00:03 +0530283 #address-cells = <1>;
284 #size-cells = <0>;
285 ti,hwmods = "i2c4";
286 };
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100287
288 mcspi1: spi@48098000 {
289 compatible = "ti,omap4-mcspi";
Benoit Cousson48420db2012-09-05 11:38:23 +0200290 reg = <0x48098000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200291 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100292 #address-cells = <1>;
293 #size-cells = <0>;
294 ti,hwmods = "mcspi1";
295 ti,spi-num-cs = <4>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500296 dmas = <&sdma 35>,
297 <&sdma 36>,
298 <&sdma 37>,
299 <&sdma 38>,
300 <&sdma 39>,
301 <&sdma 40>,
302 <&sdma 41>,
303 <&sdma 42>;
304 dma-names = "tx0", "rx0", "tx1", "rx1",
305 "tx2", "rx2", "tx3", "rx3";
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100306 };
307
308 mcspi2: spi@4809a000 {
309 compatible = "ti,omap4-mcspi";
Benoit Cousson48420db2012-09-05 11:38:23 +0200310 reg = <0x4809a000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200311 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100312 #address-cells = <1>;
313 #size-cells = <0>;
314 ti,hwmods = "mcspi2";
315 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500316 dmas = <&sdma 43>,
317 <&sdma 44>,
318 <&sdma 45>,
319 <&sdma 46>;
320 dma-names = "tx0", "rx0", "tx1", "rx1";
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100321 };
322
323 mcspi3: spi@480b8000 {
324 compatible = "ti,omap4-mcspi";
Benoit Cousson48420db2012-09-05 11:38:23 +0200325 reg = <0x480b8000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200326 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100327 #address-cells = <1>;
328 #size-cells = <0>;
329 ti,hwmods = "mcspi3";
330 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500331 dmas = <&sdma 15>, <&sdma 16>;
332 dma-names = "tx0", "rx0";
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100333 };
334
335 mcspi4: spi@480ba000 {
336 compatible = "ti,omap4-mcspi";
Benoit Cousson48420db2012-09-05 11:38:23 +0200337 reg = <0x480ba000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200338 interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100339 #address-cells = <1>;
340 #size-cells = <0>;
341 ti,hwmods = "mcspi4";
342 ti,spi-num-cs = <1>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500343 dmas = <&sdma 70>, <&sdma 71>;
344 dma-names = "tx0", "rx0";
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100345 };
Rajendra Nayak74981762011-10-04 17:10:27 +0530346
347 mmc1: mmc@4809c000 {
348 compatible = "ti,omap4-hsmmc";
Benoit Cousson48420db2012-09-05 11:38:23 +0200349 reg = <0x4809c000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200350 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayak74981762011-10-04 17:10:27 +0530351 ti,hwmods = "mmc1";
352 ti,dual-volt;
353 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500354 dmas = <&sdma 61>, <&sdma 62>;
355 dma-names = "tx", "rx";
Rajendra Nayak74981762011-10-04 17:10:27 +0530356 };
357
358 mmc2: mmc@480b4000 {
359 compatible = "ti,omap4-hsmmc";
Benoit Cousson48420db2012-09-05 11:38:23 +0200360 reg = <0x480b4000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200361 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayak74981762011-10-04 17:10:27 +0530362 ti,hwmods = "mmc2";
363 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500364 dmas = <&sdma 47>, <&sdma 48>;
365 dma-names = "tx", "rx";
Rajendra Nayak74981762011-10-04 17:10:27 +0530366 };
367
368 mmc3: mmc@480ad000 {
369 compatible = "ti,omap4-hsmmc";
Benoit Cousson48420db2012-09-05 11:38:23 +0200370 reg = <0x480ad000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200371 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayak74981762011-10-04 17:10:27 +0530372 ti,hwmods = "mmc3";
373 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500374 dmas = <&sdma 77>, <&sdma 78>;
375 dma-names = "tx", "rx";
Rajendra Nayak74981762011-10-04 17:10:27 +0530376 };
377
378 mmc4: mmc@480d1000 {
379 compatible = "ti,omap4-hsmmc";
Benoit Cousson48420db2012-09-05 11:38:23 +0200380 reg = <0x480d1000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200381 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayak74981762011-10-04 17:10:27 +0530382 ti,hwmods = "mmc4";
383 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500384 dmas = <&sdma 57>, <&sdma 58>;
385 dma-names = "tx", "rx";
Rajendra Nayak74981762011-10-04 17:10:27 +0530386 };
387
388 mmc5: mmc@480d5000 {
389 compatible = "ti,omap4-hsmmc";
Benoit Cousson48420db2012-09-05 11:38:23 +0200390 reg = <0x480d5000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200391 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayak74981762011-10-04 17:10:27 +0530392 ti,hwmods = "mmc5";
393 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500394 dmas = <&sdma 59>, <&sdma 60>;
395 dma-names = "tx", "rx";
Rajendra Nayak74981762011-10-04 17:10:27 +0530396 };
Xiao Jiang94c30732012-06-01 12:44:14 +0800397
398 wdt2: wdt@4a314000 {
399 compatible = "ti,omap4-wdt", "ti,omap3-wdt";
Benoit Cousson48420db2012-09-05 11:38:23 +0200400 reg = <0x4a314000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200401 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
Xiao Jiang94c30732012-06-01 12:44:14 +0800402 ti,hwmods = "wd_timer2";
403 };
Peter Ujfalusi4f4b5c72012-06-08 17:01:59 +0300404
405 mcpdm: mcpdm@40132000 {
406 compatible = "ti,omap4-mcpdm";
407 reg = <0x40132000 0x7f>, /* MPU private access */
408 <0x49032000 0x7f>; /* L3 Interconnect */
Peter Ujfalusi63467cf2012-08-29 16:31:06 +0300409 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200410 interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusi4f4b5c72012-06-08 17:01:59 +0300411 ti,hwmods = "mcpdm";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100412 dmas = <&sdma 65>,
413 <&sdma 66>;
414 dma-names = "up_link", "dn_link";
Peter Ujfalusi4f4b5c72012-06-08 17:01:59 +0300415 };
Peter Ujfalusia4c38312012-06-08 17:02:00 +0300416
417 dmic: dmic@4012e000 {
418 compatible = "ti,omap4-dmic";
419 reg = <0x4012e000 0x7f>, /* MPU private access */
420 <0x4902e000 0x7f>; /* L3 Interconnect */
Peter Ujfalusi63467cf2012-08-29 16:31:06 +0300421 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200422 interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusia4c38312012-06-08 17:02:00 +0300423 ti,hwmods = "dmic";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100424 dmas = <&sdma 67>;
425 dma-names = "up_link";
Peter Ujfalusia4c38312012-06-08 17:02:00 +0300426 };
Sourav Poddar61bc3542012-08-14 16:45:37 +0530427
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300428 mcbsp1: mcbsp@40122000 {
429 compatible = "ti,omap4-mcbsp";
430 reg = <0x40122000 0xff>, /* MPU private access */
431 <0x49022000 0xff>; /* L3 Interconnect */
432 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200433 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300434 interrupt-names = "common";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300435 ti,buffer-size = <128>;
436 ti,hwmods = "mcbsp1";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100437 dmas = <&sdma 33>,
438 <&sdma 34>;
439 dma-names = "tx", "rx";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300440 };
441
442 mcbsp2: mcbsp@40124000 {
443 compatible = "ti,omap4-mcbsp";
444 reg = <0x40124000 0xff>, /* MPU private access */
445 <0x49024000 0xff>; /* L3 Interconnect */
446 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200447 interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300448 interrupt-names = "common";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300449 ti,buffer-size = <128>;
450 ti,hwmods = "mcbsp2";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100451 dmas = <&sdma 17>,
452 <&sdma 18>;
453 dma-names = "tx", "rx";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300454 };
455
456 mcbsp3: mcbsp@40126000 {
457 compatible = "ti,omap4-mcbsp";
458 reg = <0x40126000 0xff>, /* MPU private access */
459 <0x49026000 0xff>; /* L3 Interconnect */
460 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200461 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300462 interrupt-names = "common";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300463 ti,buffer-size = <128>;
464 ti,hwmods = "mcbsp3";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100465 dmas = <&sdma 19>,
466 <&sdma 20>;
467 dma-names = "tx", "rx";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300468 };
469
470 mcbsp4: mcbsp@48096000 {
471 compatible = "ti,omap4-mcbsp";
472 reg = <0x48096000 0xff>; /* L4 Interconnect */
473 reg-names = "mpu";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200474 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300475 interrupt-names = "common";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300476 ti,buffer-size = <128>;
477 ti,hwmods = "mcbsp4";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100478 dmas = <&sdma 31>,
479 <&sdma 32>;
480 dma-names = "tx", "rx";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300481 };
482
Sourav Poddar61bc3542012-08-14 16:45:37 +0530483 keypad: keypad@4a31c000 {
484 compatible = "ti,omap4-keypad";
Benoit Cousson48420db2012-09-05 11:38:23 +0200485 reg = <0x4a31c000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200486 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
Benoit Cousson48420db2012-09-05 11:38:23 +0200487 reg-names = "mpu";
Sourav Poddar61bc3542012-08-14 16:45:37 +0530488 ti,hwmods = "kbd";
489 };
Aneesh V11c27062012-01-20 20:35:26 +0530490
491 emif1: emif@4c000000 {
492 compatible = "ti,emif-4d";
Benoit Cousson48420db2012-09-05 11:38:23 +0200493 reg = <0x4c000000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200494 interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
Aneesh V11c27062012-01-20 20:35:26 +0530495 ti,hwmods = "emif1";
Rajendra Nayakf12ecbe2013-10-15 12:37:50 +0530496 ti,no-idle-on-init;
Aneesh V11c27062012-01-20 20:35:26 +0530497 phy-type = <1>;
498 hw-caps-read-idle-ctrl;
499 hw-caps-ll-interface;
500 hw-caps-temp-alert;
501 };
502
503 emif2: emif@4d000000 {
504 compatible = "ti,emif-4d";
Benoit Cousson48420db2012-09-05 11:38:23 +0200505 reg = <0x4d000000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200506 interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
Aneesh V11c27062012-01-20 20:35:26 +0530507 ti,hwmods = "emif2";
Rajendra Nayakf12ecbe2013-10-15 12:37:50 +0530508 ti,no-idle-on-init;
Aneesh V11c27062012-01-20 20:35:26 +0530509 phy-type = <1>;
510 hw-caps-read-idle-ctrl;
511 hw-caps-ll-interface;
512 hw-caps-temp-alert;
513 };
Linus Torvalds8f446a72012-10-01 18:46:13 -0700514
Kishon Vijay Abraham I3ce0a992012-09-19 16:02:51 +0530515 ocp2scp@4a0ad000 {
Kishon Vijay Abraham I59bafcf2012-08-22 14:10:03 +0530516 compatible = "ti,omap-ocp2scp";
Kishon Vijay Abraham I3ce0a992012-09-19 16:02:51 +0530517 reg = <0x4a0ad000 0x1f>;
Kishon Vijay Abraham I59bafcf2012-08-22 14:10:03 +0530518 #address-cells = <1>;
519 #size-cells = <1>;
520 ranges;
521 ti,hwmods = "ocp2scp_usb_phy";
Kishon Vijay Abraham Icf0d8692013-03-07 19:05:15 +0530522 usb2_phy: usb2phy@4a0ad080 {
523 compatible = "ti,omap-usb2";
524 reg = <0x4a0ad080 0x58>;
525 ctrl-module = <&omap_control_usb>;
526 };
Kishon Vijay Abraham I59bafcf2012-08-22 14:10:03 +0530527 };
Jon Hunterfab8ad02012-10-19 09:59:00 -0500528
529 timer1: timer@4a318000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500530 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500531 reg = <0x4a318000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200532 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500533 ti,hwmods = "timer1";
534 ti,timer-alwon;
535 };
536
537 timer2: timer@48032000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500538 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500539 reg = <0x48032000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200540 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500541 ti,hwmods = "timer2";
542 };
543
544 timer3: timer@48034000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500545 compatible = "ti,omap4430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500546 reg = <0x48034000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200547 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500548 ti,hwmods = "timer3";
549 };
550
551 timer4: timer@48036000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500552 compatible = "ti,omap4430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500553 reg = <0x48036000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200554 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500555 ti,hwmods = "timer4";
556 };
557
Jon Hunterd03a93b2012-11-01 08:57:08 -0500558 timer5: timer@40138000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500559 compatible = "ti,omap4430-timer";
Jon Hunterd03a93b2012-11-01 08:57:08 -0500560 reg = <0x40138000 0x80>,
561 <0x49038000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200562 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500563 ti,hwmods = "timer5";
564 ti,timer-dsp;
565 };
566
Jon Hunterd03a93b2012-11-01 08:57:08 -0500567 timer6: timer@4013a000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500568 compatible = "ti,omap4430-timer";
Jon Hunterd03a93b2012-11-01 08:57:08 -0500569 reg = <0x4013a000 0x80>,
570 <0x4903a000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200571 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500572 ti,hwmods = "timer6";
573 ti,timer-dsp;
574 };
575
Jon Hunterd03a93b2012-11-01 08:57:08 -0500576 timer7: timer@4013c000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500577 compatible = "ti,omap4430-timer";
Jon Hunterd03a93b2012-11-01 08:57:08 -0500578 reg = <0x4013c000 0x80>,
579 <0x4903c000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200580 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500581 ti,hwmods = "timer7";
582 ti,timer-dsp;
583 };
584
Jon Hunterd03a93b2012-11-01 08:57:08 -0500585 timer8: timer@4013e000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500586 compatible = "ti,omap4430-timer";
Jon Hunterd03a93b2012-11-01 08:57:08 -0500587 reg = <0x4013e000 0x80>,
588 <0x4903e000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200589 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500590 ti,hwmods = "timer8";
591 ti,timer-pwm;
592 ti,timer-dsp;
593 };
594
595 timer9: timer@4803e000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500596 compatible = "ti,omap4430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500597 reg = <0x4803e000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200598 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500599 ti,hwmods = "timer9";
600 ti,timer-pwm;
601 };
602
603 timer10: timer@48086000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500604 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500605 reg = <0x48086000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200606 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500607 ti,hwmods = "timer10";
608 ti,timer-pwm;
609 };
610
611 timer11: timer@48088000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500612 compatible = "ti,omap4430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500613 reg = <0x48088000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200614 interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500615 ti,hwmods = "timer11";
616 ti,timer-pwm;
617 };
Roger Quadrosf17c8992013-03-20 17:44:58 +0200618
619 usbhstll: usbhstll@4a062000 {
620 compatible = "ti,usbhs-tll";
621 reg = <0x4a062000 0x1000>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200622 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosf17c8992013-03-20 17:44:58 +0200623 ti,hwmods = "usb_tll_hs";
624 };
625
626 usbhshost: usbhshost@4a064000 {
627 compatible = "ti,usbhs-host";
628 reg = <0x4a064000 0x800>;
629 ti,hwmods = "usb_host_hs";
630 #address-cells = <1>;
631 #size-cells = <1>;
632 ranges;
633
634 usbhsohci: ohci@4a064800 {
635 compatible = "ti,ohci-omap3", "usb-ohci";
636 reg = <0x4a064800 0x400>;
637 interrupt-parent = <&gic>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200638 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosf17c8992013-03-20 17:44:58 +0200639 };
640
641 usbhsehci: ehci@4a064c00 {
642 compatible = "ti,ehci-omap", "usb-ehci";
643 reg = <0x4a064c00 0x400>;
644 interrupt-parent = <&gic>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200645 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosf17c8992013-03-20 17:44:58 +0200646 };
647 };
Kishon Vijay Abraham I840e5fd2013-03-07 19:05:14 +0530648
649 omap_control_usb: omap-control-usb@4a002300 {
650 compatible = "ti,omap-control-usb";
651 reg = <0x4a002300 0x4>,
652 <0x4a00233c 0x4>;
653 reg-names = "control_dev_conf", "otghs_control";
654 ti,type = <1>;
655 };
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530656
657 usb_otg_hs: usb_otg_hs@4a0ab000 {
658 compatible = "ti,omap4-musb";
659 reg = <0x4a0ab000 0x7ff>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200660 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530661 interrupt-names = "mc", "dma";
662 ti,hwmods = "usb_otg_hs";
663 usb-phy = <&usb2_phy>;
664 multipoint = <1>;
665 num-eps = <16>;
666 ram-bits = <12>;
667 ti,has-mailbox;
668 };
Joel Fernandesdd6317d2013-07-11 18:20:05 -0500669
670 aes: aes@4b501000 {
671 compatible = "ti,omap4-aes";
672 ti,hwmods = "aes";
673 reg = <0x4b501000 0xa0>;
674 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
675 dmas = <&sdma 111>, <&sdma 110>;
676 dma-names = "tx", "rx";
677 };
Joel Fernandes806e9432013-09-24 15:23:33 -0500678
679 des: des@480a5000 {
680 compatible = "ti,omap4-des";
681 ti,hwmods = "des";
682 reg = <0x480a5000 0xa0>;
683 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
684 dmas = <&sdma 117>, <&sdma 116>;
685 dma-names = "tx", "rx";
686 };
Benoit Coussond9fda072011-08-09 17:15:17 +0200687 };
688};