Shawn Guo | 9daaf31 | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2011 Freescale Semiconductor, Inc. |
| 3 | * Copyright 2011 Linaro Ltd. |
| 4 | * |
| 5 | * The code contained herein is licensed under the GNU General Public |
| 6 | * License. You may obtain a copy of the GNU General Public License |
| 7 | * Version 2 or later at the following locations: |
| 8 | * |
| 9 | * http://www.opensource.org/licenses/gpl-license.html |
| 10 | * http://www.gnu.org/copyleft/gpl.html |
| 11 | */ |
| 12 | |
| 13 | /include/ "skeleton.dtsi" |
| 14 | |
| 15 | / { |
| 16 | aliases { |
Richard Zhao | 8f9ffec | 2011-12-14 09:26:45 +0800 | [diff] [blame] | 17 | serial0 = &uart1; |
| 18 | serial1 = &uart2; |
| 19 | serial2 = &uart3; |
Shawn Guo | 5230f8f | 2012-08-05 14:01:28 +0800 | [diff] [blame] | 20 | gpio0 = &gpio1; |
| 21 | gpio1 = &gpio2; |
| 22 | gpio2 = &gpio3; |
| 23 | gpio3 = &gpio4; |
Shawn Guo | 9daaf31 | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 24 | }; |
| 25 | |
| 26 | tzic: tz-interrupt-controller@e0000000 { |
| 27 | compatible = "fsl,imx51-tzic", "fsl,tzic"; |
| 28 | interrupt-controller; |
| 29 | #interrupt-cells = <1>; |
| 30 | reg = <0xe0000000 0x4000>; |
| 31 | }; |
| 32 | |
| 33 | clocks { |
| 34 | #address-cells = <1>; |
| 35 | #size-cells = <0>; |
| 36 | |
| 37 | ckil { |
| 38 | compatible = "fsl,imx-ckil", "fixed-clock"; |
| 39 | clock-frequency = <32768>; |
| 40 | }; |
| 41 | |
| 42 | ckih1 { |
| 43 | compatible = "fsl,imx-ckih1", "fixed-clock"; |
| 44 | clock-frequency = <22579200>; |
| 45 | }; |
| 46 | |
| 47 | ckih2 { |
| 48 | compatible = "fsl,imx-ckih2", "fixed-clock"; |
| 49 | clock-frequency = <0>; |
| 50 | }; |
| 51 | |
| 52 | osc { |
| 53 | compatible = "fsl,imx-osc", "fixed-clock"; |
| 54 | clock-frequency = <24000000>; |
| 55 | }; |
| 56 | }; |
| 57 | |
| 58 | soc { |
| 59 | #address-cells = <1>; |
| 60 | #size-cells = <1>; |
| 61 | compatible = "simple-bus"; |
| 62 | interrupt-parent = <&tzic>; |
| 63 | ranges; |
| 64 | |
| 65 | aips@70000000 { /* AIPS1 */ |
| 66 | compatible = "fsl,aips-bus", "simple-bus"; |
| 67 | #address-cells = <1>; |
| 68 | #size-cells = <1>; |
| 69 | reg = <0x70000000 0x10000000>; |
| 70 | ranges; |
| 71 | |
| 72 | spba@70000000 { |
| 73 | compatible = "fsl,spba-bus", "simple-bus"; |
| 74 | #address-cells = <1>; |
| 75 | #size-cells = <1>; |
| 76 | reg = <0x70000000 0x40000>; |
| 77 | ranges; |
| 78 | |
| 79 | esdhc@70004000 { /* ESDHC1 */ |
| 80 | compatible = "fsl,imx51-esdhc"; |
| 81 | reg = <0x70004000 0x4000>; |
| 82 | interrupts = <1>; |
| 83 | status = "disabled"; |
| 84 | }; |
| 85 | |
| 86 | esdhc@70008000 { /* ESDHC2 */ |
| 87 | compatible = "fsl,imx51-esdhc"; |
| 88 | reg = <0x70008000 0x4000>; |
| 89 | interrupts = <2>; |
| 90 | status = "disabled"; |
| 91 | }; |
| 92 | |
Shawn Guo | 0c456cf | 2012-04-02 14:39:26 +0800 | [diff] [blame] | 93 | uart3: serial@7000c000 { |
Shawn Guo | 9daaf31 | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 94 | compatible = "fsl,imx51-uart", "fsl,imx21-uart"; |
| 95 | reg = <0x7000c000 0x4000>; |
| 96 | interrupts = <33>; |
| 97 | status = "disabled"; |
| 98 | }; |
| 99 | |
| 100 | ecspi@70010000 { /* ECSPI1 */ |
| 101 | #address-cells = <1>; |
| 102 | #size-cells = <0>; |
| 103 | compatible = "fsl,imx51-ecspi"; |
| 104 | reg = <0x70010000 0x4000>; |
| 105 | interrupts = <36>; |
| 106 | status = "disabled"; |
| 107 | }; |
| 108 | |
Shawn Guo | a15d9f8 | 2012-05-11 13:08:46 +0800 | [diff] [blame] | 109 | ssi2: ssi@70014000 { |
| 110 | compatible = "fsl,imx51-ssi", "fsl,imx21-ssi"; |
| 111 | reg = <0x70014000 0x4000>; |
| 112 | interrupts = <30>; |
| 113 | fsl,fifo-depth = <15>; |
| 114 | fsl,ssi-dma-events = <25 24 23 22>; /* TX0 RX0 TX1 RX1 */ |
| 115 | status = "disabled"; |
| 116 | }; |
| 117 | |
Shawn Guo | 9daaf31 | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 118 | esdhc@70020000 { /* ESDHC3 */ |
| 119 | compatible = "fsl,imx51-esdhc"; |
| 120 | reg = <0x70020000 0x4000>; |
| 121 | interrupts = <3>; |
| 122 | status = "disabled"; |
| 123 | }; |
| 124 | |
| 125 | esdhc@70024000 { /* ESDHC4 */ |
| 126 | compatible = "fsl,imx51-esdhc"; |
| 127 | reg = <0x70024000 0x4000>; |
| 128 | interrupts = <4>; |
| 129 | status = "disabled"; |
| 130 | }; |
| 131 | }; |
| 132 | |
Michael Grzeschik | 212d0b8 | 2012-08-23 12:35:57 +0200 | [diff] [blame^] | 133 | usb@73f80000 { |
| 134 | compatible = "fsl,imx51-usb", "fsl,imx27-usb"; |
| 135 | reg = <0x73f80000 0x0200>; |
| 136 | interrupts = <18>; |
| 137 | status = "disabled"; |
| 138 | }; |
| 139 | |
| 140 | usb@73f80200 { |
| 141 | compatible = "fsl,imx51-usb", "fsl,imx27-usb"; |
| 142 | reg = <0x73f80200 0x0200>; |
| 143 | interrupts = <14>; |
| 144 | status = "disabled"; |
| 145 | }; |
| 146 | |
| 147 | usb@73f80400 { |
| 148 | compatible = "fsl,imx51-usb", "fsl,imx27-usb"; |
| 149 | reg = <0x73f80400 0x0200>; |
| 150 | interrupts = <16>; |
| 151 | status = "disabled"; |
| 152 | }; |
| 153 | |
| 154 | usb@73f80600 { |
| 155 | compatible = "fsl,imx51-usb", "fsl,imx27-usb"; |
| 156 | reg = <0x73f80600 0x0200>; |
| 157 | interrupts = <17>; |
| 158 | status = "disabled"; |
| 159 | }; |
| 160 | |
Richard Zhao | 4d19186 | 2011-12-14 09:26:44 +0800 | [diff] [blame] | 161 | gpio1: gpio@73f84000 { |
Benoît Thébaudeau | aeb2774 | 2012-06-22 21:04:06 +0200 | [diff] [blame] | 162 | compatible = "fsl,imx51-gpio", "fsl,imx35-gpio"; |
Shawn Guo | 9daaf31 | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 163 | reg = <0x73f84000 0x4000>; |
| 164 | interrupts = <50 51>; |
| 165 | gpio-controller; |
| 166 | #gpio-cells = <2>; |
| 167 | interrupt-controller; |
Shawn Guo | 88cde8b | 2012-07-06 20:03:37 +0800 | [diff] [blame] | 168 | #interrupt-cells = <2>; |
Shawn Guo | 9daaf31 | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 169 | }; |
| 170 | |
Richard Zhao | 4d19186 | 2011-12-14 09:26:44 +0800 | [diff] [blame] | 171 | gpio2: gpio@73f88000 { |
Benoît Thébaudeau | aeb2774 | 2012-06-22 21:04:06 +0200 | [diff] [blame] | 172 | compatible = "fsl,imx51-gpio", "fsl,imx35-gpio"; |
Shawn Guo | 9daaf31 | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 173 | reg = <0x73f88000 0x4000>; |
| 174 | interrupts = <52 53>; |
| 175 | gpio-controller; |
| 176 | #gpio-cells = <2>; |
| 177 | interrupt-controller; |
Shawn Guo | 88cde8b | 2012-07-06 20:03:37 +0800 | [diff] [blame] | 178 | #interrupt-cells = <2>; |
Shawn Guo | 9daaf31 | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 179 | }; |
| 180 | |
Richard Zhao | 4d19186 | 2011-12-14 09:26:44 +0800 | [diff] [blame] | 181 | gpio3: gpio@73f8c000 { |
Benoît Thébaudeau | aeb2774 | 2012-06-22 21:04:06 +0200 | [diff] [blame] | 182 | compatible = "fsl,imx51-gpio", "fsl,imx35-gpio"; |
Shawn Guo | 9daaf31 | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 183 | reg = <0x73f8c000 0x4000>; |
| 184 | interrupts = <54 55>; |
| 185 | gpio-controller; |
| 186 | #gpio-cells = <2>; |
| 187 | interrupt-controller; |
Shawn Guo | 88cde8b | 2012-07-06 20:03:37 +0800 | [diff] [blame] | 188 | #interrupt-cells = <2>; |
Shawn Guo | 9daaf31 | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 189 | }; |
| 190 | |
Richard Zhao | 4d19186 | 2011-12-14 09:26:44 +0800 | [diff] [blame] | 191 | gpio4: gpio@73f90000 { |
Benoît Thébaudeau | aeb2774 | 2012-06-22 21:04:06 +0200 | [diff] [blame] | 192 | compatible = "fsl,imx51-gpio", "fsl,imx35-gpio"; |
Shawn Guo | 9daaf31 | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 193 | reg = <0x73f90000 0x4000>; |
| 194 | interrupts = <56 57>; |
| 195 | gpio-controller; |
| 196 | #gpio-cells = <2>; |
| 197 | interrupt-controller; |
Shawn Guo | 88cde8b | 2012-07-06 20:03:37 +0800 | [diff] [blame] | 198 | #interrupt-cells = <2>; |
Shawn Guo | 9daaf31 | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 199 | }; |
| 200 | |
| 201 | wdog@73f98000 { /* WDOG1 */ |
| 202 | compatible = "fsl,imx51-wdt", "fsl,imx21-wdt"; |
| 203 | reg = <0x73f98000 0x4000>; |
| 204 | interrupts = <58>; |
Shawn Guo | 9daaf31 | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 205 | }; |
| 206 | |
| 207 | wdog@73f9c000 { /* WDOG2 */ |
| 208 | compatible = "fsl,imx51-wdt", "fsl,imx21-wdt"; |
| 209 | reg = <0x73f9c000 0x4000>; |
| 210 | interrupts = <59>; |
| 211 | status = "disabled"; |
| 212 | }; |
| 213 | |
Shawn Guo | 0c456cf | 2012-04-02 14:39:26 +0800 | [diff] [blame] | 214 | uart1: serial@73fbc000 { |
Shawn Guo | 9daaf31 | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 215 | compatible = "fsl,imx51-uart", "fsl,imx21-uart"; |
| 216 | reg = <0x73fbc000 0x4000>; |
| 217 | interrupts = <31>; |
| 218 | status = "disabled"; |
| 219 | }; |
| 220 | |
Shawn Guo | 0c456cf | 2012-04-02 14:39:26 +0800 | [diff] [blame] | 221 | uart2: serial@73fc0000 { |
Shawn Guo | 9daaf31 | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 222 | compatible = "fsl,imx51-uart", "fsl,imx21-uart"; |
| 223 | reg = <0x73fc0000 0x4000>; |
| 224 | interrupts = <32>; |
| 225 | status = "disabled"; |
| 226 | }; |
| 227 | }; |
| 228 | |
| 229 | aips@80000000 { /* AIPS2 */ |
| 230 | compatible = "fsl,aips-bus", "simple-bus"; |
| 231 | #address-cells = <1>; |
| 232 | #size-cells = <1>; |
| 233 | reg = <0x80000000 0x10000000>; |
| 234 | ranges; |
| 235 | |
| 236 | ecspi@83fac000 { /* ECSPI2 */ |
| 237 | #address-cells = <1>; |
| 238 | #size-cells = <0>; |
| 239 | compatible = "fsl,imx51-ecspi"; |
| 240 | reg = <0x83fac000 0x4000>; |
| 241 | interrupts = <37>; |
| 242 | status = "disabled"; |
| 243 | }; |
| 244 | |
| 245 | sdma@83fb0000 { |
| 246 | compatible = "fsl,imx51-sdma", "fsl,imx35-sdma"; |
| 247 | reg = <0x83fb0000 0x4000>; |
| 248 | interrupts = <6>; |
Fabio Estevam | 7e4f036 | 2012-08-08 11:28:07 -0300 | [diff] [blame] | 249 | fsl,sdma-ram-script-name = "imx/sdma/sdma-imx51.bin"; |
Shawn Guo | 9daaf31 | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 250 | }; |
| 251 | |
| 252 | cspi@83fc0000 { |
| 253 | #address-cells = <1>; |
| 254 | #size-cells = <0>; |
| 255 | compatible = "fsl,imx51-cspi", "fsl,imx35-cspi"; |
| 256 | reg = <0x83fc0000 0x4000>; |
| 257 | interrupts = <38>; |
| 258 | status = "disabled"; |
| 259 | }; |
| 260 | |
| 261 | i2c@83fc4000 { /* I2C2 */ |
| 262 | #address-cells = <1>; |
| 263 | #size-cells = <0>; |
| 264 | compatible = "fsl,imx51-i2c", "fsl,imx1-i2c"; |
| 265 | reg = <0x83fc4000 0x4000>; |
| 266 | interrupts = <63>; |
| 267 | status = "disabled"; |
| 268 | }; |
| 269 | |
| 270 | i2c@83fc8000 { /* I2C1 */ |
| 271 | #address-cells = <1>; |
| 272 | #size-cells = <0>; |
| 273 | compatible = "fsl,imx51-i2c", "fsl,imx1-i2c"; |
| 274 | reg = <0x83fc8000 0x4000>; |
| 275 | interrupts = <62>; |
| 276 | status = "disabled"; |
| 277 | }; |
| 278 | |
Shawn Guo | a15d9f8 | 2012-05-11 13:08:46 +0800 | [diff] [blame] | 279 | ssi1: ssi@83fcc000 { |
| 280 | compatible = "fsl,imx51-ssi", "fsl,imx21-ssi"; |
| 281 | reg = <0x83fcc000 0x4000>; |
| 282 | interrupts = <29>; |
| 283 | fsl,fifo-depth = <15>; |
| 284 | fsl,ssi-dma-events = <29 28 27 26>; /* TX0 RX0 TX1 RX1 */ |
| 285 | status = "disabled"; |
| 286 | }; |
| 287 | |
| 288 | audmux@83fd0000 { |
| 289 | compatible = "fsl,imx51-audmux", "fsl,imx31-audmux"; |
| 290 | reg = <0x83fd0000 0x4000>; |
| 291 | status = "disabled"; |
| 292 | }; |
| 293 | |
| 294 | ssi3: ssi@83fe8000 { |
| 295 | compatible = "fsl,imx51-ssi", "fsl,imx21-ssi"; |
| 296 | reg = <0x83fe8000 0x4000>; |
| 297 | interrupts = <96>; |
| 298 | fsl,fifo-depth = <15>; |
| 299 | fsl,ssi-dma-events = <47 46 37 35>; /* TX0 RX0 TX1 RX1 */ |
| 300 | status = "disabled"; |
| 301 | }; |
| 302 | |
Shawn Guo | 0c456cf | 2012-04-02 14:39:26 +0800 | [diff] [blame] | 303 | ethernet@83fec000 { |
Shawn Guo | 9daaf31 | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 304 | compatible = "fsl,imx51-fec", "fsl,imx27-fec"; |
| 305 | reg = <0x83fec000 0x4000>; |
| 306 | interrupts = <87>; |
| 307 | status = "disabled"; |
| 308 | }; |
| 309 | }; |
| 310 | }; |
| 311 | }; |