2 * Copyright 2012 Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
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:
8 * http://www.opensource.org/licenses/gpl-license.html
9 * http://www.gnu.org/copyleft/gpl.html
12 /include/ "skeleton.dtsi"
23 avic: avic-interrupt-controller@60000000 {
24 compatible = "fsl,imx31-avic", "fsl,avic";
26 #interrupt-cells = <1>;
27 reg = <0x60000000 0x100000>;
33 compatible = "simple-bus";
34 interrupt-parent = <&avic>;
37 aips@43f00000 { /* AIPS1 */
38 compatible = "fsl,aips-bus", "simple-bus";
41 reg = <0x43f00000 0x100000>;
44 uart1: serial@43f90000 {
45 compatible = "fsl,imx31-uart", "fsl,imx21-uart";
46 reg = <0x43f90000 0x4000>;
48 clocks = <&clks 10>, <&clks 30>;
49 clock-names = "ipg", "per";
53 uart2: serial@43f94000 {
54 compatible = "fsl,imx31-uart", "fsl,imx21-uart";
55 reg = <0x43f94000 0x4000>;
57 clocks = <&clks 10>, <&clks 31>;
58 clock-names = "ipg", "per";
62 uart4: serial@43fb0000 {
63 compatible = "fsl,imx31-uart", "fsl,imx21-uart";
64 reg = <0x43fb0000 0x4000>;
65 clocks = <&clks 10>, <&clks 49>;
66 clock-names = "ipg", "per";
71 uart5: serial@43fb4000 {
72 compatible = "fsl,imx31-uart", "fsl,imx21-uart";
73 reg = <0x43fb4000 0x4000>;
75 clocks = <&clks 10>, <&clks 50>;
76 clock-names = "ipg", "per";
82 compatible = "fsl,spba-bus", "simple-bus";
85 reg = <0x50000000 0x100000>;
88 uart3: serial@5000c000 {
89 compatible = "fsl,imx31-uart", "fsl,imx21-uart";
90 reg = <0x5000c000 0x4000>;
92 clocks = <&clks 10>, <&clks 48>;
93 clock-names = "ipg", "per";
98 compatible = "fsl,imx31-ccm";
99 reg = <0x53f80000 0x4000>;
100 interrupts = <0 31 0x04 0 53 0x04>;