blob: 9ba5c18771729e5e6d9b4143791af7722ee0413b [file] [log] [blame]
R Sricharan6b5de092012-05-10 19:46:00 +05301/*
2 * Copyright (C) 2012 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 * Based on "omap4.dtsi"
8 */
9
Florian Vaussard6d624ea2013-05-31 14:32:56 +020010#include <dt-bindings/gpio/gpio.h>
Florian Vaussard8fea7d52013-05-31 14:32:57 +020011#include <dt-bindings/interrupt-controller/arm-gic.h>
Florian Vaussardbcd3cca2013-05-31 14:32:59 +020012#include <dt-bindings/pinctrl/omap.h>
R Sricharan6b5de092012-05-10 19:46:00 +053013
Florian Vaussard98ef79572013-05-31 14:32:55 +020014#include "skeleton.dtsi"
R Sricharan6b5de092012-05-10 19:46:00 +053015
16/ {
Santosh Shilimkarba1829b2013-02-12 15:57:55 +053017 #address-cells = <1>;
18 #size-cells = <1>;
19
R Sricharan6b5de092012-05-10 19:46:00 +053020 compatible = "ti,omap5";
21 interrupt-parent = <&gic>;
22
23 aliases {
Nishanth Menon20b80942013-10-16 15:21:03 -050024 i2c0 = &i2c1;
25 i2c1 = &i2c2;
26 i2c2 = &i2c3;
27 i2c3 = &i2c4;
28 i2c4 = &i2c5;
R Sricharan6b5de092012-05-10 19:46:00 +053029 serial0 = &uart1;
30 serial1 = &uart2;
31 serial2 = &uart3;
32 serial3 = &uart4;
33 serial4 = &uart5;
34 serial5 = &uart6;
35 };
36
37 cpus {
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010038 #address-cells = <1>;
39 #size-cells = <0>;
40
Nishanth Menonb8981d72013-10-16 10:39:04 -050041 cpu0: cpu@0 {
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010042 device_type = "cpu";
R Sricharan6b5de092012-05-10 19:46:00 +053043 compatible = "arm,cortex-a15";
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010044 reg = <0x0>;
J Keerthy6c248942013-10-16 10:39:06 -050045
46 operating-points = <
47 /* kHz uV */
48 500000 880000
49 1000000 1060000
50 1500000 1250000
51 >;
Eduardo Valentin2cd29f62013-08-16 11:30:47 -040052 /* cooling options */
53 cooling-min-level = <0>;
54 cooling-max-level = <2>;
55 #cooling-cells = <2>; /* min followed by max */
R Sricharan6b5de092012-05-10 19:46:00 +053056 };
57 cpu@1 {
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010058 device_type = "cpu";
R Sricharan6b5de092012-05-10 19:46:00 +053059 compatible = "arm,cortex-a15";
Lorenzo Pieralisieeb25fd2013-04-18 18:35:59 +010060 reg = <0x1>;
R Sricharan6b5de092012-05-10 19:46:00 +053061 };
62 };
63
Eduardo Valentin1b761fc2013-08-16 12:01:02 -040064 thermal-zones {
65 #include "omap4-cpu-thermal.dtsi"
66 #include "omap5-gpu-thermal.dtsi"
67 #include "omap5-core-thermal.dtsi"
68 };
69
Santosh Shilimkarb45ccc42013-02-10 21:40:19 +053070 timer {
71 compatible = "arm,armv7-timer";
Florian Vaussard8fea7d52013-05-31 14:32:57 +020072 /* PPI secure/nonsecure IRQ */
73 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_LOW)>,
74 <GIC_PPI 14 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_LOW)>,
75 <GIC_PPI 11 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_LOW)>,
76 <GIC_PPI 10 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_LOW)>;
Santosh Shilimkarb45ccc42013-02-10 21:40:19 +053077 };
78
Santosh Shilimkarba1829b2013-02-12 15:57:55 +053079 gic: interrupt-controller@48211000 {
80 compatible = "arm,cortex-a15-gic";
81 interrupt-controller;
82 #interrupt-cells = <3>;
83 reg = <0x48211000 0x1000>,
Santosh Shilimkar0129c162013-02-19 17:29:24 +053084 <0x48212000 0x1000>,
85 <0x48214000 0x2000>,
86 <0x48216000 0x2000>;
Santosh Shilimkarba1829b2013-02-12 15:57:55 +053087 };
88
R Sricharan6b5de092012-05-10 19:46:00 +053089 /*
90 * The soc node represents the soc top level view. It is uses for IPs
91 * that are not memory mapped in the MPU view or for the MPU itself.
92 */
93 soc {
94 compatible = "ti,omap-infra";
95 mpu {
96 compatible = "ti,omap5-mpu";
97 ti,hwmods = "mpu";
98 };
99 };
100
101 /*
102 * XXX: Use a flat representation of the OMAP3 interconnect.
103 * The real OMAP interconnect network is quite complex.
104 * Since that will not bring real advantage to represent that in DT for
105 * the moment, just use a fake OCP bus entry to represent the whole bus
106 * hierarchy.
107 */
108 ocp {
109 compatible = "ti,omap4-l3-noc", "simple-bus";
110 #address-cells = <1>;
111 #size-cells = <1>;
112 ranges;
113 ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
Santosh Shilimkar20a60ea2013-02-26 17:36:14 +0530114 reg = <0x44000000 0x2000>,
115 <0x44800000 0x3000>,
116 <0x45000000 0x4000>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200117 interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>,
118 <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6b5de092012-05-10 19:46:00 +0530119
Tero Kristo85dc74e2013-07-18 17:09:29 +0300120 prm: prm@4ae06000 {
121 compatible = "ti,omap5-prm";
122 reg = <0x4ae06000 0x3000>;
123
124 prm_clocks: clocks {
125 #address-cells = <1>;
126 #size-cells = <0>;
127 };
128
129 prm_clockdomains: clockdomains {
130 };
131 };
132
133 cm_core_aon: cm_core_aon@4a004000 {
134 compatible = "ti,omap5-cm-core-aon";
135 reg = <0x4a004000 0x2000>;
136
137 cm_core_aon_clocks: clocks {
138 #address-cells = <1>;
139 #size-cells = <0>;
140 };
141
142 cm_core_aon_clockdomains: clockdomains {
143 };
144 };
145
146 scrm: scrm@4ae0a000 {
147 compatible = "ti,omap5-scrm";
148 reg = <0x4ae0a000 0x2000>;
149
150 scrm_clocks: clocks {
151 #address-cells = <1>;
152 #size-cells = <0>;
153 };
154
155 scrm_clockdomains: clockdomains {
156 };
157 };
158
159 cm_core: cm_core@4a008000 {
160 compatible = "ti,omap5-cm-core";
161 reg = <0x4a008000 0x3000>;
162
163 cm_core_clocks: clocks {
164 #address-cells = <1>;
165 #size-cells = <0>;
166 };
167
168 cm_core_clockdomains: clockdomains {
169 };
170 };
171
Jon Hunter3b3132f2012-11-01 09:12:23 -0500172 counter32k: counter@4ae04000 {
173 compatible = "ti,omap-counter32k";
174 reg = <0x4ae04000 0x40>;
175 ti,hwmods = "counter_32k";
176 };
177
Peter Ujfalusi5da6a2d2012-10-04 14:57:27 +0300178 omap5_pmx_core: pinmux@4a002840 {
179 compatible = "ti,omap4-padconf", "pinctrl-single";
180 reg = <0x4a002840 0x01b6>;
181 #address-cells = <1>;
182 #size-cells = <0>;
183 pinctrl-single,register-width = <16>;
184 pinctrl-single,function-mask = <0x7fff>;
185 };
186 omap5_pmx_wkup: pinmux@4ae0c840 {
187 compatible = "ti,omap4-padconf", "pinctrl-single";
188 reg = <0x4ae0c840 0x0038>;
189 #address-cells = <1>;
190 #size-cells = <0>;
191 pinctrl-single,register-width = <16>;
192 pinctrl-single,function-mask = <0x7fff>;
193 };
194
Jon Hunter2c2dc542012-04-26 13:47:59 -0500195 sdma: dma-controller@4a056000 {
196 compatible = "ti,omap4430-sdma";
197 reg = <0x4a056000 0x1000>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200198 interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>,
199 <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>,
200 <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>,
201 <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500202 #dma-cells = <1>;
203 #dma-channels = <32>;
204 #dma-requests = <127>;
205 };
206
R Sricharan6b5de092012-05-10 19:46:00 +0530207 gpio1: gpio@4ae10000 {
208 compatible = "ti,omap4-gpio";
Sebastien Guiriecf4b224f2012-10-23 10:37:09 +0200209 reg = <0x4ae10000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200210 interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6b5de092012-05-10 19:46:00 +0530211 ti,hwmods = "gpio1";
Jon Huntere4b9b9f2013-04-04 15:16:16 -0500212 ti,gpio-always-on;
R Sricharan6b5de092012-05-10 19:46:00 +0530213 gpio-controller;
214 #gpio-cells = <2>;
215 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600216 #interrupt-cells = <2>;
R Sricharan6b5de092012-05-10 19:46:00 +0530217 };
218
219 gpio2: gpio@48055000 {
220 compatible = "ti,omap4-gpio";
Sebastien Guiriecf4b224f2012-10-23 10:37:09 +0200221 reg = <0x48055000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200222 interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6b5de092012-05-10 19:46:00 +0530223 ti,hwmods = "gpio2";
224 gpio-controller;
225 #gpio-cells = <2>;
226 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600227 #interrupt-cells = <2>;
R Sricharan6b5de092012-05-10 19:46:00 +0530228 };
229
230 gpio3: gpio@48057000 {
231 compatible = "ti,omap4-gpio";
Sebastien Guiriecf4b224f2012-10-23 10:37:09 +0200232 reg = <0x48057000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200233 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6b5de092012-05-10 19:46:00 +0530234 ti,hwmods = "gpio3";
235 gpio-controller;
236 #gpio-cells = <2>;
237 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600238 #interrupt-cells = <2>;
R Sricharan6b5de092012-05-10 19:46:00 +0530239 };
240
241 gpio4: gpio@48059000 {
242 compatible = "ti,omap4-gpio";
Sebastien Guiriecf4b224f2012-10-23 10:37:09 +0200243 reg = <0x48059000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200244 interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6b5de092012-05-10 19:46:00 +0530245 ti,hwmods = "gpio4";
246 gpio-controller;
247 #gpio-cells = <2>;
248 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600249 #interrupt-cells = <2>;
R Sricharan6b5de092012-05-10 19:46:00 +0530250 };
251
252 gpio5: gpio@4805b000 {
253 compatible = "ti,omap4-gpio";
Sebastien Guiriecf4b224f2012-10-23 10:37:09 +0200254 reg = <0x4805b000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200255 interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6b5de092012-05-10 19:46:00 +0530256 ti,hwmods = "gpio5";
257 gpio-controller;
258 #gpio-cells = <2>;
259 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600260 #interrupt-cells = <2>;
R Sricharan6b5de092012-05-10 19:46:00 +0530261 };
262
263 gpio6: gpio@4805d000 {
264 compatible = "ti,omap4-gpio";
Sebastien Guiriecf4b224f2012-10-23 10:37:09 +0200265 reg = <0x4805d000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200266 interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6b5de092012-05-10 19:46:00 +0530267 ti,hwmods = "gpio6";
268 gpio-controller;
269 #gpio-cells = <2>;
270 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600271 #interrupt-cells = <2>;
R Sricharan6b5de092012-05-10 19:46:00 +0530272 };
273
274 gpio7: gpio@48051000 {
275 compatible = "ti,omap4-gpio";
Sebastien Guiriecf4b224f2012-10-23 10:37:09 +0200276 reg = <0x48051000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200277 interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6b5de092012-05-10 19:46:00 +0530278 ti,hwmods = "gpio7";
279 gpio-controller;
280 #gpio-cells = <2>;
281 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600282 #interrupt-cells = <2>;
R Sricharan6b5de092012-05-10 19:46:00 +0530283 };
284
285 gpio8: gpio@48053000 {
286 compatible = "ti,omap4-gpio";
Sebastien Guiriecf4b224f2012-10-23 10:37:09 +0200287 reg = <0x48053000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200288 interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6b5de092012-05-10 19:46:00 +0530289 ti,hwmods = "gpio8";
290 gpio-controller;
291 #gpio-cells = <2>;
292 interrupt-controller;
Jon Hunterff5c9052013-03-07 15:44:39 -0600293 #interrupt-cells = <2>;
R Sricharan6b5de092012-05-10 19:46:00 +0530294 };
295
Jon Hunter1c7dbb52013-02-22 15:33:31 -0600296 gpmc: gpmc@50000000 {
297 compatible = "ti,omap4430-gpmc";
298 reg = <0x50000000 0x1000>;
299 #address-cells = <2>;
300 #size-cells = <1>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200301 interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunter1c7dbb52013-02-22 15:33:31 -0600302 gpmc,num-cs = <8>;
303 gpmc,num-waitpins = <4>;
304 ti,hwmods = "gpmc";
305 };
306
Sourav Poddar6e6a9a52012-07-25 10:57:58 +0530307 i2c1: i2c@48070000 {
308 compatible = "ti,omap4-i2c";
Sebastien Guiriecd7118bb2012-10-23 10:37:10 +0200309 reg = <0x48070000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200310 interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
Sourav Poddar6e6a9a52012-07-25 10:57:58 +0530311 #address-cells = <1>;
312 #size-cells = <0>;
313 ti,hwmods = "i2c1";
314 };
315
316 i2c2: i2c@48072000 {
317 compatible = "ti,omap4-i2c";
Sebastien Guiriecd7118bb2012-10-23 10:37:10 +0200318 reg = <0x48072000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200319 interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
Sourav Poddar6e6a9a52012-07-25 10:57:58 +0530320 #address-cells = <1>;
321 #size-cells = <0>;
322 ti,hwmods = "i2c2";
323 };
324
325 i2c3: i2c@48060000 {
326 compatible = "ti,omap4-i2c";
Sebastien Guiriecd7118bb2012-10-23 10:37:10 +0200327 reg = <0x48060000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200328 interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
Sourav Poddar6e6a9a52012-07-25 10:57:58 +0530329 #address-cells = <1>;
330 #size-cells = <0>;
331 ti,hwmods = "i2c3";
332 };
333
Sebastien Guiriecd7118bb2012-10-23 10:37:10 +0200334 i2c4: i2c@4807a000 {
Sourav Poddar6e6a9a52012-07-25 10:57:58 +0530335 compatible = "ti,omap4-i2c";
Sebastien Guiriecd7118bb2012-10-23 10:37:10 +0200336 reg = <0x4807a000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200337 interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
Sourav Poddar6e6a9a52012-07-25 10:57:58 +0530338 #address-cells = <1>;
339 #size-cells = <0>;
340 ti,hwmods = "i2c4";
341 };
342
Sebastien Guiriecd7118bb2012-10-23 10:37:10 +0200343 i2c5: i2c@4807c000 {
Sourav Poddar6e6a9a52012-07-25 10:57:58 +0530344 compatible = "ti,omap4-i2c";
Sebastien Guiriecd7118bb2012-10-23 10:37:10 +0200345 reg = <0x4807c000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200346 interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
Sourav Poddar6e6a9a52012-07-25 10:57:58 +0530347 #address-cells = <1>;
348 #size-cells = <0>;
349 ti,hwmods = "i2c5";
350 };
351
Suman Annafe0e09e2013-10-10 16:15:34 -0500352 hwspinlock: spinlock@4a0f6000 {
353 compatible = "ti,omap4-hwspinlock";
354 reg = <0x4a0f6000 0x1000>;
355 ti,hwmods = "spinlock";
Suman Anna34054212014-01-13 18:26:45 -0600356 #hwlock-cells = <1>;
Suman Annafe0e09e2013-10-10 16:15:34 -0500357 };
358
Felipe Balbi43286b12013-02-13 14:58:36 +0530359 mcspi1: spi@48098000 {
360 compatible = "ti,omap4-mcspi";
361 reg = <0x48098000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200362 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
Felipe Balbi43286b12013-02-13 14:58:36 +0530363 #address-cells = <1>;
364 #size-cells = <0>;
365 ti,hwmods = "mcspi1";
366 ti,spi-num-cs = <4>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500367 dmas = <&sdma 35>,
368 <&sdma 36>,
369 <&sdma 37>,
370 <&sdma 38>,
371 <&sdma 39>,
372 <&sdma 40>,
373 <&sdma 41>,
374 <&sdma 42>;
375 dma-names = "tx0", "rx0", "tx1", "rx1",
376 "tx2", "rx2", "tx3", "rx3";
Felipe Balbi43286b12013-02-13 14:58:36 +0530377 };
378
379 mcspi2: spi@4809a000 {
380 compatible = "ti,omap4-mcspi";
381 reg = <0x4809a000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200382 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
Felipe Balbi43286b12013-02-13 14:58:36 +0530383 #address-cells = <1>;
384 #size-cells = <0>;
385 ti,hwmods = "mcspi2";
386 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500387 dmas = <&sdma 43>,
388 <&sdma 44>,
389 <&sdma 45>,
390 <&sdma 46>;
391 dma-names = "tx0", "rx0", "tx1", "rx1";
Felipe Balbi43286b12013-02-13 14:58:36 +0530392 };
393
394 mcspi3: spi@480b8000 {
395 compatible = "ti,omap4-mcspi";
396 reg = <0x480b8000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200397 interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>;
Felipe Balbi43286b12013-02-13 14:58:36 +0530398 #address-cells = <1>;
399 #size-cells = <0>;
400 ti,hwmods = "mcspi3";
401 ti,spi-num-cs = <2>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500402 dmas = <&sdma 15>, <&sdma 16>;
403 dma-names = "tx0", "rx0";
Felipe Balbi43286b12013-02-13 14:58:36 +0530404 };
405
406 mcspi4: spi@480ba000 {
407 compatible = "ti,omap4-mcspi";
408 reg = <0x480ba000 0x200>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200409 interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
Felipe Balbi43286b12013-02-13 14:58:36 +0530410 #address-cells = <1>;
411 #size-cells = <0>;
412 ti,hwmods = "mcspi4";
413 ti,spi-num-cs = <1>;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500414 dmas = <&sdma 70>, <&sdma 71>;
415 dma-names = "tx0", "rx0";
Felipe Balbi43286b12013-02-13 14:58:36 +0530416 };
417
R Sricharan6b5de092012-05-10 19:46:00 +0530418 uart1: serial@4806a000 {
419 compatible = "ti,omap4-uart";
Sebastien Guiriec8e80f662012-10-23 10:37:11 +0200420 reg = <0x4806a000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200421 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6b5de092012-05-10 19:46:00 +0530422 ti,hwmods = "uart1";
423 clock-frequency = <48000000>;
424 };
425
426 uart2: serial@4806c000 {
427 compatible = "ti,omap4-uart";
Sebastien Guiriec8e80f662012-10-23 10:37:11 +0200428 reg = <0x4806c000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200429 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6b5de092012-05-10 19:46:00 +0530430 ti,hwmods = "uart2";
431 clock-frequency = <48000000>;
432 };
433
434 uart3: serial@48020000 {
435 compatible = "ti,omap4-uart";
Sebastien Guiriec8e80f662012-10-23 10:37:11 +0200436 reg = <0x48020000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200437 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6b5de092012-05-10 19:46:00 +0530438 ti,hwmods = "uart3";
439 clock-frequency = <48000000>;
440 };
441
442 uart4: serial@4806e000 {
443 compatible = "ti,omap4-uart";
Sebastien Guiriec8e80f662012-10-23 10:37:11 +0200444 reg = <0x4806e000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200445 interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6b5de092012-05-10 19:46:00 +0530446 ti,hwmods = "uart4";
447 clock-frequency = <48000000>;
448 };
449
450 uart5: serial@48066000 {
Sebastien Guiriec8e80f662012-10-23 10:37:11 +0200451 compatible = "ti,omap4-uart";
452 reg = <0x48066000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200453 interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6b5de092012-05-10 19:46:00 +0530454 ti,hwmods = "uart5";
455 clock-frequency = <48000000>;
456 };
457
458 uart6: serial@48068000 {
Sebastien Guiriec8e80f662012-10-23 10:37:11 +0200459 compatible = "ti,omap4-uart";
460 reg = <0x48068000 0x100>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200461 interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
R Sricharan6b5de092012-05-10 19:46:00 +0530462 ti,hwmods = "uart6";
463 clock-frequency = <48000000>;
464 };
Balaji T K5dd18b02012-08-07 12:48:21 +0530465
466 mmc1: mmc@4809c000 {
467 compatible = "ti,omap4-hsmmc";
Sebastien Guiriec9a642362012-10-23 10:37:12 +0200468 reg = <0x4809c000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200469 interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
Balaji T K5dd18b02012-08-07 12:48:21 +0530470 ti,hwmods = "mmc1";
471 ti,dual-volt;
472 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500473 dmas = <&sdma 61>, <&sdma 62>;
474 dma-names = "tx", "rx";
Balaji T K5dd18b02012-08-07 12:48:21 +0530475 };
476
477 mmc2: mmc@480b4000 {
478 compatible = "ti,omap4-hsmmc";
Sebastien Guiriec9a642362012-10-23 10:37:12 +0200479 reg = <0x480b4000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200480 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
Balaji T K5dd18b02012-08-07 12:48:21 +0530481 ti,hwmods = "mmc2";
482 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500483 dmas = <&sdma 47>, <&sdma 48>;
484 dma-names = "tx", "rx";
Balaji T K5dd18b02012-08-07 12:48:21 +0530485 };
486
487 mmc3: mmc@480ad000 {
488 compatible = "ti,omap4-hsmmc";
Sebastien Guiriec9a642362012-10-23 10:37:12 +0200489 reg = <0x480ad000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200490 interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
Balaji T K5dd18b02012-08-07 12:48:21 +0530491 ti,hwmods = "mmc3";
492 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500493 dmas = <&sdma 77>, <&sdma 78>;
494 dma-names = "tx", "rx";
Balaji T K5dd18b02012-08-07 12:48:21 +0530495 };
496
497 mmc4: mmc@480d1000 {
498 compatible = "ti,omap4-hsmmc";
Sebastien Guiriec9a642362012-10-23 10:37:12 +0200499 reg = <0x480d1000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200500 interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
Balaji T K5dd18b02012-08-07 12:48:21 +0530501 ti,hwmods = "mmc4";
502 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500503 dmas = <&sdma 57>, <&sdma 58>;
504 dma-names = "tx", "rx";
Balaji T K5dd18b02012-08-07 12:48:21 +0530505 };
506
507 mmc5: mmc@480d5000 {
508 compatible = "ti,omap4-hsmmc";
Sebastien Guiriec9a642362012-10-23 10:37:12 +0200509 reg = <0x480d5000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200510 interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
Balaji T K5dd18b02012-08-07 12:48:21 +0530511 ti,hwmods = "mmc5";
512 ti,needs-special-reset;
Jon Hunter2c2dc542012-04-26 13:47:59 -0500513 dmas = <&sdma 59>, <&sdma 60>;
514 dma-names = "tx", "rx";
Balaji T K5dd18b02012-08-07 12:48:21 +0530515 };
Sourav Poddar5449fbc2012-07-25 11:03:27 +0530516
517 keypad: keypad@4ae1c000 {
518 compatible = "ti,omap4-keypad";
Santosh Shilimkar8cc8b892013-01-23 19:53:30 +0530519 reg = <0x4ae1c000 0x400>;
Sourav Poddar5449fbc2012-07-25 11:03:27 +0530520 ti,hwmods = "kbd";
521 };
Peter Ujfalusiffd5db22012-08-29 16:31:04 +0300522
Peter Ujfalusicbb57f02012-08-29 16:31:07 +0300523 mcpdm: mcpdm@40132000 {
524 compatible = "ti,omap4-mcpdm";
525 reg = <0x40132000 0x7f>, /* MPU private access */
526 <0x49032000 0x7f>; /* L3 Interconnect */
527 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200528 interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusicbb57f02012-08-29 16:31:07 +0300529 ti,hwmods = "mcpdm";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100530 dmas = <&sdma 65>,
531 <&sdma 66>;
532 dma-names = "up_link", "dn_link";
Peter Ujfalusif15534e2014-01-24 10:19:04 +0200533 status = "disabled";
Peter Ujfalusicbb57f02012-08-29 16:31:07 +0300534 };
535
536 dmic: dmic@4012e000 {
537 compatible = "ti,omap4-dmic";
538 reg = <0x4012e000 0x7f>, /* MPU private access */
539 <0x4902e000 0x7f>; /* L3 Interconnect */
540 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200541 interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusicbb57f02012-08-29 16:31:07 +0300542 ti,hwmods = "dmic";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100543 dmas = <&sdma 67>;
544 dma-names = "up_link";
Peter Ujfalusif15534e2014-01-24 10:19:04 +0200545 status = "disabled";
Peter Ujfalusicbb57f02012-08-29 16:31:07 +0300546 };
547
Peter Ujfalusiffd5db22012-08-29 16:31:04 +0300548 mcbsp1: mcbsp@40122000 {
549 compatible = "ti,omap4-mcbsp";
550 reg = <0x40122000 0xff>, /* MPU private access */
551 <0x49022000 0xff>; /* L3 Interconnect */
552 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200553 interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusiffd5db22012-08-29 16:31:04 +0300554 interrupt-names = "common";
Peter Ujfalusiffd5db22012-08-29 16:31:04 +0300555 ti,buffer-size = <128>;
556 ti,hwmods = "mcbsp1";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100557 dmas = <&sdma 33>,
558 <&sdma 34>;
559 dma-names = "tx", "rx";
Peter Ujfalusif15534e2014-01-24 10:19:04 +0200560 status = "disabled";
Peter Ujfalusiffd5db22012-08-29 16:31:04 +0300561 };
562
563 mcbsp2: mcbsp@40124000 {
564 compatible = "ti,omap4-mcbsp";
565 reg = <0x40124000 0xff>, /* MPU private access */
566 <0x49024000 0xff>; /* L3 Interconnect */
567 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200568 interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusiffd5db22012-08-29 16:31:04 +0300569 interrupt-names = "common";
Peter Ujfalusiffd5db22012-08-29 16:31:04 +0300570 ti,buffer-size = <128>;
571 ti,hwmods = "mcbsp2";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100572 dmas = <&sdma 17>,
573 <&sdma 18>;
574 dma-names = "tx", "rx";
Peter Ujfalusif15534e2014-01-24 10:19:04 +0200575 status = "disabled";
Peter Ujfalusiffd5db22012-08-29 16:31:04 +0300576 };
577
578 mcbsp3: mcbsp@40126000 {
579 compatible = "ti,omap4-mcbsp";
580 reg = <0x40126000 0xff>, /* MPU private access */
581 <0x49026000 0xff>; /* L3 Interconnect */
582 reg-names = "mpu", "dma";
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200583 interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
Peter Ujfalusiffd5db22012-08-29 16:31:04 +0300584 interrupt-names = "common";
Peter Ujfalusiffd5db22012-08-29 16:31:04 +0300585 ti,buffer-size = <128>;
586 ti,hwmods = "mcbsp3";
Sebastien Guiriec4e4ead72013-03-11 08:50:21 +0100587 dmas = <&sdma 19>,
588 <&sdma 20>;
589 dma-names = "tx", "rx";
Peter Ujfalusif15534e2014-01-24 10:19:04 +0200590 status = "disabled";
Peter Ujfalusiffd5db22012-08-29 16:31:04 +0300591 };
Jon Hunterdf692a92012-11-01 09:09:51 -0500592
593 timer1: timer@4ae18000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500594 compatible = "ti,omap5430-timer";
Jon Hunterdf692a92012-11-01 09:09:51 -0500595 reg = <0x4ae18000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200596 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterdf692a92012-11-01 09:09:51 -0500597 ti,hwmods = "timer1";
598 ti,timer-alwon;
599 };
600
601 timer2: timer@48032000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500602 compatible = "ti,omap5430-timer";
Jon Hunterdf692a92012-11-01 09:09:51 -0500603 reg = <0x48032000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200604 interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterdf692a92012-11-01 09:09:51 -0500605 ti,hwmods = "timer2";
606 };
607
608 timer3: timer@48034000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500609 compatible = "ti,omap5430-timer";
Jon Hunterdf692a92012-11-01 09:09:51 -0500610 reg = <0x48034000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200611 interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterdf692a92012-11-01 09:09:51 -0500612 ti,hwmods = "timer3";
613 };
614
615 timer4: timer@48036000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500616 compatible = "ti,omap5430-timer";
Jon Hunterdf692a92012-11-01 09:09:51 -0500617 reg = <0x48036000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200618 interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterdf692a92012-11-01 09:09:51 -0500619 ti,hwmods = "timer4";
620 };
621
622 timer5: timer@40138000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500623 compatible = "ti,omap5430-timer";
Jon Hunterdf692a92012-11-01 09:09:51 -0500624 reg = <0x40138000 0x80>,
625 <0x49038000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200626 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterdf692a92012-11-01 09:09:51 -0500627 ti,hwmods = "timer5";
628 ti,timer-dsp;
Suman Anna83416132013-04-17 18:23:15 -0500629 ti,timer-pwm;
Jon Hunterdf692a92012-11-01 09:09:51 -0500630 };
631
632 timer6: timer@4013a000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500633 compatible = "ti,omap5430-timer";
Jon Hunterdf692a92012-11-01 09:09:51 -0500634 reg = <0x4013a000 0x80>,
635 <0x4903a000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200636 interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterdf692a92012-11-01 09:09:51 -0500637 ti,hwmods = "timer6";
638 ti,timer-dsp;
639 ti,timer-pwm;
640 };
641
642 timer7: timer@4013c000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500643 compatible = "ti,omap5430-timer";
Jon Hunterdf692a92012-11-01 09:09:51 -0500644 reg = <0x4013c000 0x80>,
645 <0x4903c000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200646 interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterdf692a92012-11-01 09:09:51 -0500647 ti,hwmods = "timer7";
648 ti,timer-dsp;
649 };
650
651 timer8: timer@4013e000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500652 compatible = "ti,omap5430-timer";
Jon Hunterdf692a92012-11-01 09:09:51 -0500653 reg = <0x4013e000 0x80>,
654 <0x4903e000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200655 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterdf692a92012-11-01 09:09:51 -0500656 ti,hwmods = "timer8";
657 ti,timer-dsp;
658 ti,timer-pwm;
659 };
660
661 timer9: timer@4803e000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500662 compatible = "ti,omap5430-timer";
Jon Hunterdf692a92012-11-01 09:09:51 -0500663 reg = <0x4803e000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200664 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterdf692a92012-11-01 09:09:51 -0500665 ti,hwmods = "timer9";
Suman Anna83416132013-04-17 18:23:15 -0500666 ti,timer-pwm;
Jon Hunterdf692a92012-11-01 09:09:51 -0500667 };
668
669 timer10: timer@48086000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500670 compatible = "ti,omap5430-timer";
Jon Hunterdf692a92012-11-01 09:09:51 -0500671 reg = <0x48086000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200672 interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterdf692a92012-11-01 09:09:51 -0500673 ti,hwmods = "timer10";
Suman Anna83416132013-04-17 18:23:15 -0500674 ti,timer-pwm;
Jon Hunterdf692a92012-11-01 09:09:51 -0500675 };
676
677 timer11: timer@48088000 {
Jon Hunter002e1ec2013-03-19 12:38:18 -0500678 compatible = "ti,omap5430-timer";
Jon Hunterdf692a92012-11-01 09:09:51 -0500679 reg = <0x48088000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200680 interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
Jon Hunterdf692a92012-11-01 09:09:51 -0500681 ti,hwmods = "timer11";
682 ti,timer-pwm;
683 };
Lokesh Vutlae6900dd2012-11-05 18:22:51 +0530684
Lokesh Vutla55452192013-02-27 11:54:45 +0530685 wdt2: wdt@4ae14000 {
686 compatible = "ti,omap5-wdt", "ti,omap3-wdt";
687 reg = <0x4ae14000 0x80>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200688 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
Lokesh Vutla55452192013-02-27 11:54:45 +0530689 ti,hwmods = "wd_timer2";
690 };
691
Lee Jones8906d652013-07-22 11:52:37 +0100692 emif1: emif@4c000000 {
Lokesh Vutlae6900dd2012-11-05 18:22:51 +0530693 compatible = "ti,emif-4d5";
694 ti,hwmods = "emif1";
Rajendra Nayakf12ecbe2013-10-15 12:37:50 +0530695 ti,no-idle-on-init;
Lokesh Vutlae6900dd2012-11-05 18:22:51 +0530696 phy-type = <2>; /* DDR PHY type: Intelli PHY */
697 reg = <0x4c000000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200698 interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
Lokesh Vutlae6900dd2012-11-05 18:22:51 +0530699 hw-caps-read-idle-ctrl;
700 hw-caps-ll-interface;
701 hw-caps-temp-alert;
702 };
703
Lee Jones8906d652013-07-22 11:52:37 +0100704 emif2: emif@4d000000 {
Lokesh Vutlae6900dd2012-11-05 18:22:51 +0530705 compatible = "ti,emif-4d5";
706 ti,hwmods = "emif2";
Rajendra Nayakf12ecbe2013-10-15 12:37:50 +0530707 ti,no-idle-on-init;
Lokesh Vutlae6900dd2012-11-05 18:22:51 +0530708 phy-type = <2>; /* DDR PHY type: Intelli PHY */
709 reg = <0x4d000000 0x400>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200710 interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
Lokesh Vutlae6900dd2012-11-05 18:22:51 +0530711 hw-caps-read-idle-ctrl;
712 hw-caps-ll-interface;
713 hw-caps-temp-alert;
714 };
Kishon Vijay Abraham Ifedc4282013-03-07 19:05:17 +0530715
Roger Quadrosb297c292013-10-03 18:12:37 +0300716 omap_control_usb2phy: control-phy@4a002300 {
717 compatible = "ti,control-phy-usb2";
718 reg = <0x4a002300 0x4>;
719 reg-names = "power";
720 };
721
722 omap_control_usb3phy: control-phy@4a002370 {
723 compatible = "ti,control-phy-pipe3";
724 reg = <0x4a002370 0x4>;
725 reg-names = "power";
Kishon Vijay Abraham Ifedc4282013-03-07 19:05:17 +0530726 };
Kishon Vijay Abraham Ie9831962013-03-07 19:05:18 +0530727
Felipe Balbie3a412c2013-08-21 20:01:32 +0530728 usb3: omap_dwc3@4a020000 {
Kishon Vijay Abraham I72f6f952013-03-07 19:05:20 +0530729 compatible = "ti,dwc3";
730 ti,hwmods = "usb_otg_ss";
Felipe Balbi6f61ee22013-08-21 20:01:30 +0530731 reg = <0x4a020000 0x10000>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200732 interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
Kishon Vijay Abraham I72f6f952013-03-07 19:05:20 +0530733 #address-cells = <1>;
734 #size-cells = <1>;
735 utmi-mode = <2>;
736 ranges;
737 dwc3@4a030000 {
Felipe Balbi22a5aa12013-07-02 21:20:24 +0300738 compatible = "snps,dwc3";
Felipe Balbi6f61ee22013-08-21 20:01:30 +0530739 reg = <0x4a030000 0x10000>;
Florian Vaussard8fea7d52013-05-31 14:32:57 +0200740 interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
Kishon Vijay Abraham I72f6f952013-03-07 19:05:20 +0530741 usb-phy = <&usb2_phy>, <&usb3_phy>;
George Cherianc47ee6e2013-10-10 16:19:54 +0530742 dr_mode = "peripheral";
Kishon Vijay Abraham I72f6f952013-03-07 19:05:20 +0530743 tx-fifo-resize;
744 };
745 };
746
Felipe Balbib6731f72013-08-21 20:01:31 +0530747 ocp2scp@4a080000 {
Kishon Vijay Abraham Ie9831962013-03-07 19:05:18 +0530748 compatible = "ti,omap-ocp2scp";
749 #address-cells = <1>;
750 #size-cells = <1>;
Felipe Balbib6731f72013-08-21 20:01:31 +0530751 reg = <0x4a080000 0x20>;
Kishon Vijay Abraham Ie9831962013-03-07 19:05:18 +0530752 ranges;
753 ti,hwmods = "ocp2scp1";
Kishon Vijay Abraham Iae6a32d2013-03-07 19:05:19 +0530754 usb2_phy: usb2phy@4a084000 {
755 compatible = "ti,omap-usb2";
756 reg = <0x4a084000 0x7c>;
Roger Quadrosb297c292013-10-03 18:12:37 +0300757 ctrl-module = <&omap_control_usb2phy>;
Kishon Vijay Abraham Iae6a32d2013-03-07 19:05:19 +0530758 };
759
760 usb3_phy: usb3phy@4a084400 {
761 compatible = "ti,omap-usb3";
762 reg = <0x4a084400 0x80>,
763 <0x4a084800 0x64>,
764 <0x4a084c00 0x40>;
765 reg-names = "phy_rx", "phy_tx", "pll_ctrl";
Roger Quadrosb297c292013-10-03 18:12:37 +0300766 ctrl-module = <&omap_control_usb3phy>;
Kishon Vijay Abraham Iae6a32d2013-03-07 19:05:19 +0530767 };
Kishon Vijay Abraham Ie9831962013-03-07 19:05:18 +0530768 };
Roger Quadrosed7f8e82013-06-07 18:52:48 +0530769
770 usbhstll: usbhstll@4a062000 {
771 compatible = "ti,usbhs-tll";
772 reg = <0x4a062000 0x1000>;
773 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
774 ti,hwmods = "usb_tll_hs";
775 };
776
777 usbhshost: usbhshost@4a064000 {
778 compatible = "ti,usbhs-host";
779 reg = <0x4a064000 0x800>;
780 ti,hwmods = "usb_host_hs";
781 #address-cells = <1>;
782 #size-cells = <1>;
783 ranges;
784
785 usbhsohci: ohci@4a064800 {
786 compatible = "ti,ohci-omap3", "usb-ohci";
787 reg = <0x4a064800 0x400>;
788 interrupt-parent = <&gic>;
789 interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
790 };
791
792 usbhsehci: ehci@4a064c00 {
793 compatible = "ti,ehci-omap", "usb-ehci";
794 reg = <0x4a064c00 0x400>;
795 interrupt-parent = <&gic>;
796 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
797 };
798 };
Eduardo Valentincbad26d2013-06-18 22:36:38 -0400799
Eduardo Valentin1b761fc2013-08-16 12:01:02 -0400800 bandgap: bandgap@4a0021e0 {
Eduardo Valentincbad26d2013-06-18 22:36:38 -0400801 reg = <0x4a0021e0 0xc
802 0x4a00232c 0xc
803 0x4a002380 0x2c
804 0x4a0023C0 0x3c>;
805 interrupts = <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>;
806 compatible = "ti,omap5430-bandgap";
Eduardo Valentin1b761fc2013-08-16 12:01:02 -0400807
808 #thermal-sensor-cells = <1>;
Eduardo Valentincbad26d2013-06-18 22:36:38 -0400809 };
R Sricharan6b5de092012-05-10 19:46:00 +0530810 };
811};
Tero Kristo85dc74e2013-07-18 17:09:29 +0300812
813/include/ "omap54xx-clocks.dtsi"