Shawn Guo | 9daaf31a | 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 | |
Shawn Guo | 36dffd8 | 2013-04-07 10:49:34 +0800 | [diff] [blame] | 13 | #include "skeleton.dtsi" |
Shawn Guo | e164153 | 2013-02-20 10:32:52 +0800 | [diff] [blame] | 14 | #include "imx51-pinfunc.h" |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 15 | #include <dt-bindings/clock/imx5-clock.h> |
Alexander Shiyan | bdb3eec | 2013-11-19 15:47:27 +0400 | [diff] [blame] | 16 | #include <dt-bindings/gpio/gpio.h> |
Alexander Shiyan | 72d86d2 | 2014-01-11 10:54:19 +0400 | [diff] [blame] | 17 | #include <dt-bindings/input/input.h> |
| 18 | #include <dt-bindings/interrupt-controller/irq.h> |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 19 | |
| 20 | / { |
| 21 | aliases { |
Shawn Guo | 5230f8f | 2012-08-05 14:01:28 +0800 | [diff] [blame] | 22 | gpio0 = &gpio1; |
| 23 | gpio1 = &gpio2; |
| 24 | gpio2 = &gpio3; |
| 25 | gpio3 = &gpio4; |
Sascha Hauer | e3b73c6 | 2013-06-25 15:51:55 +0200 | [diff] [blame] | 26 | i2c0 = &i2c1; |
| 27 | i2c1 = &i2c2; |
Sascha Hauer | f742c22 | 2014-01-16 13:44:21 +0100 | [diff] [blame] | 28 | mmc0 = &esdhc1; |
| 29 | mmc1 = &esdhc2; |
| 30 | mmc2 = &esdhc3; |
| 31 | mmc3 = &esdhc4; |
Sascha Hauer | e3b73c6 | 2013-06-25 15:51:55 +0200 | [diff] [blame] | 32 | serial0 = &uart1; |
| 33 | serial1 = &uart2; |
| 34 | serial2 = &uart3; |
| 35 | spi0 = &ecspi1; |
| 36 | spi1 = &ecspi2; |
| 37 | spi2 = &cspi; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 38 | }; |
| 39 | |
| 40 | tzic: tz-interrupt-controller@e0000000 { |
| 41 | compatible = "fsl,imx51-tzic", "fsl,tzic"; |
| 42 | interrupt-controller; |
| 43 | #interrupt-cells = <1>; |
| 44 | reg = <0xe0000000 0x4000>; |
| 45 | }; |
| 46 | |
| 47 | clocks { |
| 48 | #address-cells = <1>; |
| 49 | #size-cells = <0>; |
| 50 | |
| 51 | ckil { |
| 52 | compatible = "fsl,imx-ckil", "fixed-clock"; |
Shawn Guo | 4b2b404 | 2014-04-11 09:56:46 +0800 | [diff] [blame] | 53 | #clock-cells = <0>; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 54 | clock-frequency = <32768>; |
| 55 | }; |
| 56 | |
| 57 | ckih1 { |
| 58 | compatible = "fsl,imx-ckih1", "fixed-clock"; |
Shawn Guo | 4b2b404 | 2014-04-11 09:56:46 +0800 | [diff] [blame] | 59 | #clock-cells = <0>; |
Alexander Shiyan | 677e28b | 2013-07-27 11:19:45 +0400 | [diff] [blame] | 60 | clock-frequency = <0>; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 61 | }; |
| 62 | |
| 63 | ckih2 { |
| 64 | compatible = "fsl,imx-ckih2", "fixed-clock"; |
Shawn Guo | 4b2b404 | 2014-04-11 09:56:46 +0800 | [diff] [blame] | 65 | #clock-cells = <0>; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 66 | clock-frequency = <0>; |
| 67 | }; |
| 68 | |
| 69 | osc { |
| 70 | compatible = "fsl,imx-osc", "fixed-clock"; |
Shawn Guo | 4b2b404 | 2014-04-11 09:56:46 +0800 | [diff] [blame] | 71 | #clock-cells = <0>; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 72 | clock-frequency = <24000000>; |
| 73 | }; |
| 74 | }; |
| 75 | |
Markus Pargmann | 6f9d62d | 2013-04-07 21:56:45 +0200 | [diff] [blame] | 76 | cpus { |
| 77 | #address-cells = <1>; |
| 78 | #size-cells = <0>; |
Alexander Shiyan | 6acde88 | 2013-11-07 12:45:05 +0400 | [diff] [blame] | 79 | cpu: cpu@0 { |
Markus Pargmann | 6f9d62d | 2013-04-07 21:56:45 +0200 | [diff] [blame] | 80 | device_type = "cpu"; |
| 81 | compatible = "arm,cortex-a8"; |
| 82 | reg = <0>; |
Alexander Shiyan | 6acde88 | 2013-11-07 12:45:05 +0400 | [diff] [blame] | 83 | clock-latency = <62500>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 84 | clocks = <&clks IMX5_CLK_CPU_PODF>; |
Markus Pargmann | 6f9d62d | 2013-04-07 21:56:45 +0200 | [diff] [blame] | 85 | clock-names = "cpu"; |
| 86 | operating-points = < |
Alexander Shiyan | 6acde88 | 2013-11-07 12:45:05 +0400 | [diff] [blame] | 87 | 166000 1000000 |
| 88 | 600000 1050000 |
| 89 | 800000 1100000 |
Markus Pargmann | 6f9d62d | 2013-04-07 21:56:45 +0200 | [diff] [blame] | 90 | >; |
Alexander Shiyan | 6acde88 | 2013-11-07 12:45:05 +0400 | [diff] [blame] | 91 | voltage-tolerance = <5>; |
Markus Pargmann | 6f9d62d | 2013-04-07 21:56:45 +0200 | [diff] [blame] | 92 | }; |
| 93 | }; |
| 94 | |
Alexander Shiyan | 4e94230 | 2013-11-19 15:47:26 +0400 | [diff] [blame] | 95 | usbphy { |
| 96 | #address-cells = <1>; |
| 97 | #size-cells = <0>; |
| 98 | compatible = "simple-bus"; |
| 99 | |
| 100 | usbphy0: usbphy@0 { |
| 101 | compatible = "usb-nop-xceiv"; |
| 102 | reg = <0>; |
| 103 | clocks = <&clks IMX5_CLK_USB_PHY_GATE>; |
| 104 | clock-names = "main_clk"; |
Sascha Hauer | b5af6b1 | 2012-11-12 12:56:00 +0100 | [diff] [blame] | 105 | }; |
| 106 | }; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 107 | |
Philipp Zabel | de10e04 | 2014-03-05 10:20:59 +0100 | [diff] [blame] | 108 | display-subsystem { |
| 109 | compatible = "fsl,imx-display-subsystem"; |
| 110 | ports = <&ipu_di0>, <&ipu_di1>; |
| 111 | }; |
| 112 | |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 113 | soc { |
| 114 | #address-cells = <1>; |
| 115 | #size-cells = <1>; |
| 116 | compatible = "simple-bus"; |
| 117 | interrupt-parent = <&tzic>; |
| 118 | ranges; |
| 119 | |
Alexander Shiyan | da38ea3 | 2013-08-21 11:28:24 +0400 | [diff] [blame] | 120 | iram: iram@1ffe0000 { |
| 121 | compatible = "mmio-sram"; |
| 122 | reg = <0x1ffe0000 0x20000>; |
| 123 | }; |
| 124 | |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 125 | ipu: ipu@40000000 { |
Philipp Zabel | de10e04 | 2014-03-05 10:20:59 +0100 | [diff] [blame] | 126 | #address-cells = <1>; |
| 127 | #size-cells = <0>; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 128 | compatible = "fsl,imx51-ipu"; |
| 129 | reg = <0x40000000 0x20000000>; |
| 130 | interrupts = <11 10>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 131 | clocks = <&clks IMX5_CLK_IPU_GATE>, |
| 132 | <&clks IMX5_CLK_IPU_DI0_GATE>, |
| 133 | <&clks IMX5_CLK_IPU_DI1_GATE>; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 134 | clock-names = "bus", "di0", "di1"; |
| 135 | resets = <&src 2>; |
Philipp Zabel | de10e04 | 2014-03-05 10:20:59 +0100 | [diff] [blame] | 136 | |
| 137 | ipu_di0: port@2 { |
| 138 | reg = <2>; |
| 139 | |
| 140 | ipu_di0_disp0: endpoint { |
| 141 | }; |
| 142 | }; |
| 143 | |
| 144 | ipu_di1: port@3 { |
| 145 | reg = <3>; |
| 146 | |
| 147 | ipu_di1_disp1: endpoint { |
| 148 | }; |
| 149 | }; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 150 | }; |
| 151 | |
| 152 | aips@70000000 { /* AIPS1 */ |
| 153 | compatible = "fsl,aips-bus", "simple-bus"; |
| 154 | #address-cells = <1>; |
| 155 | #size-cells = <1>; |
| 156 | reg = <0x70000000 0x10000000>; |
| 157 | ranges; |
| 158 | |
| 159 | spba@70000000 { |
| 160 | compatible = "fsl,spba-bus", "simple-bus"; |
| 161 | #address-cells = <1>; |
| 162 | #size-cells = <1>; |
| 163 | reg = <0x70000000 0x40000>; |
| 164 | ranges; |
| 165 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 166 | esdhc1: esdhc@70004000 { |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 167 | compatible = "fsl,imx51-esdhc"; |
| 168 | reg = <0x70004000 0x4000>; |
| 169 | interrupts = <1>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 170 | clocks = <&clks IMX5_CLK_ESDHC1_IPG_GATE>, |
| 171 | <&clks IMX5_CLK_DUMMY>, |
| 172 | <&clks IMX5_CLK_ESDHC1_PER_GATE>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 173 | clock-names = "ipg", "ahb", "per"; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 174 | status = "disabled"; |
| 175 | }; |
| 176 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 177 | esdhc2: esdhc@70008000 { |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 178 | compatible = "fsl,imx51-esdhc"; |
| 179 | reg = <0x70008000 0x4000>; |
| 180 | interrupts = <2>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 181 | clocks = <&clks IMX5_CLK_ESDHC2_IPG_GATE>, |
| 182 | <&clks IMX5_CLK_DUMMY>, |
| 183 | <&clks IMX5_CLK_ESDHC2_PER_GATE>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 184 | clock-names = "ipg", "ahb", "per"; |
Sascha Hauer | c104b6a | 2012-09-25 11:49:33 +0200 | [diff] [blame] | 185 | bus-width = <4>; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 186 | status = "disabled"; |
| 187 | }; |
| 188 | |
Shawn Guo | 0c456cf | 2012-04-02 14:39:26 +0800 | [diff] [blame] | 189 | uart3: serial@7000c000 { |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 190 | compatible = "fsl,imx51-uart", "fsl,imx21-uart"; |
| 191 | reg = <0x7000c000 0x4000>; |
| 192 | interrupts = <33>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 193 | clocks = <&clks IMX5_CLK_UART3_IPG_GATE>, |
| 194 | <&clks IMX5_CLK_UART3_PER_GATE>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 195 | clock-names = "ipg", "per"; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 196 | status = "disabled"; |
| 197 | }; |
| 198 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 199 | ecspi1: ecspi@70010000 { |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 200 | #address-cells = <1>; |
| 201 | #size-cells = <0>; |
| 202 | compatible = "fsl,imx51-ecspi"; |
| 203 | reg = <0x70010000 0x4000>; |
| 204 | interrupts = <36>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 205 | clocks = <&clks IMX5_CLK_ECSPI1_IPG_GATE>, |
| 206 | <&clks IMX5_CLK_ECSPI1_PER_GATE>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 207 | clock-names = "ipg", "per"; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 208 | status = "disabled"; |
| 209 | }; |
| 210 | |
Shawn Guo | a15d9f8 | 2012-05-11 13:08:46 +0800 | [diff] [blame] | 211 | ssi2: ssi@70014000 { |
| 212 | compatible = "fsl,imx51-ssi", "fsl,imx21-ssi"; |
| 213 | reg = <0x70014000 0x4000>; |
| 214 | interrupts = <30>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 215 | clocks = <&clks IMX5_CLK_SSI2_IPG_GATE>; |
Shawn Guo | 5da826a | 2013-07-17 13:50:54 +0800 | [diff] [blame] | 216 | dmas = <&sdma 24 1 0>, |
| 217 | <&sdma 25 1 0>; |
| 218 | dma-names = "rx", "tx"; |
Shawn Guo | a15d9f8 | 2012-05-11 13:08:46 +0800 | [diff] [blame] | 219 | fsl,fifo-depth = <15>; |
| 220 | fsl,ssi-dma-events = <25 24 23 22>; /* TX0 RX0 TX1 RX1 */ |
| 221 | status = "disabled"; |
| 222 | }; |
| 223 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 224 | esdhc3: esdhc@70020000 { |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 225 | compatible = "fsl,imx51-esdhc"; |
| 226 | reg = <0x70020000 0x4000>; |
| 227 | interrupts = <3>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 228 | clocks = <&clks IMX5_CLK_ESDHC3_IPG_GATE>, |
| 229 | <&clks IMX5_CLK_DUMMY>, |
| 230 | <&clks IMX5_CLK_ESDHC3_PER_GATE>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 231 | clock-names = "ipg", "ahb", "per"; |
Sascha Hauer | c104b6a | 2012-09-25 11:49:33 +0200 | [diff] [blame] | 232 | bus-width = <4>; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 233 | status = "disabled"; |
| 234 | }; |
| 235 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 236 | esdhc4: esdhc@70024000 { |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 237 | compatible = "fsl,imx51-esdhc"; |
| 238 | reg = <0x70024000 0x4000>; |
| 239 | interrupts = <4>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 240 | clocks = <&clks IMX5_CLK_ESDHC4_IPG_GATE>, |
| 241 | <&clks IMX5_CLK_DUMMY>, |
| 242 | <&clks IMX5_CLK_ESDHC4_PER_GATE>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 243 | clock-names = "ipg", "ahb", "per"; |
Sascha Hauer | c104b6a | 2012-09-25 11:49:33 +0200 | [diff] [blame] | 244 | bus-width = <4>; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 245 | status = "disabled"; |
| 246 | }; |
| 247 | }; |
| 248 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 249 | usbotg: usb@73f80000 { |
Michael Grzeschik | 212d0b8 | 2012-08-23 12:35:57 +0200 | [diff] [blame] | 250 | compatible = "fsl,imx51-usb", "fsl,imx27-usb"; |
| 251 | reg = <0x73f80000 0x0200>; |
| 252 | interrupts = <18>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 253 | clocks = <&clks IMX5_CLK_USBOH3_GATE>; |
Michael Grzeschik | a573502 | 2013-04-11 12:13:14 +0200 | [diff] [blame] | 254 | fsl,usbmisc = <&usbmisc 0>; |
Michael Grzeschik | a79025c | 2013-04-11 12:13:16 +0200 | [diff] [blame] | 255 | fsl,usbphy = <&usbphy0>; |
Michael Grzeschik | 212d0b8 | 2012-08-23 12:35:57 +0200 | [diff] [blame] | 256 | status = "disabled"; |
| 257 | }; |
| 258 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 259 | usbh1: usb@73f80200 { |
Michael Grzeschik | 212d0b8 | 2012-08-23 12:35:57 +0200 | [diff] [blame] | 260 | compatible = "fsl,imx51-usb", "fsl,imx27-usb"; |
| 261 | reg = <0x73f80200 0x0200>; |
| 262 | interrupts = <14>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 263 | clocks = <&clks IMX5_CLK_USBOH3_GATE>; |
Michael Grzeschik | a573502 | 2013-04-11 12:13:14 +0200 | [diff] [blame] | 264 | fsl,usbmisc = <&usbmisc 1>; |
Michael Grzeschik | 212d0b8 | 2012-08-23 12:35:57 +0200 | [diff] [blame] | 265 | status = "disabled"; |
| 266 | }; |
| 267 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 268 | usbh2: usb@73f80400 { |
Michael Grzeschik | 212d0b8 | 2012-08-23 12:35:57 +0200 | [diff] [blame] | 269 | compatible = "fsl,imx51-usb", "fsl,imx27-usb"; |
| 270 | reg = <0x73f80400 0x0200>; |
| 271 | interrupts = <16>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 272 | clocks = <&clks IMX5_CLK_USBOH3_GATE>; |
Michael Grzeschik | a573502 | 2013-04-11 12:13:14 +0200 | [diff] [blame] | 273 | fsl,usbmisc = <&usbmisc 2>; |
Michael Grzeschik | 212d0b8 | 2012-08-23 12:35:57 +0200 | [diff] [blame] | 274 | status = "disabled"; |
| 275 | }; |
| 276 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 277 | usbh3: usb@73f80600 { |
Michael Grzeschik | 212d0b8 | 2012-08-23 12:35:57 +0200 | [diff] [blame] | 278 | compatible = "fsl,imx51-usb", "fsl,imx27-usb"; |
| 279 | reg = <0x73f80600 0x0200>; |
| 280 | interrupts = <17>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 281 | clocks = <&clks IMX5_CLK_USBOH3_GATE>; |
Michael Grzeschik | a573502 | 2013-04-11 12:13:14 +0200 | [diff] [blame] | 282 | fsl,usbmisc = <&usbmisc 3>; |
Michael Grzeschik | 212d0b8 | 2012-08-23 12:35:57 +0200 | [diff] [blame] | 283 | status = "disabled"; |
| 284 | }; |
| 285 | |
Michael Grzeschik | a573502 | 2013-04-11 12:13:14 +0200 | [diff] [blame] | 286 | usbmisc: usbmisc@73f80800 { |
| 287 | #index-cells = <1>; |
| 288 | compatible = "fsl,imx51-usbmisc"; |
| 289 | reg = <0x73f80800 0x200>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 290 | clocks = <&clks IMX5_CLK_USBOH3_GATE>; |
Michael Grzeschik | a573502 | 2013-04-11 12:13:14 +0200 | [diff] [blame] | 291 | }; |
| 292 | |
Richard Zhao | 4d19186 | 2011-12-14 09:26:44 +0800 | [diff] [blame] | 293 | gpio1: gpio@73f84000 { |
Benoît Thébaudeau | aeb2774 | 2012-06-22 21:04:06 +0200 | [diff] [blame] | 294 | compatible = "fsl,imx51-gpio", "fsl,imx35-gpio"; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 295 | reg = <0x73f84000 0x4000>; |
| 296 | interrupts = <50 51>; |
| 297 | gpio-controller; |
| 298 | #gpio-cells = <2>; |
| 299 | interrupt-controller; |
Shawn Guo | 88cde8b | 2012-07-06 20:03:37 +0800 | [diff] [blame] | 300 | #interrupt-cells = <2>; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 301 | }; |
| 302 | |
Richard Zhao | 4d19186 | 2011-12-14 09:26:44 +0800 | [diff] [blame] | 303 | gpio2: gpio@73f88000 { |
Benoît Thébaudeau | aeb2774 | 2012-06-22 21:04:06 +0200 | [diff] [blame] | 304 | compatible = "fsl,imx51-gpio", "fsl,imx35-gpio"; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 305 | reg = <0x73f88000 0x4000>; |
| 306 | interrupts = <52 53>; |
| 307 | gpio-controller; |
| 308 | #gpio-cells = <2>; |
| 309 | interrupt-controller; |
Shawn Guo | 88cde8b | 2012-07-06 20:03:37 +0800 | [diff] [blame] | 310 | #interrupt-cells = <2>; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 311 | }; |
| 312 | |
Richard Zhao | 4d19186 | 2011-12-14 09:26:44 +0800 | [diff] [blame] | 313 | gpio3: gpio@73f8c000 { |
Benoît Thébaudeau | aeb2774 | 2012-06-22 21:04:06 +0200 | [diff] [blame] | 314 | compatible = "fsl,imx51-gpio", "fsl,imx35-gpio"; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 315 | reg = <0x73f8c000 0x4000>; |
| 316 | interrupts = <54 55>; |
| 317 | gpio-controller; |
| 318 | #gpio-cells = <2>; |
| 319 | interrupt-controller; |
Shawn Guo | 88cde8b | 2012-07-06 20:03:37 +0800 | [diff] [blame] | 320 | #interrupt-cells = <2>; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 321 | }; |
| 322 | |
Richard Zhao | 4d19186 | 2011-12-14 09:26:44 +0800 | [diff] [blame] | 323 | gpio4: gpio@73f90000 { |
Benoît Thébaudeau | aeb2774 | 2012-06-22 21:04:06 +0200 | [diff] [blame] | 324 | compatible = "fsl,imx51-gpio", "fsl,imx35-gpio"; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 325 | reg = <0x73f90000 0x4000>; |
| 326 | interrupts = <56 57>; |
| 327 | gpio-controller; |
| 328 | #gpio-cells = <2>; |
| 329 | interrupt-controller; |
Shawn Guo | 88cde8b | 2012-07-06 20:03:37 +0800 | [diff] [blame] | 330 | #interrupt-cells = <2>; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 331 | }; |
| 332 | |
Liu Ying | 6012555c | 2013-01-03 20:37:33 +0800 | [diff] [blame] | 333 | kpp: kpp@73f94000 { |
| 334 | compatible = "fsl,imx51-kpp", "fsl,imx21-kpp"; |
| 335 | reg = <0x73f94000 0x4000>; |
| 336 | interrupts = <60>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 337 | clocks = <&clks IMX5_CLK_DUMMY>; |
Liu Ying | 6012555c | 2013-01-03 20:37:33 +0800 | [diff] [blame] | 338 | status = "disabled"; |
| 339 | }; |
| 340 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 341 | wdog1: wdog@73f98000 { |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 342 | compatible = "fsl,imx51-wdt", "fsl,imx21-wdt"; |
| 343 | reg = <0x73f98000 0x4000>; |
| 344 | interrupts = <58>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 345 | clocks = <&clks IMX5_CLK_DUMMY>; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 346 | }; |
| 347 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 348 | wdog2: wdog@73f9c000 { |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 349 | compatible = "fsl,imx51-wdt", "fsl,imx21-wdt"; |
| 350 | reg = <0x73f9c000 0x4000>; |
| 351 | interrupts = <59>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 352 | clocks = <&clks IMX5_CLK_DUMMY>; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 353 | status = "disabled"; |
| 354 | }; |
| 355 | |
Sascha Hauer | ed73c63 | 2013-03-14 13:08:59 +0100 | [diff] [blame] | 356 | gpt: timer@73fa0000 { |
| 357 | compatible = "fsl,imx51-gpt", "fsl,imx31-gpt"; |
| 358 | reg = <0x73fa0000 0x4000>; |
| 359 | interrupts = <39>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 360 | clocks = <&clks IMX5_CLK_GPT_IPG_GATE>, |
| 361 | <&clks IMX5_CLK_GPT_HF_GATE>; |
Sascha Hauer | ed73c63 | 2013-03-14 13:08:59 +0100 | [diff] [blame] | 362 | clock-names = "ipg", "per"; |
| 363 | }; |
| 364 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 365 | iomuxc: iomuxc@73fa8000 { |
Shawn Guo | b72cf10 | 2012-08-13 19:45:19 +0800 | [diff] [blame] | 366 | compatible = "fsl,imx51-iomuxc"; |
| 367 | reg = <0x73fa8000 0x4000>; |
Shawn Guo | b72cf10 | 2012-08-13 19:45:19 +0800 | [diff] [blame] | 368 | }; |
| 369 | |
Sascha Hauer | 82a618d | 2012-11-19 00:57:08 +0100 | [diff] [blame] | 370 | pwm1: pwm@73fb4000 { |
| 371 | #pwm-cells = <2>; |
| 372 | compatible = "fsl,imx51-pwm", "fsl,imx27-pwm"; |
| 373 | reg = <0x73fb4000 0x4000>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 374 | clocks = <&clks IMX5_CLK_PWM1_IPG_GATE>, |
| 375 | <&clks IMX5_CLK_PWM1_HF_GATE>; |
Sascha Hauer | 82a618d | 2012-11-19 00:57:08 +0100 | [diff] [blame] | 376 | clock-names = "ipg", "per"; |
| 377 | interrupts = <61>; |
| 378 | }; |
| 379 | |
| 380 | pwm2: pwm@73fb8000 { |
| 381 | #pwm-cells = <2>; |
| 382 | compatible = "fsl,imx51-pwm", "fsl,imx27-pwm"; |
| 383 | reg = <0x73fb8000 0x4000>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 384 | clocks = <&clks IMX5_CLK_PWM2_IPG_GATE>, |
| 385 | <&clks IMX5_CLK_PWM2_HF_GATE>; |
Sascha Hauer | 82a618d | 2012-11-19 00:57:08 +0100 | [diff] [blame] | 386 | clock-names = "ipg", "per"; |
| 387 | interrupts = <94>; |
| 388 | }; |
| 389 | |
Shawn Guo | 0c456cf | 2012-04-02 14:39:26 +0800 | [diff] [blame] | 390 | uart1: serial@73fbc000 { |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 391 | compatible = "fsl,imx51-uart", "fsl,imx21-uart"; |
| 392 | reg = <0x73fbc000 0x4000>; |
| 393 | interrupts = <31>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 394 | clocks = <&clks IMX5_CLK_UART1_IPG_GATE>, |
| 395 | <&clks IMX5_CLK_UART1_PER_GATE>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 396 | clock-names = "ipg", "per"; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 397 | status = "disabled"; |
| 398 | }; |
| 399 | |
Shawn Guo | 0c456cf | 2012-04-02 14:39:26 +0800 | [diff] [blame] | 400 | uart2: serial@73fc0000 { |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 401 | compatible = "fsl,imx51-uart", "fsl,imx21-uart"; |
| 402 | reg = <0x73fc0000 0x4000>; |
| 403 | interrupts = <32>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 404 | clocks = <&clks IMX5_CLK_UART2_IPG_GATE>, |
| 405 | <&clks IMX5_CLK_UART2_PER_GATE>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 406 | clock-names = "ipg", "per"; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 407 | status = "disabled"; |
| 408 | }; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 409 | |
Philipp Zabel | 8d84c37 | 2013-03-28 17:35:23 +0100 | [diff] [blame] | 410 | src: src@73fd0000 { |
| 411 | compatible = "fsl,imx51-src"; |
| 412 | reg = <0x73fd0000 0x4000>; |
| 413 | #reset-cells = <1>; |
| 414 | }; |
| 415 | |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 416 | clks: ccm@73fd4000{ |
| 417 | compatible = "fsl,imx51-ccm"; |
| 418 | reg = <0x73fd4000 0x4000>; |
| 419 | interrupts = <0 71 0x04 0 72 0x04>; |
| 420 | #clock-cells = <1>; |
| 421 | }; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 422 | }; |
| 423 | |
| 424 | aips@80000000 { /* AIPS2 */ |
| 425 | compatible = "fsl,aips-bus", "simple-bus"; |
| 426 | #address-cells = <1>; |
| 427 | #size-cells = <1>; |
| 428 | reg = <0x80000000 0x10000000>; |
| 429 | ranges; |
| 430 | |
Sascha Hauer | 6510ea25 | 2013-06-25 15:51:51 +0200 | [diff] [blame] | 431 | iim: iim@83f98000 { |
| 432 | compatible = "fsl,imx51-iim", "fsl,imx27-iim"; |
| 433 | reg = <0x83f98000 0x4000>; |
| 434 | interrupts = <69>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 435 | clocks = <&clks IMX5_CLK_IIM_GATE>; |
Sascha Hauer | 6510ea25 | 2013-06-25 15:51:51 +0200 | [diff] [blame] | 436 | }; |
| 437 | |
Alexander Shiyan | ad15f08 | 2013-08-21 11:28:25 +0400 | [diff] [blame] | 438 | owire: owire@83fa4000 { |
| 439 | compatible = "fsl,imx51-owire", "fsl,imx21-owire"; |
| 440 | reg = <0x83fa4000 0x4000>; |
| 441 | interrupts = <88>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 442 | clocks = <&clks IMX5_CLK_OWIRE_GATE>; |
Alexander Shiyan | ad15f08 | 2013-08-21 11:28:25 +0400 | [diff] [blame] | 443 | status = "disabled"; |
| 444 | }; |
| 445 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 446 | ecspi2: ecspi@83fac000 { |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 447 | #address-cells = <1>; |
| 448 | #size-cells = <0>; |
| 449 | compatible = "fsl,imx51-ecspi"; |
| 450 | reg = <0x83fac000 0x4000>; |
| 451 | interrupts = <37>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 452 | clocks = <&clks IMX5_CLK_ECSPI2_IPG_GATE>, |
| 453 | <&clks IMX5_CLK_ECSPI2_PER_GATE>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 454 | clock-names = "ipg", "per"; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 455 | status = "disabled"; |
| 456 | }; |
| 457 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 458 | sdma: sdma@83fb0000 { |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 459 | compatible = "fsl,imx51-sdma", "fsl,imx35-sdma"; |
| 460 | reg = <0x83fb0000 0x4000>; |
| 461 | interrupts = <6>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 462 | clocks = <&clks IMX5_CLK_SDMA_GATE>, |
| 463 | <&clks IMX5_CLK_SDMA_GATE>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 464 | clock-names = "ipg", "ahb"; |
Huang Shijie | fb72bb2 | 2013-07-02 10:15:29 +0800 | [diff] [blame] | 465 | #dma-cells = <3>; |
Fabio Estevam | 7e4f036 | 2012-08-08 11:28:07 -0300 | [diff] [blame] | 466 | fsl,sdma-ram-script-name = "imx/sdma/sdma-imx51.bin"; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 467 | }; |
| 468 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 469 | cspi: cspi@83fc0000 { |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 470 | #address-cells = <1>; |
| 471 | #size-cells = <0>; |
| 472 | compatible = "fsl,imx51-cspi", "fsl,imx35-cspi"; |
| 473 | reg = <0x83fc0000 0x4000>; |
| 474 | interrupts = <38>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 475 | clocks = <&clks IMX5_CLK_CSPI_IPG_GATE>, |
| 476 | <&clks IMX5_CLK_CSPI_IPG_GATE>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 477 | clock-names = "ipg", "per"; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 478 | status = "disabled"; |
| 479 | }; |
| 480 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 481 | i2c2: i2c@83fc4000 { |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 482 | #address-cells = <1>; |
| 483 | #size-cells = <0>; |
Shawn Guo | 5bdfba2 | 2012-09-14 15:19:00 +0800 | [diff] [blame] | 484 | compatible = "fsl,imx51-i2c", "fsl,imx21-i2c"; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 485 | reg = <0x83fc4000 0x4000>; |
| 486 | interrupts = <63>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 487 | clocks = <&clks IMX5_CLK_I2C2_GATE>; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 488 | status = "disabled"; |
| 489 | }; |
| 490 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 491 | i2c1: i2c@83fc8000 { |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 492 | #address-cells = <1>; |
| 493 | #size-cells = <0>; |
Shawn Guo | 5bdfba2 | 2012-09-14 15:19:00 +0800 | [diff] [blame] | 494 | compatible = "fsl,imx51-i2c", "fsl,imx21-i2c"; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 495 | reg = <0x83fc8000 0x4000>; |
| 496 | interrupts = <62>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 497 | clocks = <&clks IMX5_CLK_I2C1_GATE>; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 498 | status = "disabled"; |
| 499 | }; |
| 500 | |
Shawn Guo | a15d9f8 | 2012-05-11 13:08:46 +0800 | [diff] [blame] | 501 | ssi1: ssi@83fcc000 { |
| 502 | compatible = "fsl,imx51-ssi", "fsl,imx21-ssi"; |
| 503 | reg = <0x83fcc000 0x4000>; |
| 504 | interrupts = <29>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 505 | clocks = <&clks IMX5_CLK_SSI1_IPG_GATE>; |
Shawn Guo | 5da826a | 2013-07-17 13:50:54 +0800 | [diff] [blame] | 506 | dmas = <&sdma 28 0 0>, |
| 507 | <&sdma 29 0 0>; |
| 508 | dma-names = "rx", "tx"; |
Shawn Guo | a15d9f8 | 2012-05-11 13:08:46 +0800 | [diff] [blame] | 509 | fsl,fifo-depth = <15>; |
| 510 | fsl,ssi-dma-events = <29 28 27 26>; /* TX0 RX0 TX1 RX1 */ |
| 511 | status = "disabled"; |
| 512 | }; |
| 513 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 514 | audmux: audmux@83fd0000 { |
Shawn Guo | a15d9f8 | 2012-05-11 13:08:46 +0800 | [diff] [blame] | 515 | compatible = "fsl,imx51-audmux", "fsl,imx31-audmux"; |
| 516 | reg = <0x83fd0000 0x4000>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 517 | clocks = <&clks IMX5_CLK_DUMMY>; |
Alexander Shiyan | e030df9 | 2013-11-07 12:45:06 +0400 | [diff] [blame] | 518 | clock-names = "audmux"; |
Shawn Guo | a15d9f8 | 2012-05-11 13:08:46 +0800 | [diff] [blame] | 519 | status = "disabled"; |
| 520 | }; |
| 521 | |
Alexander Shiyan | edd0528 | 2013-07-13 08:30:57 +0400 | [diff] [blame] | 522 | weim: weim@83fda000 { |
| 523 | #address-cells = <2>; |
| 524 | #size-cells = <1>; |
| 525 | compatible = "fsl,imx51-weim"; |
| 526 | reg = <0x83fda000 0x1000>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 527 | clocks = <&clks IMX5_CLK_EMI_SLOW_GATE>; |
Alexander Shiyan | edd0528 | 2013-07-13 08:30:57 +0400 | [diff] [blame] | 528 | ranges = < |
| 529 | 0 0 0xb0000000 0x08000000 |
| 530 | 1 0 0xb8000000 0x08000000 |
| 531 | 2 0 0xc0000000 0x08000000 |
| 532 | 3 0 0xc8000000 0x04000000 |
| 533 | 4 0 0xcc000000 0x02000000 |
| 534 | 5 0 0xce000000 0x02000000 |
| 535 | >; |
| 536 | status = "disabled"; |
| 537 | }; |
| 538 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 539 | nfc: nand@83fdb000 { |
Sascha Hauer | 75453a0 | 2012-06-06 12:33:16 +0200 | [diff] [blame] | 540 | compatible = "fsl,imx51-nand"; |
| 541 | reg = <0x83fdb000 0x1000 0xcfff0000 0x10000>; |
| 542 | interrupts = <8>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 543 | clocks = <&clks IMX5_CLK_NFC_GATE>; |
Sascha Hauer | 75453a0 | 2012-06-06 12:33:16 +0200 | [diff] [blame] | 544 | status = "disabled"; |
| 545 | }; |
| 546 | |
Sascha Hauer | 718a3500 | 2013-04-04 11:25:09 +0200 | [diff] [blame] | 547 | pata: pata@83fe0000 { |
| 548 | compatible = "fsl,imx51-pata", "fsl,imx27-pata"; |
| 549 | reg = <0x83fe0000 0x4000>; |
| 550 | interrupts = <70>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 551 | clocks = <&clks IMX5_CLK_PATA_GATE>; |
Sascha Hauer | 718a3500 | 2013-04-04 11:25:09 +0200 | [diff] [blame] | 552 | status = "disabled"; |
| 553 | }; |
| 554 | |
Shawn Guo | a15d9f8 | 2012-05-11 13:08:46 +0800 | [diff] [blame] | 555 | ssi3: ssi@83fe8000 { |
| 556 | compatible = "fsl,imx51-ssi", "fsl,imx21-ssi"; |
| 557 | reg = <0x83fe8000 0x4000>; |
| 558 | interrupts = <96>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 559 | clocks = <&clks IMX5_CLK_SSI3_IPG_GATE>; |
Shawn Guo | 5da826a | 2013-07-17 13:50:54 +0800 | [diff] [blame] | 560 | dmas = <&sdma 46 0 0>, |
| 561 | <&sdma 47 0 0>; |
| 562 | dma-names = "rx", "tx"; |
Shawn Guo | a15d9f8 | 2012-05-11 13:08:46 +0800 | [diff] [blame] | 563 | fsl,fifo-depth = <15>; |
| 564 | fsl,ssi-dma-events = <47 46 37 35>; /* TX0 RX0 TX1 RX1 */ |
| 565 | status = "disabled"; |
| 566 | }; |
| 567 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 568 | fec: ethernet@83fec000 { |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 569 | compatible = "fsl,imx51-fec", "fsl,imx27-fec"; |
| 570 | reg = <0x83fec000 0x4000>; |
| 571 | interrupts = <87>; |
Lucas Stach | ff65d4c | 2013-11-14 11:18:59 +0100 | [diff] [blame] | 572 | clocks = <&clks IMX5_CLK_FEC_GATE>, |
| 573 | <&clks IMX5_CLK_FEC_GATE>, |
| 574 | <&clks IMX5_CLK_FEC_GATE>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 575 | clock-names = "ipg", "ahb", "ptp"; |
Shawn Guo | 9daaf31a | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 576 | status = "disabled"; |
| 577 | }; |
| 578 | }; |
| 579 | }; |
| 580 | }; |