blob: 2a4ba6065a6a9436dbcd61c24d3eda489164114c [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 {
Nishanth Menon20b80942013-10-16 15:21:03 -050020 i2c0 = &i2c1;
21 i2c1 = &i2c2;
22 i2c2 = &i2c3;
23 i2c3 = &i2c4;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +053024 serial0 = &uart1;
25 serial1 = &uart2;
26 serial2 = &uart3;
27 serial3 = &uart4;
Benoit Coussond9fda072011-08-09 17:15:17 +020028 };
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-a9";
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010036 device_type = "cpu";
Santosh Shilimkar926fd452012-07-04 17:57:34 +053037 next-level-cache = <&L2>;
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010038 reg = <0x0>;
Nishanth Menon8d766fa2014-01-29 12:19:17 -060039
40 clocks = <&dpll_mpu_ck>;
41 clock-names = "cpu";
42
43 clock-latency = <300000>; /* From omap-cpufreq driver */
Benoit Cousson476b6792011-08-16 11:49:08 +020044 };
45 cpu@1 {
46 compatible = "arm,cortex-a9";
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010047 device_type = "cpu";
Santosh Shilimkar926fd452012-07-04 17:57:34 +053048 next-level-cache = <&L2>;
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010049 reg = <0x1>;
Benoit Cousson476b6792011-08-16 11:49:08 +020050 };
51 };
52
Benoit Cousson56351212012-09-03 17:56:32 +020053 gic: interrupt-controller@48241000 {
54 compatible = "arm,cortex-a9-gic";
55 interrupt-controller;
56 #interrupt-cells = <3>;
57 reg = <0x48241000 0x1000>,
58 <0x48240100 0x0100>;
59 };
60
Santosh Shilimkar926fd452012-07-04 17:57:34 +053061 L2: l2-cache-controller@48242000 {
62 compatible = "arm,pl310-cache";
63 reg = <0x48242000 0x1000>;
64 cache-unified;
65 cache-level = <2>;
66 };
67
Lee Jones75d71d42013-07-22 11:52:36 +010068 local-timer@48240600 {
Santosh Shilimkareed0de22012-07-04 18:32:32 +053069 compatible = "arm,cortex-a9-twd-timer";
Gilles Chanteperdrix23c47372014-04-07 22:05:39 +020070 clocks = <&mpu_periphclk>;
Santosh Shilimkareed0de22012-07-04 18:32:32 +053071 reg = <0x48240600 0x20>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +020072 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_HIGH)>;
Santosh Shilimkareed0de22012-07-04 18:32:32 +053073 };
74
Benoit Coussond9fda072011-08-09 17:15:17 +020075 /*
Geert Uytterhoeven5c5be9d2014-03-28 11:11:37 +010076 * The soc node represents the soc top level view. It is used for IPs
Benoit Coussond9fda072011-08-09 17:15:17 +020077 * that are not memory mapped in the MPU view or for the MPU itself.
78 */
79 soc {
80 compatible = "ti,omap-infra";
Benoit Cousson476b6792011-08-16 11:49:08 +020081 mpu {
82 compatible = "ti,omap4-mpu";
83 ti,hwmods = "mpu";
84 };
85
86 dsp {
87 compatible = "ti,omap3-c64";
88 ti,hwmods = "dsp";
89 };
90
91 iva {
92 compatible = "ti,ivahd";
93 ti,hwmods = "iva";
94 };
Benoit Coussond9fda072011-08-09 17:15:17 +020095 };
96
97 /*
98 * XXX: Use a flat representation of the OMAP4 interconnect.
99 * The real OMAP interconnect network is quite complex.
Geert Uytterhoevenb7ab5242014-03-28 11:11:39 +0100100 * Since it will not bring real advantage to represent that in DT for
Benoit Coussond9fda072011-08-09 17:15:17 +0200101 * the moment, just use a fake OCP bus entry to represent the whole bus
102 * hierarchy.
103 */
104 ocp {
Benoit Coussonad8dfac2011-08-12 13:48:47 +0200105 compatible = "ti,omap4-l3-noc", "simple-bus";
Benoit Coussond9fda072011-08-09 17:15:17 +0200106 #address-cells = <1>;
107 #size-cells = <1>;
108 ranges;
Benoit Coussonad8dfac2011-08-12 13:48:47 +0200109 ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
Santosh Shilimkar20a60ea2013-02-26 17:36:14 +0530110 reg = <0x44000000 0x1000>,
111 <0x44800000 0x2000>,
112 <0x45000000 0x1000>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200113 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
114 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussond9fda072011-08-09 17:15:17 +0200115
Tero Kristo2488ff62013-07-18 12:42:02 +0300116 cm1: cm1@4a004000 {
117 compatible = "ti,omap4-cm1";
118 reg = <0x4a004000 0x2000>;
119
120 cm1_clocks: clocks {
121 #address-cells = <1>;
122 #size-cells = <0>;
123 };
124
125 cm1_clockdomains: clockdomains {
126 };
127 };
128
129 prm: prm@4a306000 {
130 compatible = "ti,omap4-prm";
131 reg = <0x4a306000 0x3000>;
132
133 prm_clocks: clocks {
134 #address-cells = <1>;
135 #size-cells = <0>;
136 };
137
138 prm_clockdomains: clockdomains {
139 };
140 };
141
142 cm2: cm2@4a008000 {
143 compatible = "ti,omap4-cm2";
144 reg = <0x4a008000 0x3000>;
145
146 cm2_clocks: clocks {
147 #address-cells = <1>;
148 #size-cells = <0>;
149 };
150
151 cm2_clockdomains: clockdomains {
152 };
153 };
154
155 scrm: scrm@4a30a000 {
156 compatible = "ti,omap4-scrm";
157 reg = <0x4a30a000 0x2000>;
158
159 scrm_clocks: clocks {
160 #address-cells = <1>;
161 #size-cells = <0>;
162 };
163
164 scrm_clockdomains: clockdomains {
165 };
166 };
167
Jon Hunter510c0ff2012-10-25 14:24:14 -0500168 counter32k: counter@4a304000 {
169 compatible = "ti,omap-counter32k";
170 reg = <0x4a304000 0x20>;
171 ti,hwmods = "counter_32k";
172 };
173
Tony Lindgren679e3312012-09-10 10:34:51 -0700174 omap4_pmx_core: pinmux@4a100040 {
175 compatible = "ti,omap4-padconf", "pinctrl-single";
176 reg = <0x4a100040 0x0196>;
177 #address-cells = <1>;
178 #size-cells = <0>;
Tony Lindgren30a69ef2013-10-10 15:45:13 -0700179 #interrupt-cells = <1>;
180 interrupt-controller;
Tony Lindgren679e3312012-09-10 10:34:51 -0700181 pinctrl-single,register-width = <16>;
182 pinctrl-single,function-mask = <0x7fff>;
183 };
184 omap4_pmx_wkup: pinmux@4a31e040 {
185 compatible = "ti,omap4-padconf", "pinctrl-single";
186 reg = <0x4a31e040 0x0038>;
187 #address-cells = <1>;
188 #size-cells = <0>;
Tony Lindgren30a69ef2013-10-10 15:45:13 -0700189 #interrupt-cells = <1>;
190 interrupt-controller;
Tony Lindgren679e3312012-09-10 10:34:51 -0700191 pinctrl-single,register-width = <16>;
192 pinctrl-single,function-mask = <0x7fff>;
193 };
194
Balaji T Kcd042fe2014-02-19 20:26:40 +0530195 omap4_padconf_global: tisyscon@4a1005a0 {
196 compatible = "syscon";
197 reg = <0x4a1005a0 0x170>;
198 };
199
200 pbias_regulator: pbias_regulator {
201 compatible = "ti,pbias-omap";
202 reg = <0x60 0x4>;
203 syscon = <&omap4_padconf_global>;
204 pbias_mmc_reg: pbias_mmc_omap4 {
205 regulator-name = "pbias_mmc_omap4";
206 regulator-min-microvolt = <1800000>;
207 regulator-max-microvolt = <3000000>;
208 };
209 };
210
Jon Hunter2c2dc542012-04-26 13:47:59 -0500211 sdma: dma-controller@4a056000 {
212 compatible = "ti,omap4430-sdma";
213 reg = <0x4a056000 0x1000>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200214 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>,
215 <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>,
216 <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>,
217 <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500218 #dma-cells = <1>;
219 #dma-channels = <32>;
220 #dma-requests = <127>;
221 };
222
Benoit Coussone3e5a922011-08-16 11:51:54 +0200223 gpio1: gpio@4a310000 {
224 compatible = "ti,omap4-gpio";
Benoit Cousson48420db2012-09-05 11:38:23 +0200225 reg = <0x4a310000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200226 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200227 ti,hwmods = "gpio1";
Jon Huntere4b9b9f2013-04-04 15:16:16 -0500228 ti,gpio-always-on;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200229 gpio-controller;
230 #gpio-cells = <2>;
231 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600232 #interrupt-cells = <2>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200233 };
234
235 gpio2: gpio@48055000 {
236 compatible = "ti,omap4-gpio";
Benoit Cousson48420db2012-09-05 11:38:23 +0200237 reg = <0x48055000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200238 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200239 ti,hwmods = "gpio2";
240 gpio-controller;
241 #gpio-cells = <2>;
242 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600243 #interrupt-cells = <2>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200244 };
245
246 gpio3: gpio@48057000 {
247 compatible = "ti,omap4-gpio";
Benoit Cousson48420db2012-09-05 11:38:23 +0200248 reg = <0x48057000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200249 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200250 ti,hwmods = "gpio3";
251 gpio-controller;
252 #gpio-cells = <2>;
253 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600254 #interrupt-cells = <2>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200255 };
256
257 gpio4: gpio@48059000 {
258 compatible = "ti,omap4-gpio";
Benoit Cousson48420db2012-09-05 11:38:23 +0200259 reg = <0x48059000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200260 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200261 ti,hwmods = "gpio4";
262 gpio-controller;
263 #gpio-cells = <2>;
264 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600265 #interrupt-cells = <2>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200266 };
267
268 gpio5: gpio@4805b000 {
269 compatible = "ti,omap4-gpio";
Benoit Cousson48420db2012-09-05 11:38:23 +0200270 reg = <0x4805b000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200271 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200272 ti,hwmods = "gpio5";
273 gpio-controller;
274 #gpio-cells = <2>;
275 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600276 #interrupt-cells = <2>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200277 };
278
279 gpio6: gpio@4805d000 {
280 compatible = "ti,omap4-gpio";
Benoit Cousson48420db2012-09-05 11:38:23 +0200281 reg = <0x4805d000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200282 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200283 ti,hwmods = "gpio6";
284 gpio-controller;
285 #gpio-cells = <2>;
286 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600287 #interrupt-cells = <2>;
Benoit Coussone3e5a922011-08-16 11:51:54 +0200288 };
289
Jon Hunter1c7dbb52013-02-22 15:33:31 -0600290 gpmc: gpmc@50000000 {
291 compatible = "ti,omap4430-gpmc";
292 reg = <0x50000000 0x1000>;
293 #address-cells = <2>;
294 #size-cells = <1>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200295 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunter1c7dbb52013-02-22 15:33:31 -0600296 gpmc,num-cs = <8>;
297 gpmc,num-waitpins = <4>;
298 ti,hwmods = "gpmc";
Rajendra Nayakf12ecbe22013-10-15 12:37:50 +0530299 ti,no-idle-on-init;
Florian Vaussard7b8b6af2014-02-26 11:38:09 +0100300 clocks = <&l3_div_ck>;
301 clock-names = "fck";
Jon Hunter1c7dbb52013-02-22 15:33:31 -0600302 };
303
Benoit Cousson19bfb762012-02-16 11:55:27 +0100304 uart1: serial@4806a000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530305 compatible = "ti,omap4-uart";
Benoit Cousson48420db2012-09-05 11:38:23 +0200306 reg = <0x4806a000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200307 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530308 ti,hwmods = "uart1";
309 clock-frequency = <48000000>;
310 };
311
Benoit Cousson19bfb762012-02-16 11:55:27 +0100312 uart2: serial@4806c000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530313 compatible = "ti,omap4-uart";
Benoit Cousson48420db2012-09-05 11:38:23 +0200314 reg = <0x4806c000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200315 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530316 ti,hwmods = "uart2";
317 clock-frequency = <48000000>;
318 };
319
Benoit Cousson19bfb762012-02-16 11:55:27 +0100320 uart3: serial@48020000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530321 compatible = "ti,omap4-uart";
Benoit Cousson48420db2012-09-05 11:38:23 +0200322 reg = <0x48020000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200323 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530324 ti,hwmods = "uart3";
325 clock-frequency = <48000000>;
326 };
327
Benoit Cousson19bfb762012-02-16 11:55:27 +0100328 uart4: serial@4806e000 {
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530329 compatible = "ti,omap4-uart";
Benoit Cousson48420db2012-09-05 11:38:23 +0200330 reg = <0x4806e000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200331 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayakcf3c79d2011-12-14 17:25:46 +0530332 ti,hwmods = "uart4";
333 clock-frequency = <48000000>;
334 };
Benoit Cousson58e778f2011-08-17 19:00:03 +0530335
Suman Anna04c7d922013-10-10 16:15:33 -0500336 hwspinlock: spinlock@4a0f6000 {
337 compatible = "ti,omap4-hwspinlock";
338 reg = <0x4a0f6000 0x1000>;
339 ti,hwmods = "spinlock";
Suman Anna34054212014-01-13 18:26:45 -0600340 #hwlock-cells = <1>;
Suman Anna04c7d922013-10-10 16:15:33 -0500341 };
342
Benoit Cousson58e778f2011-08-17 19:00:03 +0530343 i2c1: i2c@48070000 {
344 compatible = "ti,omap4-i2c";
Benoit Cousson48420db2012-09-05 11:38:23 +0200345 reg = <0x48070000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200346 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
Benoit Cousson58e778f2011-08-17 19:00:03 +0530347 #address-cells = <1>;
348 #size-cells = <0>;
349 ti,hwmods = "i2c1";
350 };
351
352 i2c2: i2c@48072000 {
353 compatible = "ti,omap4-i2c";
Benoit Cousson48420db2012-09-05 11:38:23 +0200354 reg = <0x48072000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200355 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
Benoit Cousson58e778f2011-08-17 19:00:03 +0530356 #address-cells = <1>;
357 #size-cells = <0>;
358 ti,hwmods = "i2c2";
359 };
360
361 i2c3: i2c@48060000 {
362 compatible = "ti,omap4-i2c";
Benoit Cousson48420db2012-09-05 11:38:23 +0200363 reg = <0x48060000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200364 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
Benoit Cousson58e778f2011-08-17 19:00:03 +0530365 #address-cells = <1>;
366 #size-cells = <0>;
367 ti,hwmods = "i2c3";
368 };
369
370 i2c4: i2c@48350000 {
371 compatible = "ti,omap4-i2c";
Benoit Cousson48420db2012-09-05 11:38:23 +0200372 reg = <0x48350000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200373 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
Benoit Cousson58e778f2011-08-17 19:00:03 +0530374 #address-cells = <1>;
375 #size-cells = <0>;
376 ti,hwmods = "i2c4";
377 };
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100378
379 mcspi1: spi@48098000 {
380 compatible = "ti,omap4-mcspi";
Benoit Cousson48420db2012-09-05 11:38:23 +0200381 reg = <0x48098000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200382 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100383 #address-cells = <1>;
384 #size-cells = <0>;
385 ti,hwmods = "mcspi1";
386 ti,spi-num-cs = <4>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500387 dmas = <&sdma 35>,
388 <&sdma 36>,
389 <&sdma 37>,
390 <&sdma 38>,
391 <&sdma 39>,
392 <&sdma 40>,
393 <&sdma 41>,
394 <&sdma 42>;
395 dma-names = "tx0", "rx0", "tx1", "rx1",
396 "tx2", "rx2", "tx3", "rx3";
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100397 };
398
399 mcspi2: spi@4809a000 {
400 compatible = "ti,omap4-mcspi";
Benoit Cousson48420db2012-09-05 11:38:23 +0200401 reg = <0x4809a000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200402 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100403 #address-cells = <1>;
404 #size-cells = <0>;
405 ti,hwmods = "mcspi2";
406 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500407 dmas = <&sdma 43>,
408 <&sdma 44>,
409 <&sdma 45>,
410 <&sdma 46>;
411 dma-names = "tx0", "rx0", "tx1", "rx1";
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100412 };
413
414 mcspi3: spi@480b8000 {
415 compatible = "ti,omap4-mcspi";
Benoit Cousson48420db2012-09-05 11:38:23 +0200416 reg = <0x480b8000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200417 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100418 #address-cells = <1>;
419 #size-cells = <0>;
420 ti,hwmods = "mcspi3";
421 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500422 dmas = <&sdma 15>, <&sdma 16>;
423 dma-names = "tx0", "rx0";
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100424 };
425
426 mcspi4: spi@480ba000 {
427 compatible = "ti,omap4-mcspi";
Benoit Cousson48420db2012-09-05 11:38:23 +0200428 reg = <0x480ba000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200429 interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100430 #address-cells = <1>;
431 #size-cells = <0>;
432 ti,hwmods = "mcspi4";
433 ti,spi-num-cs = <1>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500434 dmas = <&sdma 70>, <&sdma 71>;
435 dma-names = "tx0", "rx0";
Benoit Coussonefcf1e52012-01-20 14:15:58 +0100436 };
Rajendra Nayak74981762011-10-04 17:10:27 +0530437
438 mmc1: mmc@4809c000 {
439 compatible = "ti,omap4-hsmmc";
Benoit Cousson48420db2012-09-05 11:38:23 +0200440 reg = <0x4809c000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200441 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayak74981762011-10-04 17:10:27 +0530442 ti,hwmods = "mmc1";
443 ti,dual-volt;
444 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500445 dmas = <&sdma 61>, <&sdma 62>;
446 dma-names = "tx", "rx";
Balaji T Kcd042fe2014-02-19 20:26:40 +0530447 pbias-supply = <&pbias_mmc_reg>;
Rajendra Nayak74981762011-10-04 17:10:27 +0530448 };
449
450 mmc2: mmc@480b4000 {
451 compatible = "ti,omap4-hsmmc";
Benoit Cousson48420db2012-09-05 11:38:23 +0200452 reg = <0x480b4000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200453 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayak74981762011-10-04 17:10:27 +0530454 ti,hwmods = "mmc2";
455 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500456 dmas = <&sdma 47>, <&sdma 48>;
457 dma-names = "tx", "rx";
Rajendra Nayak74981762011-10-04 17:10:27 +0530458 };
459
460 mmc3: mmc@480ad000 {
461 compatible = "ti,omap4-hsmmc";
Benoit Cousson48420db2012-09-05 11:38:23 +0200462 reg = <0x480ad000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200463 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayak74981762011-10-04 17:10:27 +0530464 ti,hwmods = "mmc3";
465 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500466 dmas = <&sdma 77>, <&sdma 78>;
467 dma-names = "tx", "rx";
Rajendra Nayak74981762011-10-04 17:10:27 +0530468 };
469
470 mmc4: mmc@480d1000 {
471 compatible = "ti,omap4-hsmmc";
Benoit Cousson48420db2012-09-05 11:38:23 +0200472 reg = <0x480d1000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200473 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayak74981762011-10-04 17:10:27 +0530474 ti,hwmods = "mmc4";
475 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500476 dmas = <&sdma 57>, <&sdma 58>;
477 dma-names = "tx", "rx";
Rajendra Nayak74981762011-10-04 17:10:27 +0530478 };
479
480 mmc5: mmc@480d5000 {
481 compatible = "ti,omap4-hsmmc";
Benoit Cousson48420db2012-09-05 11:38:23 +0200482 reg = <0x480d5000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200483 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
Rajendra Nayak74981762011-10-04 17:10:27 +0530484 ti,hwmods = "mmc5";
485 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500486 dmas = <&sdma 59>, <&sdma 60>;
487 dma-names = "tx", "rx";
Rajendra Nayak74981762011-10-04 17:10:27 +0530488 };
Xiao Jiang94c30732012-06-01 12:44:14 +0800489
Florian Vaussard21bd85a2014-03-05 18:24:18 -0600490 mmu_dsp: mmu@4a066000 {
491 compatible = "ti,omap4-iommu";
492 reg = <0x4a066000 0x100>;
493 interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
494 ti,hwmods = "mmu_dsp";
495 };
496
497 mmu_ipu: mmu@55082000 {
498 compatible = "ti,omap4-iommu";
499 reg = <0x55082000 0x100>;
500 interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
501 ti,hwmods = "mmu_ipu";
502 ti,iommu-bus-err-back;
503 };
504
Xiao Jiang94c30732012-06-01 12:44:14 +0800505 wdt2: wdt@4a314000 {
506 compatible = "ti,omap4-wdt", "ti,omap3-wdt";
Benoit Cousson48420db2012-09-05 11:38:23 +0200507 reg = <0x4a314000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200508 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
Xiao Jiang94c30732012-06-01 12:44:14 +0800509 ti,hwmods = "wd_timer2";
510 };
Peter Ujfalusi4f4b5c72012-06-08 17:01:59 +0300511
512 mcpdm: mcpdm@40132000 {
513 compatible = "ti,omap4-mcpdm";
514 reg = <0x40132000 0x7f>, /* MPU private access */
515 <0x49032000 0x7f>; /* L3 Interconnect */
Peter Ujfalusi63467cf2012-08-29 16:31:06 +0300516 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200517 interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusi4f4b5c72012-06-08 17:01:59 +0300518 ti,hwmods = "mcpdm";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100519 dmas = <&sdma 65>,
520 <&sdma 66>;
521 dma-names = "up_link", "dn_link";
Peter Ujfalusi7adb0932014-01-24 10:19:01 +0200522 status = "disabled";
Peter Ujfalusi4f4b5c72012-06-08 17:01:59 +0300523 };
Peter Ujfalusia4c38312012-06-08 17:02:00 +0300524
525 dmic: dmic@4012e000 {
526 compatible = "ti,omap4-dmic";
527 reg = <0x4012e000 0x7f>, /* MPU private access */
528 <0x4902e000 0x7f>; /* L3 Interconnect */
Peter Ujfalusi63467cf2012-08-29 16:31:06 +0300529 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200530 interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusia4c38312012-06-08 17:02:00 +0300531 ti,hwmods = "dmic";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100532 dmas = <&sdma 67>;
533 dma-names = "up_link";
Peter Ujfalusi7adb0932014-01-24 10:19:01 +0200534 status = "disabled";
Peter Ujfalusia4c38312012-06-08 17:02:00 +0300535 };
Sourav Poddar61bc3542012-08-14 16:45:37 +0530536
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300537 mcbsp1: mcbsp@40122000 {
538 compatible = "ti,omap4-mcbsp";
539 reg = <0x40122000 0xff>, /* MPU private access */
540 <0x49022000 0xff>; /* L3 Interconnect */
541 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200542 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300543 interrupt-names = "common";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300544 ti,buffer-size = <128>;
545 ti,hwmods = "mcbsp1";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100546 dmas = <&sdma 33>,
547 <&sdma 34>;
548 dma-names = "tx", "rx";
Peter Ujfalusi7adb0932014-01-24 10:19:01 +0200549 status = "disabled";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300550 };
551
552 mcbsp2: mcbsp@40124000 {
553 compatible = "ti,omap4-mcbsp";
554 reg = <0x40124000 0xff>, /* MPU private access */
555 <0x49024000 0xff>; /* L3 Interconnect */
556 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200557 interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300558 interrupt-names = "common";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300559 ti,buffer-size = <128>;
560 ti,hwmods = "mcbsp2";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100561 dmas = <&sdma 17>,
562 <&sdma 18>;
563 dma-names = "tx", "rx";
Peter Ujfalusi7adb0932014-01-24 10:19:01 +0200564 status = "disabled";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300565 };
566
567 mcbsp3: mcbsp@40126000 {
568 compatible = "ti,omap4-mcbsp";
569 reg = <0x40126000 0xff>, /* MPU private access */
570 <0x49026000 0xff>; /* L3 Interconnect */
571 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200572 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300573 interrupt-names = "common";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300574 ti,buffer-size = <128>;
575 ti,hwmods = "mcbsp3";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100576 dmas = <&sdma 19>,
577 <&sdma 20>;
578 dma-names = "tx", "rx";
Peter Ujfalusi7adb0932014-01-24 10:19:01 +0200579 status = "disabled";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300580 };
581
582 mcbsp4: mcbsp@48096000 {
583 compatible = "ti,omap4-mcbsp";
584 reg = <0x48096000 0xff>; /* L4 Interconnect */
585 reg-names = "mpu";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200586 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300587 interrupt-names = "common";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300588 ti,buffer-size = <128>;
589 ti,hwmods = "mcbsp4";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100590 dmas = <&sdma 31>,
591 <&sdma 32>;
592 dma-names = "tx", "rx";
Peter Ujfalusi7adb0932014-01-24 10:19:01 +0200593 status = "disabled";
Peter Ujfalusi2995a102012-07-26 17:13:21 +0300594 };
595
Sourav Poddar61bc3542012-08-14 16:45:37 +0530596 keypad: keypad@4a31c000 {
597 compatible = "ti,omap4-keypad";
Benoit Cousson48420db2012-09-05 11:38:23 +0200598 reg = <0x4a31c000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200599 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
Benoit Cousson48420db2012-09-05 11:38:23 +0200600 reg-names = "mpu";
Sourav Poddar61bc3542012-08-14 16:45:37 +0530601 ti,hwmods = "kbd";
602 };
Aneesh V11c27062012-01-20 20:35:26 +0530603
Archit Taneja1a5fe3c2013-12-17 15:32:21 +0530604 dmm@4e000000 {
605 compatible = "ti,omap4-dmm";
606 reg = <0x4e000000 0x800>;
607 interrupts = <0 113 0x4>;
608 ti,hwmods = "dmm";
609 };
610
Aneesh V11c27062012-01-20 20:35:26 +0530611 emif1: emif@4c000000 {
612 compatible = "ti,emif-4d";
Benoit Cousson48420db2012-09-05 11:38:23 +0200613 reg = <0x4c000000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200614 interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
Aneesh V11c27062012-01-20 20:35:26 +0530615 ti,hwmods = "emif1";
Rajendra Nayakf12ecbe22013-10-15 12:37:50 +0530616 ti,no-idle-on-init;
Aneesh V11c27062012-01-20 20:35:26 +0530617 phy-type = <1>;
618 hw-caps-read-idle-ctrl;
619 hw-caps-ll-interface;
620 hw-caps-temp-alert;
621 };
622
623 emif2: emif@4d000000 {
624 compatible = "ti,emif-4d";
Benoit Cousson48420db2012-09-05 11:38:23 +0200625 reg = <0x4d000000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200626 interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
Aneesh V11c27062012-01-20 20:35:26 +0530627 ti,hwmods = "emif2";
Rajendra Nayakf12ecbe22013-10-15 12:37:50 +0530628 ti,no-idle-on-init;
Aneesh V11c27062012-01-20 20:35:26 +0530629 phy-type = <1>;
630 hw-caps-read-idle-ctrl;
631 hw-caps-ll-interface;
632 hw-caps-temp-alert;
633 };
Linus Torvalds8f446a72012-10-01 18:46:13 -0700634
Kishon Vijay Abraham I3ce0a992012-09-19 16:02:51 +0530635 ocp2scp@4a0ad000 {
Kishon Vijay Abraham I59bafcf2012-08-22 14:10:03 +0530636 compatible = "ti,omap-ocp2scp";
Kishon Vijay Abraham I3ce0a992012-09-19 16:02:51 +0530637 reg = <0x4a0ad000 0x1f>;
Kishon Vijay Abraham I59bafcf2012-08-22 14:10:03 +0530638 #address-cells = <1>;
639 #size-cells = <1>;
640 ranges;
641 ti,hwmods = "ocp2scp_usb_phy";
Kishon Vijay Abraham Icf0d8692013-03-07 19:05:15 +0530642 usb2_phy: usb2phy@4a0ad080 {
643 compatible = "ti,omap-usb2";
644 reg = <0x4a0ad080 0x58>;
Roger Quadros470019a2013-10-03 18:12:36 +0300645 ctrl-module = <&omap_control_usb2phy>;
Kishon Vijay Abraham I975d963e2013-09-27 11:53:29 +0530646 #phy-cells = <0>;
Kishon Vijay Abraham Icf0d8692013-03-07 19:05:15 +0530647 };
Kishon Vijay Abraham I59bafcf2012-08-22 14:10:03 +0530648 };
Jon Hunterfab8ad02012-10-19 09:59:00 -0500649
650 timer1: timer@4a318000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500651 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500652 reg = <0x4a318000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200653 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500654 ti,hwmods = "timer1";
655 ti,timer-alwon;
656 };
657
658 timer2: timer@48032000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500659 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500660 reg = <0x48032000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200661 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500662 ti,hwmods = "timer2";
663 };
664
665 timer3: timer@48034000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500666 compatible = "ti,omap4430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500667 reg = <0x48034000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200668 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500669 ti,hwmods = "timer3";
670 };
671
672 timer4: timer@48036000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500673 compatible = "ti,omap4430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500674 reg = <0x48036000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200675 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500676 ti,hwmods = "timer4";
677 };
678
Jon Hunterd03a93b2012-11-01 08:57:08 -0500679 timer5: timer@40138000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500680 compatible = "ti,omap4430-timer";
Jon Hunterd03a93b2012-11-01 08:57:08 -0500681 reg = <0x40138000 0x80>,
682 <0x49038000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200683 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500684 ti,hwmods = "timer5";
685 ti,timer-dsp;
686 };
687
Jon Hunterd03a93b2012-11-01 08:57:08 -0500688 timer6: timer@4013a000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500689 compatible = "ti,omap4430-timer";
Jon Hunterd03a93b2012-11-01 08:57:08 -0500690 reg = <0x4013a000 0x80>,
691 <0x4903a000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200692 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500693 ti,hwmods = "timer6";
694 ti,timer-dsp;
695 };
696
Jon Hunterd03a93b2012-11-01 08:57:08 -0500697 timer7: timer@4013c000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500698 compatible = "ti,omap4430-timer";
Jon Hunterd03a93b2012-11-01 08:57:08 -0500699 reg = <0x4013c000 0x80>,
700 <0x4903c000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200701 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500702 ti,hwmods = "timer7";
703 ti,timer-dsp;
704 };
705
Jon Hunterd03a93b2012-11-01 08:57:08 -0500706 timer8: timer@4013e000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500707 compatible = "ti,omap4430-timer";
Jon Hunterd03a93b2012-11-01 08:57:08 -0500708 reg = <0x4013e000 0x80>,
709 <0x4903e000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200710 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500711 ti,hwmods = "timer8";
712 ti,timer-pwm;
713 ti,timer-dsp;
714 };
715
716 timer9: timer@4803e000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500717 compatible = "ti,omap4430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500718 reg = <0x4803e000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200719 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500720 ti,hwmods = "timer9";
721 ti,timer-pwm;
722 };
723
724 timer10: timer@48086000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500725 compatible = "ti,omap3430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500726 reg = <0x48086000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200727 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500728 ti,hwmods = "timer10";
729 ti,timer-pwm;
730 };
731
732 timer11: timer@48088000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500733 compatible = "ti,omap4430-timer";
Jon Hunterfab8ad02012-10-19 09:59:00 -0500734 reg = <0x48088000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200735 interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterfab8ad02012-10-19 09:59:00 -0500736 ti,hwmods = "timer11";
737 ti,timer-pwm;
738 };
Roger Quadrosf17c8992013-03-20 17:44:58 +0200739
740 usbhstll: usbhstll@4a062000 {
741 compatible = "ti,usbhs-tll";
742 reg = <0x4a062000 0x1000>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200743 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosf17c8992013-03-20 17:44:58 +0200744 ti,hwmods = "usb_tll_hs";
745 };
746
747 usbhshost: usbhshost@4a064000 {
748 compatible = "ti,usbhs-host";
749 reg = <0x4a064000 0x800>;
750 ti,hwmods = "usb_host_hs";
751 #address-cells = <1>;
752 #size-cells = <1>;
753 ranges;
Roger Quadros051fc062014-02-27 16:18:26 +0200754 clocks = <&init_60m_fclk>,
755 <&xclk60mhsp1_ck>,
756 <&xclk60mhsp2_ck>;
757 clock-names = "refclk_60m_int",
758 "refclk_60m_ext_p1",
759 "refclk_60m_ext_p2";
Roger Quadrosf17c8992013-03-20 17:44:58 +0200760
761 usbhsohci: ohci@4a064800 {
Roger Quadrosa2525e52014-02-27 16:18:30 +0200762 compatible = "ti,ohci-omap3";
Roger Quadrosf17c8992013-03-20 17:44:58 +0200763 reg = <0x4a064800 0x400>;
764 interrupt-parent = <&gic>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200765 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosf17c8992013-03-20 17:44:58 +0200766 };
767
768 usbhsehci: ehci@4a064c00 {
Roger Quadrosa2525e52014-02-27 16:18:30 +0200769 compatible = "ti,ehci-omap";
Roger Quadrosf17c8992013-03-20 17:44:58 +0200770 reg = <0x4a064c00 0x400>;
771 interrupt-parent = <&gic>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200772 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
Roger Quadrosf17c8992013-03-20 17:44:58 +0200773 };
774 };
Kishon Vijay Abraham I840e5fd2013-03-07 19:05:14 +0530775
Roger Quadros470019a2013-10-03 18:12:36 +0300776 omap_control_usb2phy: control-phy@4a002300 {
777 compatible = "ti,control-phy-usb2";
778 reg = <0x4a002300 0x4>;
779 reg-names = "power";
780 };
781
782 omap_control_usbotg: control-phy@4a00233c {
783 compatible = "ti,control-phy-otghs";
784 reg = <0x4a00233c 0x4>;
785 reg-names = "otghs_control";
Kishon Vijay Abraham I840e5fd2013-03-07 19:05:14 +0530786 };
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530787
788 usb_otg_hs: usb_otg_hs@4a0ab000 {
789 compatible = "ti,omap4-musb";
790 reg = <0x4a0ab000 0x7ff>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200791 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530792 interrupt-names = "mc", "dma";
793 ti,hwmods = "usb_otg_hs";
794 usb-phy = <&usb2_phy>;
Kishon Vijay Abraham I975d963e2013-09-27 11:53:29 +0530795 phys = <&usb2_phy>;
796 phy-names = "usb2-phy";
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530797 multipoint = <1>;
798 num-eps = <16>;
799 ram-bits = <12>;
Roger Quadros470019a2013-10-03 18:12:36 +0300800 ctrl-module = <&omap_control_usbotg>;
Kishon Vijay Abraham Iad871c12013-03-07 19:05:16 +0530801 };
Joel Fernandesdd6317d2013-07-11 18:20:05 -0500802
803 aes: aes@4b501000 {
804 compatible = "ti,omap4-aes";
805 ti,hwmods = "aes";
806 reg = <0x4b501000 0xa0>;
807 interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
808 dmas = <&sdma 111>, <&sdma 110>;
809 dma-names = "tx", "rx";
810 };
Joel Fernandes806e9432013-09-24 15:23:33 -0500811
812 des: des@480a5000 {
813 compatible = "ti,omap4-des";
814 ti,hwmods = "des";
815 reg = <0x480a5000 0xa0>;
816 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
817 dmas = <&sdma 117>, <&sdma 116>;
818 dma-names = "tx", "rx";
819 };
Andrii.Tseglytskyie12c7732014-03-03 20:20:22 +0530820
821 abb_mpu: regulator-abb-mpu {
822 compatible = "ti,abb-v2";
823 regulator-name = "abb_mpu";
824 #address-cells = <0>;
825 #size-cells = <0>;
826 ti,tranxdone-status-mask = <0x80>;
827 clocks = <&sys_clkin_ck>;
828 ti,settling-time = <50>;
829 ti,clock-cycles = <16>;
830
831 status = "disabled";
832 };
833
834 abb_iva: regulator-abb-iva {
835 compatible = "ti,abb-v2";
836 regulator-name = "abb_iva";
837 #address-cells = <0>;
838 #size-cells = <0>;
839 ti,tranxdone-status-mask = <0x80000000>;
840 clocks = <&sys_clkin_ck>;
841 ti,settling-time = <50>;
842 ti,clock-cycles = <16>;
843
844 status = "disabled";
845 };
Tomi Valkeinencfe86fc2012-08-21 15:34:50 +0300846
847 dss: dss@58000000 {
848 compatible = "ti,omap4-dss";
849 reg = <0x58000000 0x80>;
850 status = "disabled";
851 ti,hwmods = "dss_core";
852 clocks = <&dss_dss_clk>;
853 clock-names = "fck";
854 #address-cells = <1>;
855 #size-cells = <1>;
856 ranges;
857
858 dispc@58001000 {
859 compatible = "ti,omap4-dispc";
860 reg = <0x58001000 0x1000>;
861 interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
862 ti,hwmods = "dss_dispc";
863 clocks = <&dss_dss_clk>;
864 clock-names = "fck";
865 };
866
867 rfbi: encoder@58002000 {
868 compatible = "ti,omap4-rfbi";
869 reg = <0x58002000 0x1000>;
870 status = "disabled";
871 ti,hwmods = "dss_rfbi";
872 clocks = <&dss_dss_clk>, <&dss_fck>;
873 clock-names = "fck", "ick";
874 };
875
876 venc: encoder@58003000 {
877 compatible = "ti,omap4-venc";
878 reg = <0x58003000 0x1000>;
879 status = "disabled";
880 ti,hwmods = "dss_venc";
881 clocks = <&dss_tv_clk>;
882 clock-names = "fck";
883 };
884
885 dsi1: encoder@58004000 {
886 compatible = "ti,omap4-dsi";
887 reg = <0x58004000 0x200>,
888 <0x58004200 0x40>,
889 <0x58004300 0x20>;
890 reg-names = "proto", "phy", "pll";
891 interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
892 status = "disabled";
893 ti,hwmods = "dss_dsi1";
894 clocks = <&dss_dss_clk>, <&dss_sys_clk>;
895 clock-names = "fck", "sys_clk";
896 };
897
898 dsi2: encoder@58005000 {
899 compatible = "ti,omap4-dsi";
900 reg = <0x58005000 0x200>,
901 <0x58005200 0x40>,
902 <0x58005300 0x20>;
903 reg-names = "proto", "phy", "pll";
904 interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
905 status = "disabled";
906 ti,hwmods = "dss_dsi2";
907 clocks = <&dss_dss_clk>, <&dss_sys_clk>;
908 clock-names = "fck", "sys_clk";
909 };
910
911 hdmi: encoder@58006000 {
912 compatible = "ti,omap4-hdmi";
913 reg = <0x58006000 0x200>,
914 <0x58006200 0x100>,
915 <0x58006300 0x100>,
916 <0x58006400 0x1000>;
917 reg-names = "wp", "pll", "phy", "core";
918 interrupts = <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
919 status = "disabled";
920 ti,hwmods = "dss_hdmi";
921 clocks = <&dss_48mhz_clk>, <&dss_sys_clk>;
922 clock-names = "fck", "sys_clk";
923 };
924 };
Benoit Coussond9fda072011-08-09 17:15:17 +0200925 };
926};
Tero Kristo2488ff62013-07-18 12:42:02 +0300927
928/include/ "omap44xx-clocks.dtsi"