Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2013 Greg Ungerer <gerg@uclinux.org> |
| 3 | * Copyright 2011 Freescale Semiconductor, Inc. |
| 4 | * Copyright 2011 Linaro Ltd. |
| 5 | * |
| 6 | * The code contained herein is licensed under the GNU General Public |
| 7 | * License. You may obtain a copy of the GNU General Public License |
| 8 | * Version 2 or later at the following locations: |
| 9 | * |
| 10 | * http://www.opensource.org/licenses/gpl-license.html |
| 11 | * http://www.gnu.org/copyleft/gpl.html |
| 12 | */ |
| 13 | |
| 14 | #include "skeleton.dtsi" |
| 15 | #include "imx50-pinfunc.h" |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 16 | #include <dt-bindings/clock/imx5-clock.h> |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 17 | |
| 18 | / { |
| 19 | aliases { |
| 20 | gpio0 = &gpio1; |
| 21 | gpio1 = &gpio2; |
| 22 | gpio2 = &gpio3; |
| 23 | gpio3 = &gpio4; |
| 24 | gpio4 = &gpio5; |
| 25 | gpio5 = &gpio6; |
| 26 | serial0 = &uart1; |
| 27 | serial1 = &uart2; |
| 28 | serial2 = &uart3; |
| 29 | serial3 = &uart4; |
| 30 | serial4 = &uart5; |
| 31 | }; |
| 32 | |
| 33 | cpus { |
| 34 | #address-cells = <1>; |
| 35 | #size-cells = <0>; |
| 36 | cpu@0 { |
| 37 | device_type = "cpu"; |
| 38 | compatible = "arm,cortex-a8"; |
| 39 | reg = <0x0>; |
| 40 | }; |
| 41 | }; |
| 42 | |
| 43 | tzic: tz-interrupt-controller@0fffc000 { |
| 44 | compatible = "fsl,imx50-tzic", "fsl,imx53-tzic", "fsl,tzic"; |
| 45 | interrupt-controller; |
| 46 | #interrupt-cells = <1>; |
| 47 | reg = <0x0fffc000 0x4000>; |
| 48 | }; |
| 49 | |
| 50 | clocks { |
| 51 | #address-cells = <1>; |
| 52 | #size-cells = <0>; |
| 53 | |
| 54 | ckil { |
| 55 | compatible = "fsl,imx-ckil", "fixed-clock"; |
| 56 | clock-frequency = <32768>; |
| 57 | }; |
| 58 | |
| 59 | ckih1 { |
| 60 | compatible = "fsl,imx-ckih1", "fixed-clock"; |
| 61 | clock-frequency = <22579200>; |
| 62 | }; |
| 63 | |
| 64 | ckih2 { |
| 65 | compatible = "fsl,imx-ckih2", "fixed-clock"; |
| 66 | clock-frequency = <0>; |
| 67 | }; |
| 68 | |
| 69 | osc { |
| 70 | compatible = "fsl,imx-osc", "fixed-clock"; |
| 71 | clock-frequency = <24000000>; |
| 72 | }; |
| 73 | }; |
| 74 | |
| 75 | soc { |
| 76 | #address-cells = <1>; |
| 77 | #size-cells = <1>; |
| 78 | compatible = "simple-bus"; |
| 79 | interrupt-parent = <&tzic>; |
| 80 | ranges; |
| 81 | |
| 82 | aips@50000000 { /* AIPS1 */ |
| 83 | compatible = "fsl,aips-bus", "simple-bus"; |
| 84 | #address-cells = <1>; |
| 85 | #size-cells = <1>; |
| 86 | reg = <0x50000000 0x10000000>; |
| 87 | ranges; |
| 88 | |
| 89 | spba@50000000 { |
| 90 | compatible = "fsl,spba-bus", "simple-bus"; |
| 91 | #address-cells = <1>; |
| 92 | #size-cells = <1>; |
| 93 | reg = <0x50000000 0x40000>; |
| 94 | ranges; |
| 95 | |
| 96 | esdhc1: esdhc@50004000 { |
| 97 | compatible = "fsl,imx50-esdhc"; |
| 98 | reg = <0x50004000 0x4000>; |
| 99 | interrupts = <1>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 100 | clocks = <&clks IMX5_CLK_ESDHC1_IPG_GATE>, |
| 101 | <&clks IMX5_CLK_DUMMY>, |
| 102 | <&clks IMX5_CLK_ESDHC1_PER_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 103 | clock-names = "ipg", "ahb", "per"; |
| 104 | bus-width = <4>; |
| 105 | status = "disabled"; |
| 106 | }; |
| 107 | |
| 108 | esdhc2: esdhc@50008000 { |
| 109 | compatible = "fsl,imx50-esdhc"; |
| 110 | reg = <0x50008000 0x4000>; |
| 111 | interrupts = <2>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 112 | clocks = <&clks IMX5_CLK_ESDHC2_IPG_GATE>, |
| 113 | <&clks IMX5_CLK_DUMMY>, |
| 114 | <&clks IMX5_CLK_ESDHC2_PER_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 115 | clock-names = "ipg", "ahb", "per"; |
| 116 | bus-width = <4>; |
| 117 | status = "disabled"; |
| 118 | }; |
| 119 | |
| 120 | uart3: serial@5000c000 { |
| 121 | compatible = "fsl,imx50-uart", "fsl,imx21-uart"; |
| 122 | reg = <0x5000c000 0x4000>; |
| 123 | interrupts = <33>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 124 | clocks = <&clks IMX5_CLK_UART3_IPG_GATE>, |
| 125 | <&clks IMX5_CLK_UART3_PER_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 126 | clock-names = "ipg", "per"; |
| 127 | status = "disabled"; |
| 128 | }; |
| 129 | |
| 130 | ecspi1: ecspi@50010000 { |
| 131 | #address-cells = <1>; |
| 132 | #size-cells = <0>; |
| 133 | compatible = "fsl,imx50-ecspi", "fsl,imx51-ecspi"; |
| 134 | reg = <0x50010000 0x4000>; |
| 135 | interrupts = <36>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 136 | clocks = <&clks IMX5_CLK_ECSPI1_IPG_GATE>, |
| 137 | <&clks IMX5_CLK_ECSPI1_PER_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 138 | clock-names = "ipg", "per"; |
| 139 | status = "disabled"; |
| 140 | }; |
| 141 | |
| 142 | ssi2: ssi@50014000 { |
| 143 | compatible = "fsl,imx50-ssi", "fsl,imx21-ssi"; |
| 144 | reg = <0x50014000 0x4000>; |
| 145 | interrupts = <30>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 146 | clocks = <&clks IMX5_CLK_SSI2_IPG_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 147 | fsl,fifo-depth = <15>; |
| 148 | fsl,ssi-dma-events = <25 24 23 22>; /* TX0 RX0 TX1 RX1 */ |
| 149 | status = "disabled"; |
| 150 | }; |
| 151 | |
| 152 | esdhc3: esdhc@50020000 { |
| 153 | compatible = "fsl,imx50-esdhc"; |
| 154 | reg = <0x50020000 0x4000>; |
| 155 | interrupts = <3>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 156 | clocks = <&clks IMX5_CLK_ESDHC3_IPG_GATE>, |
| 157 | <&clks IMX5_CLK_DUMMY>, |
| 158 | <&clks IMX5_CLK_ESDHC3_PER_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 159 | clock-names = "ipg", "ahb", "per"; |
| 160 | bus-width = <4>; |
| 161 | status = "disabled"; |
| 162 | }; |
| 163 | |
| 164 | esdhc4: esdhc@50024000 { |
| 165 | compatible = "fsl,imx50-esdhc"; |
| 166 | reg = <0x50024000 0x4000>; |
| 167 | interrupts = <4>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 168 | clocks = <&clks IMX5_CLK_ESDHC4_IPG_GATE>, |
| 169 | <&clks IMX5_CLK_DUMMY>, |
| 170 | <&clks IMX5_CLK_ESDHC4_PER_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 171 | clock-names = "ipg", "ahb", "per"; |
| 172 | bus-width = <4>; |
| 173 | status = "disabled"; |
| 174 | }; |
| 175 | }; |
| 176 | |
| 177 | usbotg: usb@53f80000 { |
| 178 | compatible = "fsl,imx50-usb", "fsl,imx27-usb"; |
| 179 | reg = <0x53f80000 0x0200>; |
| 180 | interrupts = <18>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 181 | clocks = <&clks IMX5_CLK_USB_PHY1_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 182 | status = "disabled"; |
| 183 | }; |
| 184 | |
| 185 | usbh1: usb@53f80200 { |
| 186 | compatible = "fsl,imx50-usb", "fsl,imx27-usb"; |
| 187 | reg = <0x53f80200 0x0200>; |
| 188 | interrupts = <14>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 189 | clocks = <&clks IMX5_CLK_USB_PHY2_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 190 | status = "disabled"; |
| 191 | }; |
| 192 | |
| 193 | usbh2: usb@53f80400 { |
| 194 | compatible = "fsl,imx50-usb", "fsl,imx27-usb"; |
| 195 | reg = <0x53f80400 0x0200>; |
| 196 | interrupts = <16>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 197 | clocks = <&clks IMX5_CLK_USBOH3_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 198 | status = "disabled"; |
| 199 | }; |
| 200 | |
| 201 | usbh3: usb@53f80600 { |
| 202 | compatible = "fsl,imx50-usb", "fsl,imx27-usb"; |
| 203 | reg = <0x53f80600 0x0200>; |
| 204 | interrupts = <17>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 205 | clocks = <&clks IMX5_CLK_USBOH3_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 206 | status = "disabled"; |
| 207 | }; |
| 208 | |
| 209 | gpio1: gpio@53f84000 { |
| 210 | compatible = "fsl,imx50-gpio", "fsl,imx35-gpio"; |
| 211 | reg = <0x53f84000 0x4000>; |
| 212 | interrupts = <50 51>; |
| 213 | gpio-controller; |
| 214 | #gpio-cells = <2>; |
| 215 | interrupt-controller; |
| 216 | #interrupt-cells = <2>; |
| 217 | }; |
| 218 | |
| 219 | gpio2: gpio@53f88000 { |
| 220 | compatible = "fsl,imx50-gpio", "fsl,imx35-gpio"; |
| 221 | reg = <0x53f88000 0x4000>; |
| 222 | interrupts = <52 53>; |
| 223 | gpio-controller; |
| 224 | #gpio-cells = <2>; |
| 225 | interrupt-controller; |
| 226 | #interrupt-cells = <2>; |
| 227 | }; |
| 228 | |
| 229 | gpio3: gpio@53f8c000 { |
| 230 | compatible = "fsl,imx50-gpio", "fsl,imx35-gpio"; |
| 231 | reg = <0x53f8c000 0x4000>; |
| 232 | interrupts = <54 55>; |
| 233 | gpio-controller; |
| 234 | #gpio-cells = <2>; |
| 235 | interrupt-controller; |
| 236 | #interrupt-cells = <2>; |
| 237 | }; |
| 238 | |
| 239 | gpio4: gpio@53f90000 { |
| 240 | compatible = "fsl,imx50-gpio", "fsl,imx35-gpio"; |
| 241 | reg = <0x53f90000 0x4000>; |
| 242 | interrupts = <56 57>; |
| 243 | gpio-controller; |
| 244 | #gpio-cells = <2>; |
| 245 | interrupt-controller; |
| 246 | #interrupt-cells = <2>; |
| 247 | }; |
| 248 | |
| 249 | wdog1: wdog@53f98000 { |
| 250 | compatible = "fsl,imx50-wdt", "fsl,imx21-wdt"; |
| 251 | reg = <0x53f98000 0x4000>; |
| 252 | interrupts = <58>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 253 | clocks = <&clks IMX5_CLK_DUMMY>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 254 | }; |
| 255 | |
| 256 | gpt: timer@53fa0000 { |
| 257 | compatible = "fsl,imx50-gpt", "fsl,imx31-gpt"; |
| 258 | reg = <0x53fa0000 0x4000>; |
| 259 | interrupts = <39>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 260 | clocks = <&clks IMX5_CLK_GPT_IPG_GATE>, |
| 261 | <&clks IMX5_CLK_GPT_HF_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 262 | clock-names = "ipg", "per"; |
| 263 | }; |
| 264 | |
| 265 | iomuxc: iomuxc@53fa8000 { |
| 266 | compatible = "fsl,imx50-iomuxc", "fsl,imx53-iomuxc"; |
| 267 | reg = <0x53fa8000 0x4000>; |
| 268 | }; |
| 269 | |
| 270 | gpr: iomuxc-gpr@53fa8000 { |
| 271 | compatible = "fsl,imx50-iomuxc-gpr", "syscon"; |
| 272 | reg = <0x53fa8000 0xc>; |
| 273 | }; |
| 274 | |
| 275 | pwm1: pwm@53fb4000 { |
| 276 | #pwm-cells = <2>; |
| 277 | compatible = "fsl,imx50-pwm", "fsl,imx27-pwm"; |
| 278 | reg = <0x53fb4000 0x4000>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 279 | clocks = <&clks IMX5_CLK_PWM1_IPG_GATE>, |
| 280 | <&clks IMX5_CLK_PWM1_HF_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 281 | clock-names = "ipg", "per"; |
| 282 | interrupts = <61>; |
| 283 | }; |
| 284 | |
| 285 | pwm2: pwm@53fb8000 { |
| 286 | #pwm-cells = <2>; |
| 287 | compatible = "fsl,imx50-pwm", "fsl,imx27-pwm"; |
| 288 | reg = <0x53fb8000 0x4000>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 289 | clocks = <&clks IMX5_CLK_PWM2_IPG_GATE>, |
| 290 | <&clks IMX5_CLK_PWM2_HF_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 291 | clock-names = "ipg", "per"; |
| 292 | interrupts = <94>; |
| 293 | }; |
| 294 | |
| 295 | uart1: serial@53fbc000 { |
| 296 | compatible = "fsl,imx50-uart", "fsl,imx21-uart"; |
| 297 | reg = <0x53fbc000 0x4000>; |
| 298 | interrupts = <31>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 299 | clocks = <&clks IMX5_CLK_UART1_IPG_GATE>, |
| 300 | <&clks IMX5_CLK_UART1_PER_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 301 | clock-names = "ipg", "per"; |
| 302 | status = "disabled"; |
| 303 | }; |
| 304 | |
| 305 | uart2: serial@53fc0000 { |
| 306 | compatible = "fsl,imx50-uart", "fsl,imx21-uart"; |
| 307 | reg = <0x53fc0000 0x4000>; |
| 308 | interrupts = <32>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 309 | clocks = <&clks IMX5_CLK_UART2_IPG_GATE>, |
| 310 | <&clks IMX5_CLK_UART2_PER_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 311 | clock-names = "ipg", "per"; |
| 312 | status = "disabled"; |
| 313 | }; |
| 314 | |
| 315 | src: src@53fd0000 { |
| 316 | compatible = "fsl,imx50-src", "fsl,imx51-src"; |
| 317 | reg = <0x53fd0000 0x4000>; |
| 318 | #reset-cells = <1>; |
| 319 | }; |
| 320 | |
| 321 | clks: ccm@53fd4000{ |
| 322 | compatible = "fsl,imx50-ccm"; |
| 323 | reg = <0x53fd4000 0x4000>; |
| 324 | interrupts = <0 71 0x04 0 72 0x04>; |
| 325 | #clock-cells = <1>; |
| 326 | }; |
| 327 | |
| 328 | gpio5: gpio@53fdc000 { |
| 329 | compatible = "fsl,imx50-gpio", "fsl,imx35-gpio"; |
| 330 | reg = <0x53fdc000 0x4000>; |
| 331 | interrupts = <103 104>; |
| 332 | gpio-controller; |
| 333 | #gpio-cells = <2>; |
| 334 | interrupt-controller; |
| 335 | #interrupt-cells = <2>; |
| 336 | }; |
| 337 | |
| 338 | gpio6: gpio@53fe0000 { |
| 339 | compatible = "fsl,imx50-gpio", "fsl,imx35-gpio"; |
| 340 | reg = <0x53fe0000 0x4000>; |
| 341 | interrupts = <105 106>; |
| 342 | gpio-controller; |
| 343 | #gpio-cells = <2>; |
| 344 | interrupt-controller; |
| 345 | #interrupt-cells = <2>; |
| 346 | }; |
| 347 | |
| 348 | i2c3: i2c@53fec000 { |
| 349 | #address-cells = <1>; |
| 350 | #size-cells = <0>; |
| 351 | compatible = "fsl,imx50-i2c", "fsl,imx21-i2c"; |
| 352 | reg = <0x53fec000 0x4000>; |
| 353 | interrupts = <64>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 354 | clocks = <&clks IMX5_CLK_I2C3_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 355 | status = "disabled"; |
| 356 | }; |
| 357 | |
| 358 | uart4: serial@53ff0000 { |
| 359 | compatible = "fsl,imx50-uart", "fsl,imx21-uart"; |
| 360 | reg = <0x53ff0000 0x4000>; |
| 361 | interrupts = <13>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 362 | clocks = <&clks IMX5_CLK_UART4_IPG_GATE>, |
| 363 | <&clks IMX5_CLK_UART4_PER_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 364 | clock-names = "ipg", "per"; |
| 365 | status = "disabled"; |
| 366 | }; |
| 367 | }; |
| 368 | |
| 369 | aips@60000000 { /* AIPS2 */ |
| 370 | compatible = "fsl,aips-bus", "simple-bus"; |
| 371 | #address-cells = <1>; |
| 372 | #size-cells = <1>; |
| 373 | reg = <0x60000000 0x10000000>; |
| 374 | ranges; |
| 375 | |
| 376 | uart5: serial@63f90000 { |
| 377 | compatible = "fsl,imx50-uart", "fsl,imx21-uart"; |
| 378 | reg = <0x63f90000 0x4000>; |
| 379 | interrupts = <86>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 380 | clocks = <&clks IMX5_CLK_UART5_IPG_GATE>, |
| 381 | <&clks IMX5_CLK_UART5_PER_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 382 | clock-names = "ipg", "per"; |
| 383 | status = "disabled"; |
| 384 | }; |
| 385 | |
| 386 | owire: owire@63fa4000 { |
| 387 | compatible = "fsl,imx50-owire", "fsl,imx21-owire"; |
| 388 | reg = <0x63fa4000 0x4000>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 389 | clocks = <&clks IMX5_CLK_OWIRE_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 390 | status = "disabled"; |
| 391 | }; |
| 392 | |
| 393 | ecspi2: ecspi@63fac000 { |
| 394 | #address-cells = <1>; |
| 395 | #size-cells = <0>; |
| 396 | compatible = "fsl,imx50-ecspi", "fsl,imx51-ecspi"; |
| 397 | reg = <0x63fac000 0x4000>; |
| 398 | interrupts = <37>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 399 | clocks = <&clks IMX5_CLK_ECSPI2_IPG_GATE>, |
| 400 | <&clks IMX5_CLK_ECSPI2_PER_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 401 | clock-names = "ipg", "per"; |
| 402 | status = "disabled"; |
| 403 | }; |
| 404 | |
| 405 | sdma: sdma@63fb0000 { |
| 406 | compatible = "fsl,imx50-sdma", "fsl,imx35-sdma"; |
| 407 | reg = <0x63fb0000 0x4000>; |
| 408 | interrupts = <6>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 409 | clocks = <&clks IMX5_CLK_SDMA_GATE>, |
| 410 | <&clks IMX5_CLK_SDMA_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 411 | clock-names = "ipg", "ahb"; |
| 412 | fsl,sdma-ram-script-name = "imx/sdma/sdma-imx50.bin"; |
| 413 | }; |
| 414 | |
| 415 | cspi: cspi@63fc0000 { |
| 416 | #address-cells = <1>; |
| 417 | #size-cells = <0>; |
| 418 | compatible = "fsl,imx50-cspi", "fsl,imx35-cspi"; |
| 419 | reg = <0x63fc0000 0x4000>; |
| 420 | interrupts = <38>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 421 | clocks = <&clks IMX5_CLK_CSPI_IPG_GATE>, |
| 422 | <&clks IMX5_CLK_CSPI_IPG_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 423 | clock-names = "ipg", "per"; |
| 424 | status = "disabled"; |
| 425 | }; |
| 426 | |
| 427 | i2c2: i2c@63fc4000 { |
| 428 | #address-cells = <1>; |
| 429 | #size-cells = <0>; |
| 430 | compatible = "fsl,imx50-i2c", "fsl,imx21-i2c"; |
| 431 | reg = <0x63fc4000 0x4000>; |
| 432 | interrupts = <63>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 433 | clocks = <&clks IMX5_CLK_I2C2_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 434 | status = "disabled"; |
| 435 | }; |
| 436 | |
| 437 | i2c1: i2c@63fc8000 { |
| 438 | #address-cells = <1>; |
| 439 | #size-cells = <0>; |
| 440 | compatible = "fsl,imx50-i2c", "fsl,imx21-i2c"; |
| 441 | reg = <0x63fc8000 0x4000>; |
| 442 | interrupts = <62>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 443 | clocks = <&clks IMX5_CLK_I2C1_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 444 | status = "disabled"; |
| 445 | }; |
| 446 | |
| 447 | ssi1: ssi@63fcc000 { |
| 448 | compatible = "fsl,imx50-ssi", "fsl,imx21-ssi"; |
| 449 | reg = <0x63fcc000 0x4000>; |
| 450 | interrupts = <29>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 451 | clocks = <&clks IMX5_CLK_SSI1_IPG_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 452 | fsl,fifo-depth = <15>; |
| 453 | fsl,ssi-dma-events = <29 28 27 26>; /* TX0 RX0 TX1 RX1 */ |
| 454 | status = "disabled"; |
| 455 | }; |
| 456 | |
| 457 | audmux: audmux@63fd0000 { |
| 458 | compatible = "fsl,imx50-audmux", "fsl,imx31-audmux"; |
| 459 | reg = <0x63fd0000 0x4000>; |
| 460 | status = "disabled"; |
| 461 | }; |
| 462 | |
| 463 | fec: ethernet@63fec000 { |
| 464 | compatible = "fsl,imx53-fec", "fsl,imx25-fec"; |
| 465 | reg = <0x63fec000 0x4000>; |
| 466 | interrupts = <87>; |
Lucas Stach | 6650d6d | 2013-11-14 11:19:00 +0100 | [diff] [blame^] | 467 | clocks = <&clks IMX5_CLK_FEC_GATE>, |
| 468 | <&clks IMX5_CLK_FEC_GATE>, |
| 469 | <&clks IMX5_CLK_FEC_GATE>; |
Greg Ungerer | 64972ac | 2013-10-29 15:15:56 +1000 | [diff] [blame] | 470 | clock-names = "ipg", "ahb", "ptp"; |
| 471 | status = "disabled"; |
| 472 | }; |
| 473 | }; |
| 474 | }; |
| 475 | }; |