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"
28 compatible = "arm,arm1136jf-s";
33 avic: avic-interrupt-controller@60000000 {
34 compatible = "fsl,imx31-avic", "fsl,avic";
36 #interrupt-cells = <1>;
37 reg = <0x60000000 0x100000>;
43 compatible = "simple-bus";
44 interrupt-parent = <&avic>;
47 aips@43f00000 { /* AIPS1 */
48 compatible = "fsl,aips-bus", "simple-bus";
51 reg = <0x43f00000 0x100000>;
54 uart1: serial@43f90000 {
55 compatible = "fsl,imx31-uart", "fsl,imx21-uart";
56 reg = <0x43f90000 0x4000>;
58 clocks = <&clks 10>, <&clks 30>;
59 clock-names = "ipg", "per";
63 uart2: serial@43f94000 {
64 compatible = "fsl,imx31-uart", "fsl,imx21-uart";
65 reg = <0x43f94000 0x4000>;
67 clocks = <&clks 10>, <&clks 31>;
68 clock-names = "ipg", "per";
72 uart4: serial@43fb0000 {
73 compatible = "fsl,imx31-uart", "fsl,imx21-uart";
74 reg = <0x43fb0000 0x4000>;
75 clocks = <&clks 10>, <&clks 49>;
76 clock-names = "ipg", "per";
81 uart5: serial@43fb4000 {
82 compatible = "fsl,imx31-uart", "fsl,imx21-uart";
83 reg = <0x43fb4000 0x4000>;
85 clocks = <&clks 10>, <&clks 50>;
86 clock-names = "ipg", "per";
92 compatible = "fsl,spba-bus", "simple-bus";
95 reg = <0x50000000 0x100000>;
98 uart3: serial@5000c000 {
99 compatible = "fsl,imx31-uart", "fsl,imx21-uart";
100 reg = <0x5000c000 0x4000>;
102 clocks = <&clks 10>, <&clks 48>;
103 clock-names = "ipg", "per";
108 compatible = "fsl,imx31-iim", "fsl,imx27-iim";
109 reg = <0x5001c000 0x1000>;
115 compatible = "fsl,imx31-ccm";
116 reg = <0x53f80000 0x4000>;
117 interrupts = <0 31 0x04 0 53 0x04>;
122 aips@53f00000 { /* AIPS2 */
123 compatible = "fsl,aips-bus", "simple-bus";
124 #address-cells = <1>;
126 reg = <0x53f00000 0x100000>;
129 gpt: timer@53f90000 {
130 compatible = "fsl,imx31-gpt";
131 reg = <0x53f90000 0x4000>;
133 clocks = <&clks 10>, <&clks 22>;
134 clock-names = "ipg", "per";