]> asedeno.scripts.mit.edu Git - linux.git/blob - arch/arm/boot/dts/imx25.dtsi
PM / QoS: Remove global notifiers
[linux.git] / arch / arm / boot / dts / imx25.dtsi
1 /*
2  * Copyright 2012 Sascha Hauer, Pengutronix <s.hauer@pengutronix.de>
3  *
4  * The code contained herein is licensed under the GNU General Public
5  * License. You may obtain a copy of the GNU General Public License
6  * Version 2 or later at the following locations:
7  *
8  * http://www.opensource.org/licenses/gpl-license.html
9  * http://www.gnu.org/copyleft/gpl.html
10  */
11
12 #include "imx25-pinfunc.h"
13
14 / {
15         #address-cells = <1>;
16         #size-cells = <1>;
17
18         aliases {
19                 ethernet0 = &fec;
20                 gpio0 = &gpio1;
21                 gpio1 = &gpio2;
22                 gpio2 = &gpio3;
23                 gpio3 = &gpio4;
24                 i2c0 = &i2c1;
25                 i2c1 = &i2c2;
26                 i2c2 = &i2c3;
27                 mmc0 = &esdhc1;
28                 mmc1 = &esdhc2;
29                 pwm0 = &pwm1;
30                 pwm1 = &pwm2;
31                 pwm2 = &pwm3;
32                 pwm3 = &pwm4;
33                 serial0 = &uart1;
34                 serial1 = &uart2;
35                 serial2 = &uart3;
36                 serial3 = &uart4;
37                 serial4 = &uart5;
38                 spi0 = &spi1;
39                 spi1 = &spi2;
40                 spi2 = &spi3;
41                 usb0 = &usbotg;
42                 usb1 = &usbhost1;
43         };
44
45         cpus {
46                 #address-cells = <0>;
47                 #size-cells = <0>;
48
49                 cpu {
50                         compatible = "arm,arm926ej-s";
51                         device_type = "cpu";
52                 };
53         };
54
55         asic: asic-interrupt-controller@68000000 {
56                 compatible = "fsl,imx25-asic", "fsl,avic";
57                 interrupt-controller;
58                 #interrupt-cells = <1>;
59                 reg = <0x68000000 0x8000000>;
60         };
61
62         clocks {
63                 #address-cells = <1>;
64                 #size-cells = <0>;
65
66                 osc {
67                         compatible = "fsl,imx-osc", "fixed-clock";
68                         #clock-cells = <0>;
69                         clock-frequency = <24000000>;
70                 };
71         };
72
73         soc {
74                 #address-cells = <1>;
75                 #size-cells = <1>;
76                 compatible = "simple-bus";
77                 interrupt-parent = <&asic>;
78                 ranges;
79
80                 aips@43f00000 { /* AIPS1 */
81                         compatible = "fsl,aips-bus", "simple-bus";
82                         #address-cells = <1>;
83                         #size-cells = <1>;
84                         reg = <0x43f00000 0x100000>;
85                         ranges;
86
87                         i2c1: i2c@43f80000 {
88                                 #address-cells = <1>;
89                                 #size-cells = <0>;
90                                 compatible = "fsl,imx25-i2c", "fsl,imx21-i2c";
91                                 reg = <0x43f80000 0x4000>;
92                                 clocks = <&clks 48>;
93                                 clock-names = "";
94                                 interrupts = <3>;
95                                 status = "disabled";
96                         };
97
98                         i2c3: i2c@43f84000 {
99                                 #address-cells = <1>;
100                                 #size-cells = <0>;
101                                 compatible = "fsl,imx25-i2c", "fsl,imx21-i2c";
102                                 reg = <0x43f84000 0x4000>;
103                                 clocks = <&clks 48>;
104                                 clock-names = "";
105                                 interrupts = <10>;
106                                 status = "disabled";
107                         };
108
109                         can1: can@43f88000 {
110                                 compatible = "fsl,imx25-flexcan", "fsl,p1010-flexcan";
111                                 reg = <0x43f88000 0x4000>;
112                                 interrupts = <43>;
113                                 clocks = <&clks 75>, <&clks 75>;
114                                 clock-names = "ipg", "per";
115                                 status = "disabled";
116                         };
117
118                         can2: can@43f8c000 {
119                                 compatible = "fsl,imx25-flexcan", "fsl,p1010-flexcan";
120                                 reg = <0x43f8c000 0x4000>;
121                                 interrupts = <44>;
122                                 clocks = <&clks 76>, <&clks 76>;
123                                 clock-names = "ipg", "per";
124                                 status = "disabled";
125                         };
126
127                         uart1: serial@43f90000 {
128                                 compatible = "fsl,imx25-uart", "fsl,imx21-uart";
129                                 reg = <0x43f90000 0x4000>;
130                                 interrupts = <45>;
131                                 clocks = <&clks 120>, <&clks 57>;
132                                 clock-names = "ipg", "per";
133                                 status = "disabled";
134                         };
135
136                         uart2: serial@43f94000 {
137                                 compatible = "fsl,imx25-uart", "fsl,imx21-uart";
138                                 reg = <0x43f94000 0x4000>;
139                                 interrupts = <32>;
140                                 clocks = <&clks 121>, <&clks 57>;
141                                 clock-names = "ipg", "per";
142                                 status = "disabled";
143                         };
144
145                         i2c2: i2c@43f98000 {
146                                 #address-cells = <1>;
147                                 #size-cells = <0>;
148                                 compatible = "fsl,imx25-i2c", "fsl,imx21-i2c";
149                                 reg = <0x43f98000 0x4000>;
150                                 clocks = <&clks 48>;
151                                 clock-names = "";
152                                 interrupts = <4>;
153                                 status = "disabled";
154                         };
155
156                         owire@43f9c000 {
157                                 #address-cells = <1>;
158                                 #size-cells = <0>;
159                                 reg = <0x43f9c000 0x4000>;
160                                 clocks = <&clks 51>;
161                                 clock-names = "";
162                                 interrupts = <2>;
163                                 status = "disabled";
164                         };
165
166                         spi1: cspi@43fa4000 {
167                                 #address-cells = <1>;
168                                 #size-cells = <0>;
169                                 compatible = "fsl,imx25-cspi", "fsl,imx35-cspi";
170                                 reg = <0x43fa4000 0x4000>;
171                                 clocks = <&clks 78>, <&clks 78>;
172                                 clock-names = "ipg", "per";
173                                 interrupts = <14>;
174                                 status = "disabled";
175                         };
176
177                         kpp: kpp@43fa8000 {
178                                 #address-cells = <1>;
179                                 #size-cells = <0>;
180                                 compatible = "fsl,imx25-kpp", "fsl,imx21-kpp";
181                                 reg = <0x43fa8000 0x4000>;
182                                 clocks = <&clks 102>;
183                                 clock-names = "";
184                                 interrupts = <24>;
185                                 status = "disabled";
186                         };
187
188                         iomuxc: iomuxc@43fac000 {
189                                 compatible = "fsl,imx25-iomuxc";
190                                 reg = <0x43fac000 0x4000>;
191                         };
192
193                         audmux: audmux@43fb0000 {
194                                 compatible = "fsl,imx25-audmux", "fsl,imx31-audmux";
195                                 reg = <0x43fb0000 0x4000>;
196                                 status = "disabled";
197                         };
198                 };
199
200                 spba@50000000 {
201                         compatible = "fsl,spba-bus", "simple-bus";
202                         #address-cells = <1>;
203                         #size-cells = <1>;
204                         reg = <0x50000000 0x40000>;
205                         ranges;
206
207                         spi3: cspi@50004000 {
208                                 #address-cells = <1>;
209                                 #size-cells = <0>;
210                                 compatible = "fsl,imx25-cspi", "fsl,imx35-cspi";
211                                 reg = <0x50004000 0x4000>;
212                                 interrupts = <0>;
213                                 clocks = <&clks 80>, <&clks 80>;
214                                 clock-names = "ipg", "per";
215                                 status = "disabled";
216                         };
217
218                         uart4: serial@50008000 {
219                                 compatible = "fsl,imx25-uart", "fsl,imx21-uart";
220                                 reg = <0x50008000 0x4000>;
221                                 interrupts = <5>;
222                                 clocks = <&clks 123>, <&clks 57>;
223                                 clock-names = "ipg", "per";
224                                 status = "disabled";
225                         };
226
227                         uart3: serial@5000c000 {
228                                 compatible = "fsl,imx25-uart", "fsl,imx21-uart";
229                                 reg = <0x5000c000 0x4000>;
230                                 interrupts = <18>;
231                                 clocks = <&clks 122>, <&clks 57>;
232                                 clock-names = "ipg", "per";
233                                 status = "disabled";
234                         };
235
236                         spi2: cspi@50010000 {
237                                 #address-cells = <1>;
238                                 #size-cells = <0>;
239                                 compatible = "fsl,imx25-cspi", "fsl,imx35-cspi";
240                                 reg = <0x50010000 0x4000>;
241                                 clocks = <&clks 79>, <&clks 79>;
242                                 clock-names = "ipg", "per";
243                                 interrupts = <13>;
244                                 status = "disabled";
245                         };
246
247                         ssi2: ssi@50014000 {
248                                 #sound-dai-cells = <0>;
249                                 compatible = "fsl,imx25-ssi", "fsl,imx21-ssi";
250                                 reg = <0x50014000 0x4000>;
251                                 interrupts = <11>;
252                                 clocks = <&clks 118>;
253                                 clock-names = "ipg";
254                                 dmas = <&sdma 24 1 0>,
255                                        <&sdma 25 1 0>;
256                                 dma-names = "rx", "tx";
257                                 status = "disabled";
258                         };
259
260                         esai@50018000 {
261                                 reg = <0x50018000 0x4000>;
262                                 interrupts = <7>;
263                         };
264
265                         uart5: serial@5002c000 {
266                                 compatible = "fsl,imx25-uart", "fsl,imx21-uart";
267                                 reg = <0x5002c000 0x4000>;
268                                 interrupts = <40>;
269                                 clocks = <&clks 124>, <&clks 57>;
270                                 clock-names = "ipg", "per";
271                                 status = "disabled";
272                         };
273
274                         tscadc: tscadc@50030000 {
275                                 compatible = "fsl,imx25-tsadc";
276                                 reg = <0x50030000 0xc>;
277                                 interrupts = <46>;
278                                 clocks = <&clks 119>;
279                                 clock-names = "ipg";
280                                 interrupt-controller;
281                                 #interrupt-cells = <1>;
282                                 #address-cells = <1>;
283                                 #size-cells = <1>;
284                                 status = "disabled";
285
286                                 adc: adc@50030800 {
287                                         compatible = "fsl,imx25-gcq";
288                                         reg = <0x50030800 0x60>;
289                                         interrupt-parent = <&tscadc>;
290                                         interrupts = <1>;
291                                         #address-cells = <1>;
292                                         #size-cells = <0>;
293                                         status = "disabled";
294                                 };
295
296                                 tsc: tcq@50030400 {
297                                         compatible = "fsl,imx25-tcq";
298                                         reg = <0x50030400 0x60>;
299                                         interrupt-parent = <&tscadc>;
300                                         interrupts = <0>;
301                                         fsl,wires = <4>;
302                                         status = "disabled";
303                                 };
304                         };
305
306                         ssi1: ssi@50034000 {
307                                 #sound-dai-cells = <0>;
308                                 compatible = "fsl,imx25-ssi", "fsl,imx21-ssi";
309                                 reg = <0x50034000 0x4000>;
310                                 interrupts = <12>;
311                                 clocks = <&clks 117>;
312                                 clock-names = "ipg";
313                                 dmas = <&sdma 28 1 0>,
314                                        <&sdma 29 1 0>;
315                                 dma-names = "rx", "tx";
316                                 status = "disabled";
317                         };
318
319                         fec: ethernet@50038000 {
320                                 compatible = "fsl,imx25-fec";
321                                 reg = <0x50038000 0x4000>;
322                                 interrupts = <57>;
323                                 clocks = <&clks 88>, <&clks 65>;
324                                 clock-names = "ipg", "ahb";
325                                 status = "disabled";
326                         };
327                 };
328
329                 aips@53f00000 { /* AIPS2 */
330                         compatible = "fsl,aips-bus", "simple-bus";
331                         #address-cells = <1>;
332                         #size-cells = <1>;
333                         reg = <0x53f00000 0x100000>;
334                         ranges;
335
336                         clks: ccm@53f80000 {
337                                 compatible = "fsl,imx25-ccm";
338                                 reg = <0x53f80000 0x4000>;
339                                 interrupts = <31>;
340                                 #clock-cells = <1>;
341                         };
342
343                         gpt4: timer@53f84000 {
344                                 compatible = "fsl,imx25-gpt", "fsl,imx31-gpt";
345                                 reg = <0x53f84000 0x4000>;
346                                 clocks = <&clks 95>, <&clks 47>;
347                                 clock-names = "ipg", "per";
348                                 interrupts = <1>;
349                         };
350
351                         gpt3: timer@53f88000 {
352                                 compatible = "fsl,imx25-gpt", "fsl,imx31-gpt";
353                                 reg = <0x53f88000 0x4000>;
354                                 clocks = <&clks 94>, <&clks 47>;
355                                 clock-names = "ipg", "per";
356                                 interrupts = <29>;
357                         };
358
359                         gpt2: timer@53f8c000 {
360                                 compatible = "fsl,imx25-gpt", "fsl,imx31-gpt";
361                                 reg = <0x53f8c000 0x4000>;
362                                 clocks = <&clks 93>, <&clks 47>;
363                                 clock-names = "ipg", "per";
364                                 interrupts = <53>;
365                         };
366
367                         gpt1: timer@53f90000 {
368                                 compatible = "fsl,imx25-gpt", "fsl,imx31-gpt";
369                                 reg = <0x53f90000 0x4000>;
370                                 clocks = <&clks 92>, <&clks 47>;
371                                 clock-names = "ipg", "per";
372                                 interrupts = <54>;
373                         };
374
375                         epit1: timer@53f94000 {
376                                 compatible = "fsl,imx25-epit";
377                                 reg = <0x53f94000 0x4000>;
378                                 interrupts = <28>;
379                         };
380
381                         epit2: timer@53f98000 {
382                                 compatible = "fsl,imx25-epit";
383                                 reg = <0x53f98000 0x4000>;
384                                 interrupts = <27>;
385                         };
386
387                         gpio4: gpio@53f9c000 {
388                                 compatible = "fsl,imx25-gpio", "fsl,imx35-gpio";
389                                 reg = <0x53f9c000 0x4000>;
390                                 interrupts = <23>;
391                                 gpio-controller;
392                                 #gpio-cells = <2>;
393                                 interrupt-controller;
394                                 #interrupt-cells = <2>;
395                         };
396
397                         pwm2: pwm@53fa0000 {
398                                 compatible = "fsl,imx25-pwm", "fsl,imx27-pwm";
399                                 #pwm-cells = <2>;
400                                 reg = <0x53fa0000 0x4000>;
401                                 clocks = <&clks 106>, <&clks 52>;
402                                 clock-names = "ipg", "per";
403                                 interrupts = <36>;
404                         };
405
406                         gpio3: gpio@53fa4000 {
407                                 compatible = "fsl,imx25-gpio", "fsl,imx35-gpio";
408                                 reg = <0x53fa4000 0x4000>;
409                                 interrupts = <16>;
410                                 gpio-controller;
411                                 #gpio-cells = <2>;
412                                 interrupt-controller;
413                                 #interrupt-cells = <2>;
414                         };
415
416                         pwm3: pwm@53fa8000 {
417                                 compatible = "fsl,imx25-pwm", "fsl,imx27-pwm";
418                                 #pwm-cells = <2>;
419                                 reg = <0x53fa8000 0x4000>;
420                                 clocks = <&clks 107>, <&clks 52>;
421                                 clock-names = "ipg", "per";
422                                 interrupts = <41>;
423                         };
424
425                         scc: crypto@53fac000 {
426                                 compatible = "fsl,imx25-scc";
427                                 reg = <0x53fac000 0x4000>;
428                                 clocks = <&clks 111>;
429                                 clock-names = "ipg";
430                                 interrupts = <49>, <50>;
431                                 interrupt-names = "scm", "smn";
432                         };
433
434                         esdhc1: esdhc@53fb4000 {
435                                 compatible = "fsl,imx25-esdhc";
436                                 reg = <0x53fb4000 0x4000>;
437                                 interrupts = <9>;
438                                 clocks = <&clks 86>, <&clks 63>, <&clks 45>;
439                                 clock-names = "ipg", "ahb", "per";
440                                 status = "disabled";
441                         };
442
443                         esdhc2: esdhc@53fb8000 {
444                                 compatible = "fsl,imx25-esdhc";
445                                 reg = <0x53fb8000 0x4000>;
446                                 interrupts = <8>;
447                                 clocks = <&clks 87>, <&clks 64>, <&clks 46>;
448                                 clock-names = "ipg", "ahb", "per";
449                                 status = "disabled";
450                         };
451
452                         lcdc: lcdc@53fbc000 {
453                                 compatible = "fsl,imx25-fb", "fsl,imx21-fb";
454                                 reg = <0x53fbc000 0x4000>;
455                                 interrupts = <39>;
456                                 clocks = <&clks 103>, <&clks 66>, <&clks 49>;
457                                 clock-names = "ipg", "ahb", "per";
458                                 status = "disabled";
459                         };
460
461                         slcdc@53fc0000 {
462                                 reg = <0x53fc0000 0x4000>;
463                                 interrupts = <38>;
464                                 status = "disabled";
465                         };
466
467                         pwm4: pwm@53fc8000 {
468                                 compatible = "fsl,imx25-pwm", "fsl,imx27-pwm";
469                                 #pwm-cells = <2>;
470                                 reg = <0x53fc8000 0x4000>;
471                                 clocks = <&clks 108>, <&clks 52>;
472                                 clock-names = "ipg", "per";
473                                 interrupts = <42>;
474                         };
475
476                         gpio1: gpio@53fcc000 {
477                                 compatible = "fsl,imx25-gpio", "fsl,imx35-gpio";
478                                 reg = <0x53fcc000 0x4000>;
479                                 interrupts = <52>;
480                                 gpio-controller;
481                                 #gpio-cells = <2>;
482                                 interrupt-controller;
483                                 #interrupt-cells = <2>;
484                         };
485
486                         gpio2: gpio@53fd0000 {
487                                 compatible = "fsl,imx25-gpio", "fsl,imx35-gpio";
488                                 reg = <0x53fd0000 0x4000>;
489                                 interrupts = <51>;
490                                 gpio-controller;
491                                 #gpio-cells = <2>;
492                                 interrupt-controller;
493                                 #interrupt-cells = <2>;
494                         };
495
496                         sdma: sdma@53fd4000 {
497                                 compatible = "fsl,imx25-sdma";
498                                 reg = <0x53fd4000 0x4000>;
499                                 clocks = <&clks 112>, <&clks 68>;
500                                 clock-names = "ipg", "ahb";
501                                 #dma-cells = <3>;
502                                 interrupts = <34>;
503                                 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx25.bin";
504                         };
505
506                         wdog@53fdc000 {
507                                 compatible = "fsl,imx25-wdt", "fsl,imx21-wdt";
508                                 reg = <0x53fdc000 0x4000>;
509                                 clocks = <&clks 126>;
510                                 clock-names = "";
511                                 interrupts = <55>;
512                         };
513
514                         pwm1: pwm@53fe0000 {
515                                 compatible = "fsl,imx25-pwm", "fsl,imx27-pwm";
516                                 #pwm-cells = <2>;
517                                 reg = <0x53fe0000 0x4000>;
518                                 clocks = <&clks 105>, <&clks 52>;
519                                 clock-names = "ipg", "per";
520                                 interrupts = <26>;
521                         };
522
523                         iim: iim@53ff0000 {
524                                 compatible = "fsl,imx25-iim", "fsl,imx27-iim";
525                                 reg = <0x53ff0000 0x4000>;
526                                 interrupts = <19>;
527                                 clocks = <&clks 99>;
528                         };
529
530                         usbotg: usb@53ff4000 {
531                                 compatible = "fsl,imx25-usb", "fsl,imx27-usb";
532                                 reg = <0x53ff4000 0x0200>;
533                                 interrupts = <37>;
534                                 clocks = <&clks 9>, <&clks 70>, <&clks 8>;
535                                 clock-names = "ipg", "ahb", "per";
536                                 fsl,usbmisc = <&usbmisc 0>;
537                                 fsl,usbphy = <&usbphy0>;
538                                 status = "disabled";
539                         };
540
541                         usbhost1: usb@53ff4400 {
542                                 compatible = "fsl,imx25-usb", "fsl,imx27-usb";
543                                 reg = <0x53ff4400 0x0200>;
544                                 interrupts = <35>;
545                                 clocks = <&clks 9>, <&clks 70>, <&clks 8>;
546                                 clock-names = "ipg", "ahb", "per";
547                                 fsl,usbmisc = <&usbmisc 1>;
548                                 fsl,usbphy = <&usbphy1>;
549                                 status = "disabled";
550                         };
551
552                         usbmisc: usbmisc@53ff4600 {
553                                 #index-cells = <1>;
554                                 compatible = "fsl,imx25-usbmisc";
555                                 reg = <0x53ff4600 0x00f>;
556                         };
557
558                         dryice@53ffc000 {
559                                 compatible = "fsl,imx25-dryice", "fsl,imx25-rtc";
560                                 reg = <0x53ffc000 0x4000>;
561                                 clocks = <&clks 81>;
562                                 clock-names = "ipg";
563                                 interrupts = <25>;
564                         };
565                 };
566
567                 iram: sram@78000000 {
568                         compatible = "mmio-sram";
569                         reg = <0x78000000 0x20000>;
570                 };
571
572                 emi@80000000 {
573                         compatible = "fsl,emi-bus", "simple-bus";
574                         #address-cells = <1>;
575                         #size-cells = <1>;
576                         reg = <0x80000000 0x3b002000>;
577                         ranges;
578
579                         nfc: nand@bb000000 {
580                                 #address-cells = <1>;
581                                 #size-cells = <1>;
582
583                                 compatible = "fsl,imx25-nand";
584                                 reg = <0xbb000000 0x2000>;
585                                 clocks = <&clks 50>;
586                                 clock-names = "";
587                                 interrupts = <33>;
588                                 status = "disabled";
589                         };
590                 };
591         };
592
593         usbphy {
594                 compatible = "simple-bus";
595                 #address-cells = <1>;
596                 #size-cells = <0>;
597
598                 usbphy0: usb-phy@0 {
599                         reg = <0>;
600                         compatible = "usb-nop-xceiv";
601                 };
602
603                 usbphy1: usb-phy@1 {
604                         reg = <1>;
605                         compatible = "usb-nop-xceiv";
606                 };
607         };
608 };