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
16 * The decompressor and also some bootloaders rely on a
17 * pre-existing /chosen node to be available to insert the
18 * command line and merge other ATAGS info.
19 * Also for U-Boot there must be a pre-existing /memory node.
22 memory { device_type = "memory"; reg = <0 0>; };
37 compatible = "arm,arm1136jf-s";
43 avic: interrupt-controller@68000000 {
44 compatible = "fsl,imx31-avic", "fsl,avic";
46 #interrupt-cells = <1>;
47 reg = <0x68000000 0x100000>;
53 compatible = "simple-bus";
54 interrupt-parent = <&avic>;
57 aips@43f00000 { /* AIPS1 */
58 compatible = "fsl,aips-bus", "simple-bus";
61 reg = <0x43f00000 0x100000>;
64 uart1: serial@43f90000 {
65 compatible = "fsl,imx31-uart", "fsl,imx21-uart";
66 reg = <0x43f90000 0x4000>;
68 clocks = <&clks 10>, <&clks 30>;
69 clock-names = "ipg", "per";
73 uart2: serial@43f94000 {
74 compatible = "fsl,imx31-uart", "fsl,imx21-uart";
75 reg = <0x43f94000 0x4000>;
77 clocks = <&clks 10>, <&clks 31>;
78 clock-names = "ipg", "per";
83 compatible = "fsl,imx31-kpp", "fsl,imx21-kpp";
84 reg = <0x43fa8000 0x4000>;
90 uart4: serial@43fb0000 {
91 compatible = "fsl,imx31-uart", "fsl,imx21-uart";
92 reg = <0x43fb0000 0x4000>;
93 clocks = <&clks 10>, <&clks 49>;
94 clock-names = "ipg", "per";
99 uart5: serial@43fb4000 {
100 compatible = "fsl,imx31-uart", "fsl,imx21-uart";
101 reg = <0x43fb4000 0x4000>;
103 clocks = <&clks 10>, <&clks 50>;
104 clock-names = "ipg", "per";
110 compatible = "fsl,spba-bus", "simple-bus";
111 #address-cells = <1>;
113 reg = <0x50000000 0x100000>;
116 uart3: serial@5000c000 {
117 compatible = "fsl,imx31-uart", "fsl,imx21-uart";
118 reg = <0x5000c000 0x4000>;
120 clocks = <&clks 10>, <&clks 48>;
121 clock-names = "ipg", "per";
126 compatible = "fsl,imx31-iim", "fsl,imx27-iim";
127 reg = <0x5001c000 0x1000>;
133 aips@53f00000 { /* AIPS2 */
134 compatible = "fsl,aips-bus", "simple-bus";
135 #address-cells = <1>;
137 reg = <0x53f00000 0x100000>;
141 compatible = "fsl,imx31-ccm";
142 reg = <0x53f80000 0x4000>;
143 interrupts = <31>, <53>;
147 gpt: timer@53f90000 {
148 compatible = "fsl,imx31-gpt";
149 reg = <0x53f90000 0x4000>;
151 clocks = <&clks 10>, <&clks 22>;
152 clock-names = "ipg", "per";