Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +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 "imx53-pinfunc.h" |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 15 | |
| 16 | / { |
| 17 | aliases { |
Shawn Guo | 5230f8f | 2012-08-05 14:01:28 +0800 | [diff] [blame] | 18 | gpio0 = &gpio1; |
| 19 | gpio1 = &gpio2; |
| 20 | gpio2 = &gpio3; |
| 21 | gpio3 = &gpio4; |
| 22 | gpio4 = &gpio5; |
| 23 | gpio5 = &gpio6; |
| 24 | gpio6 = &gpio7; |
Philipp Zabel | c60dc1d | 2013-04-09 19:18:47 +0200 | [diff] [blame] | 25 | i2c0 = &i2c1; |
| 26 | i2c1 = &i2c2; |
| 27 | i2c2 = &i2c3; |
Sascha Hauer | cf4e577 | 2013-06-25 15:51:56 +0200 | [diff] [blame] | 28 | serial0 = &uart1; |
| 29 | serial1 = &uart2; |
| 30 | serial2 = &uart3; |
| 31 | serial3 = &uart4; |
| 32 | serial4 = &uart5; |
| 33 | spi0 = &ecspi1; |
| 34 | spi1 = &ecspi2; |
| 35 | spi2 = &cspi; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 36 | }; |
| 37 | |
Fabio Estevam | 070bd7e | 2013-07-07 10:12:30 -0300 | [diff] [blame] | 38 | cpus { |
| 39 | #address-cells = <1>; |
| 40 | #size-cells = <0>; |
| 41 | cpu@0 { |
| 42 | device_type = "cpu"; |
| 43 | compatible = "arm,cortex-a8"; |
| 44 | reg = <0x0>; |
| 45 | }; |
| 46 | }; |
| 47 | |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 48 | tzic: tz-interrupt-controller@0fffc000 { |
| 49 | compatible = "fsl,imx53-tzic", "fsl,tzic"; |
| 50 | interrupt-controller; |
| 51 | #interrupt-cells = <1>; |
| 52 | reg = <0x0fffc000 0x4000>; |
| 53 | }; |
| 54 | |
| 55 | clocks { |
| 56 | #address-cells = <1>; |
| 57 | #size-cells = <0>; |
| 58 | |
| 59 | ckil { |
| 60 | compatible = "fsl,imx-ckil", "fixed-clock"; |
| 61 | clock-frequency = <32768>; |
| 62 | }; |
| 63 | |
| 64 | ckih1 { |
| 65 | compatible = "fsl,imx-ckih1", "fixed-clock"; |
| 66 | clock-frequency = <22579200>; |
| 67 | }; |
| 68 | |
| 69 | ckih2 { |
| 70 | compatible = "fsl,imx-ckih2", "fixed-clock"; |
| 71 | clock-frequency = <0>; |
| 72 | }; |
| 73 | |
| 74 | osc { |
| 75 | compatible = "fsl,imx-osc", "fixed-clock"; |
| 76 | clock-frequency = <24000000>; |
| 77 | }; |
| 78 | }; |
| 79 | |
| 80 | soc { |
| 81 | #address-cells = <1>; |
| 82 | #size-cells = <1>; |
| 83 | compatible = "simple-bus"; |
| 84 | interrupt-parent = <&tzic>; |
| 85 | ranges; |
| 86 | |
Sascha Hauer | abed9a6 | 2012-06-05 13:52:10 +0200 | [diff] [blame] | 87 | ipu: ipu@18000000 { |
| 88 | #crtc-cells = <1>; |
| 89 | compatible = "fsl,imx53-ipu"; |
| 90 | reg = <0x18000000 0x080000000>; |
| 91 | interrupts = <11 10>; |
Philipp Zabel | 4438a6a | 2013-03-27 18:30:36 +0100 | [diff] [blame] | 92 | clocks = <&clks 59>, <&clks 110>, <&clks 61>; |
| 93 | clock-names = "bus", "di0", "di1"; |
Philipp Zabel | 8d84c37 | 2013-03-28 17:35:23 +0100 | [diff] [blame] | 94 | resets = <&src 2>; |
Sascha Hauer | abed9a6 | 2012-06-05 13:52:10 +0200 | [diff] [blame] | 95 | }; |
| 96 | |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 97 | aips@50000000 { /* AIPS1 */ |
| 98 | compatible = "fsl,aips-bus", "simple-bus"; |
| 99 | #address-cells = <1>; |
| 100 | #size-cells = <1>; |
| 101 | reg = <0x50000000 0x10000000>; |
| 102 | ranges; |
| 103 | |
| 104 | spba@50000000 { |
| 105 | compatible = "fsl,spba-bus", "simple-bus"; |
| 106 | #address-cells = <1>; |
| 107 | #size-cells = <1>; |
| 108 | reg = <0x50000000 0x40000>; |
| 109 | ranges; |
| 110 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 111 | esdhc1: esdhc@50004000 { |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 112 | compatible = "fsl,imx53-esdhc"; |
| 113 | reg = <0x50004000 0x4000>; |
| 114 | interrupts = <1>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 115 | clocks = <&clks 44>, <&clks 0>, <&clks 71>; |
| 116 | clock-names = "ipg", "ahb", "per"; |
Sascha Hauer | c104b6a | 2012-09-25 11:49:33 +0200 | [diff] [blame] | 117 | bus-width = <4>; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 118 | status = "disabled"; |
| 119 | }; |
| 120 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 121 | esdhc2: esdhc@50008000 { |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 122 | compatible = "fsl,imx53-esdhc"; |
| 123 | reg = <0x50008000 0x4000>; |
| 124 | interrupts = <2>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 125 | clocks = <&clks 45>, <&clks 0>, <&clks 72>; |
| 126 | clock-names = "ipg", "ahb", "per"; |
Sascha Hauer | c104b6a | 2012-09-25 11:49:33 +0200 | [diff] [blame] | 127 | bus-width = <4>; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 128 | status = "disabled"; |
| 129 | }; |
| 130 | |
Shawn Guo | 0c456cf | 2012-04-02 14:39:26 +0800 | [diff] [blame] | 131 | uart3: serial@5000c000 { |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 132 | compatible = "fsl,imx53-uart", "fsl,imx21-uart"; |
| 133 | reg = <0x5000c000 0x4000>; |
| 134 | interrupts = <33>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 135 | clocks = <&clks 32>, <&clks 33>; |
| 136 | clock-names = "ipg", "per"; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 137 | status = "disabled"; |
| 138 | }; |
| 139 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 140 | ecspi1: ecspi@50010000 { |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 141 | #address-cells = <1>; |
| 142 | #size-cells = <0>; |
| 143 | compatible = "fsl,imx53-ecspi", "fsl,imx51-ecspi"; |
| 144 | reg = <0x50010000 0x4000>; |
| 145 | interrupts = <36>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 146 | clocks = <&clks 51>, <&clks 52>; |
| 147 | clock-names = "ipg", "per"; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 148 | status = "disabled"; |
| 149 | }; |
| 150 | |
Shawn Guo | ffc505c | 2012-05-11 13:12:01 +0800 | [diff] [blame] | 151 | ssi2: ssi@50014000 { |
| 152 | compatible = "fsl,imx53-ssi", "fsl,imx21-ssi"; |
| 153 | reg = <0x50014000 0x4000>; |
| 154 | interrupts = <30>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 155 | clocks = <&clks 49>; |
Shawn Guo | 5da826a | 2013-07-17 13:50:54 +0800 | [diff] [blame] | 156 | dmas = <&sdma 24 1 0>, |
| 157 | <&sdma 25 1 0>; |
| 158 | dma-names = "rx", "tx"; |
Shawn Guo | ffc505c | 2012-05-11 13:12:01 +0800 | [diff] [blame] | 159 | fsl,fifo-depth = <15>; |
| 160 | fsl,ssi-dma-events = <25 24 23 22>; /* TX0 RX0 TX1 RX1 */ |
| 161 | status = "disabled"; |
| 162 | }; |
| 163 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 164 | esdhc3: esdhc@50020000 { |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 165 | compatible = "fsl,imx53-esdhc"; |
| 166 | reg = <0x50020000 0x4000>; |
| 167 | interrupts = <3>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 168 | clocks = <&clks 46>, <&clks 0>, <&clks 73>; |
| 169 | clock-names = "ipg", "ahb", "per"; |
Sascha Hauer | c104b6a | 2012-09-25 11:49:33 +0200 | [diff] [blame] | 170 | bus-width = <4>; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 171 | status = "disabled"; |
| 172 | }; |
| 173 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 174 | esdhc4: esdhc@50024000 { |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 175 | compatible = "fsl,imx53-esdhc"; |
| 176 | reg = <0x50024000 0x4000>; |
| 177 | interrupts = <4>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 178 | clocks = <&clks 47>, <&clks 0>, <&clks 74>; |
| 179 | clock-names = "ipg", "ahb", "per"; |
Sascha Hauer | c104b6a | 2012-09-25 11:49:33 +0200 | [diff] [blame] | 180 | bus-width = <4>; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 181 | status = "disabled"; |
| 182 | }; |
| 183 | }; |
| 184 | |
Michael Grzeschik | a79025c | 2013-04-11 12:13:16 +0200 | [diff] [blame] | 185 | usbphy0: usbphy@0 { |
| 186 | compatible = "usb-nop-xceiv"; |
| 187 | clocks = <&clks 124>; |
| 188 | clock-names = "main_clk"; |
| 189 | status = "okay"; |
| 190 | }; |
| 191 | |
| 192 | usbphy1: usbphy@1 { |
| 193 | compatible = "usb-nop-xceiv"; |
| 194 | clocks = <&clks 125>; |
| 195 | clock-names = "main_clk"; |
| 196 | status = "okay"; |
| 197 | }; |
| 198 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 199 | usbotg: usb@53f80000 { |
Michael Grzeschik | 212d0b8 | 2012-08-23 12:35:57 +0200 | [diff] [blame] | 200 | compatible = "fsl,imx53-usb", "fsl,imx27-usb"; |
| 201 | reg = <0x53f80000 0x0200>; |
| 202 | interrupts = <18>; |
Michael Grzeschik | 8e38890 | 2013-04-11 12:13:15 +0200 | [diff] [blame] | 203 | clocks = <&clks 108>; |
Michael Grzeschik | a573502 | 2013-04-11 12:13:14 +0200 | [diff] [blame] | 204 | fsl,usbmisc = <&usbmisc 0>; |
Michael Grzeschik | a79025c | 2013-04-11 12:13:16 +0200 | [diff] [blame] | 205 | fsl,usbphy = <&usbphy0>; |
Michael Grzeschik | 212d0b8 | 2012-08-23 12:35:57 +0200 | [diff] [blame] | 206 | status = "disabled"; |
| 207 | }; |
| 208 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 209 | usbh1: usb@53f80200 { |
Michael Grzeschik | 212d0b8 | 2012-08-23 12:35:57 +0200 | [diff] [blame] | 210 | compatible = "fsl,imx53-usb", "fsl,imx27-usb"; |
| 211 | reg = <0x53f80200 0x0200>; |
| 212 | interrupts = <14>; |
Michael Grzeschik | 8e38890 | 2013-04-11 12:13:15 +0200 | [diff] [blame] | 213 | clocks = <&clks 108>; |
Michael Grzeschik | a573502 | 2013-04-11 12:13:14 +0200 | [diff] [blame] | 214 | fsl,usbmisc = <&usbmisc 1>; |
Michael Grzeschik | a79025c | 2013-04-11 12:13:16 +0200 | [diff] [blame] | 215 | fsl,usbphy = <&usbphy1>; |
Michael Grzeschik | 212d0b8 | 2012-08-23 12:35:57 +0200 | [diff] [blame] | 216 | status = "disabled"; |
| 217 | }; |
| 218 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 219 | usbh2: usb@53f80400 { |
Michael Grzeschik | 212d0b8 | 2012-08-23 12:35:57 +0200 | [diff] [blame] | 220 | compatible = "fsl,imx53-usb", "fsl,imx27-usb"; |
| 221 | reg = <0x53f80400 0x0200>; |
| 222 | interrupts = <16>; |
Michael Grzeschik | 8e38890 | 2013-04-11 12:13:15 +0200 | [diff] [blame] | 223 | clocks = <&clks 108>; |
Michael Grzeschik | a573502 | 2013-04-11 12:13:14 +0200 | [diff] [blame] | 224 | fsl,usbmisc = <&usbmisc 2>; |
Michael Grzeschik | 212d0b8 | 2012-08-23 12:35:57 +0200 | [diff] [blame] | 225 | status = "disabled"; |
| 226 | }; |
| 227 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 228 | usbh3: usb@53f80600 { |
Michael Grzeschik | 212d0b8 | 2012-08-23 12:35:57 +0200 | [diff] [blame] | 229 | compatible = "fsl,imx53-usb", "fsl,imx27-usb"; |
| 230 | reg = <0x53f80600 0x0200>; |
| 231 | interrupts = <17>; |
Michael Grzeschik | 8e38890 | 2013-04-11 12:13:15 +0200 | [diff] [blame] | 232 | clocks = <&clks 108>; |
Michael Grzeschik | a573502 | 2013-04-11 12:13:14 +0200 | [diff] [blame] | 233 | fsl,usbmisc = <&usbmisc 3>; |
Michael Grzeschik | 212d0b8 | 2012-08-23 12:35:57 +0200 | [diff] [blame] | 234 | status = "disabled"; |
| 235 | }; |
| 236 | |
Michael Grzeschik | a573502 | 2013-04-11 12:13:14 +0200 | [diff] [blame] | 237 | usbmisc: usbmisc@53f80800 { |
| 238 | #index-cells = <1>; |
| 239 | compatible = "fsl,imx53-usbmisc"; |
| 240 | reg = <0x53f80800 0x200>; |
Michael Grzeschik | 8e38890 | 2013-04-11 12:13:15 +0200 | [diff] [blame] | 241 | clocks = <&clks 108>; |
Michael Grzeschik | a573502 | 2013-04-11 12:13:14 +0200 | [diff] [blame] | 242 | }; |
| 243 | |
Richard Zhao | 4d19186 | 2011-12-14 09:26:44 +0800 | [diff] [blame] | 244 | gpio1: gpio@53f84000 { |
Benoît Thébaudeau | aeb2774 | 2012-06-22 21:04:06 +0200 | [diff] [blame] | 245 | compatible = "fsl,imx53-gpio", "fsl,imx35-gpio"; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 246 | reg = <0x53f84000 0x4000>; |
| 247 | interrupts = <50 51>; |
| 248 | gpio-controller; |
| 249 | #gpio-cells = <2>; |
| 250 | interrupt-controller; |
Shawn Guo | 88cde8b | 2012-07-06 20:03:37 +0800 | [diff] [blame] | 251 | #interrupt-cells = <2>; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 252 | }; |
| 253 | |
Richard Zhao | 4d19186 | 2011-12-14 09:26:44 +0800 | [diff] [blame] | 254 | gpio2: gpio@53f88000 { |
Benoît Thébaudeau | aeb2774 | 2012-06-22 21:04:06 +0200 | [diff] [blame] | 255 | compatible = "fsl,imx53-gpio", "fsl,imx35-gpio"; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 256 | reg = <0x53f88000 0x4000>; |
| 257 | interrupts = <52 53>; |
| 258 | gpio-controller; |
| 259 | #gpio-cells = <2>; |
| 260 | interrupt-controller; |
Shawn Guo | 88cde8b | 2012-07-06 20:03:37 +0800 | [diff] [blame] | 261 | #interrupt-cells = <2>; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 262 | }; |
| 263 | |
Richard Zhao | 4d19186 | 2011-12-14 09:26:44 +0800 | [diff] [blame] | 264 | gpio3: gpio@53f8c000 { |
Benoît Thébaudeau | aeb2774 | 2012-06-22 21:04:06 +0200 | [diff] [blame] | 265 | compatible = "fsl,imx53-gpio", "fsl,imx35-gpio"; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 266 | reg = <0x53f8c000 0x4000>; |
| 267 | interrupts = <54 55>; |
| 268 | gpio-controller; |
| 269 | #gpio-cells = <2>; |
| 270 | interrupt-controller; |
Shawn Guo | 88cde8b | 2012-07-06 20:03:37 +0800 | [diff] [blame] | 271 | #interrupt-cells = <2>; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 272 | }; |
| 273 | |
Richard Zhao | 4d19186 | 2011-12-14 09:26:44 +0800 | [diff] [blame] | 274 | gpio4: gpio@53f90000 { |
Benoît Thébaudeau | aeb2774 | 2012-06-22 21:04:06 +0200 | [diff] [blame] | 275 | compatible = "fsl,imx53-gpio", "fsl,imx35-gpio"; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 276 | reg = <0x53f90000 0x4000>; |
| 277 | interrupts = <56 57>; |
| 278 | gpio-controller; |
| 279 | #gpio-cells = <2>; |
| 280 | interrupt-controller; |
Shawn Guo | 88cde8b | 2012-07-06 20:03:37 +0800 | [diff] [blame] | 281 | #interrupt-cells = <2>; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 282 | }; |
| 283 | |
Rostislav Lisovy | 675e4d0 | 2013-10-22 19:07:21 +0200 | [diff] [blame] | 284 | kpp: kpp@53f94000 { |
| 285 | compatible = "fsl,imx53-kpp", "fsl,imx21-kpp"; |
| 286 | reg = <0x53f94000 0x4000>; |
| 287 | interrupts = <60>; |
| 288 | clocks = <&clks 0>; |
| 289 | status = "disabled"; |
| 290 | }; |
| 291 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 292 | wdog1: wdog@53f98000 { |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 293 | compatible = "fsl,imx53-wdt", "fsl,imx21-wdt"; |
| 294 | reg = <0x53f98000 0x4000>; |
| 295 | interrupts = <58>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 296 | clocks = <&clks 0>; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 297 | }; |
| 298 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 299 | wdog2: wdog@53f9c000 { |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 300 | compatible = "fsl,imx53-wdt", "fsl,imx21-wdt"; |
| 301 | reg = <0x53f9c000 0x4000>; |
| 302 | interrupts = <59>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 303 | clocks = <&clks 0>; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 304 | status = "disabled"; |
| 305 | }; |
| 306 | |
Sascha Hauer | cc8aae9 | 2013-03-14 13:09:00 +0100 | [diff] [blame] | 307 | gpt: timer@53fa0000 { |
| 308 | compatible = "fsl,imx53-gpt", "fsl,imx31-gpt"; |
| 309 | reg = <0x53fa0000 0x4000>; |
| 310 | interrupts = <39>; |
| 311 | clocks = <&clks 36>, <&clks 41>; |
| 312 | clock-names = "ipg", "per"; |
| 313 | }; |
| 314 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 315 | iomuxc: iomuxc@53fa8000 { |
Shawn Guo | 5be03a7 | 2012-08-12 20:02:10 +0800 | [diff] [blame] | 316 | compatible = "fsl,imx53-iomuxc"; |
| 317 | reg = <0x53fa8000 0x4000>; |
Shawn Guo | 5be03a7 | 2012-08-12 20:02:10 +0800 | [diff] [blame] | 318 | }; |
| 319 | |
Philipp Zabel | 5af9f14 | 2013-03-27 18:30:43 +0100 | [diff] [blame] | 320 | gpr: iomuxc-gpr@53fa8000 { |
| 321 | compatible = "fsl,imx53-iomuxc-gpr", "syscon"; |
| 322 | reg = <0x53fa8000 0xc>; |
| 323 | }; |
| 324 | |
Philipp Zabel | 420714a | 2013-03-27 18:30:44 +0100 | [diff] [blame] | 325 | ldb: ldb@53fa8008 { |
| 326 | #address-cells = <1>; |
| 327 | #size-cells = <0>; |
| 328 | compatible = "fsl,imx53-ldb"; |
| 329 | reg = <0x53fa8008 0x4>; |
| 330 | gpr = <&gpr>; |
| 331 | clocks = <&clks 122>, <&clks 120>, |
| 332 | <&clks 115>, <&clks 116>, |
| 333 | <&clks 123>, <&clks 85>; |
| 334 | clock-names = "di0_pll", "di1_pll", |
| 335 | "di0_sel", "di1_sel", |
| 336 | "di0", "di1"; |
| 337 | status = "disabled"; |
| 338 | |
| 339 | lvds-channel@0 { |
| 340 | reg = <0>; |
| 341 | crtcs = <&ipu 0>; |
| 342 | status = "disabled"; |
| 343 | }; |
| 344 | |
| 345 | lvds-channel@1 { |
| 346 | reg = <1>; |
| 347 | crtcs = <&ipu 1>; |
| 348 | status = "disabled"; |
| 349 | }; |
| 350 | }; |
| 351 | |
Sascha Hauer | 9ae90af | 2012-07-04 12:30:37 +0200 | [diff] [blame] | 352 | pwm1: pwm@53fb4000 { |
| 353 | #pwm-cells = <2>; |
| 354 | compatible = "fsl,imx53-pwm", "fsl,imx27-pwm"; |
| 355 | reg = <0x53fb4000 0x4000>; |
| 356 | clocks = <&clks 37>, <&clks 38>; |
| 357 | clock-names = "ipg", "per"; |
| 358 | interrupts = <61>; |
| 359 | }; |
| 360 | |
| 361 | pwm2: pwm@53fb8000 { |
| 362 | #pwm-cells = <2>; |
| 363 | compatible = "fsl,imx53-pwm", "fsl,imx27-pwm"; |
| 364 | reg = <0x53fb8000 0x4000>; |
| 365 | clocks = <&clks 39>, <&clks 40>; |
| 366 | clock-names = "ipg", "per"; |
| 367 | interrupts = <94>; |
| 368 | }; |
| 369 | |
Shawn Guo | 0c456cf | 2012-04-02 14:39:26 +0800 | [diff] [blame] | 370 | uart1: serial@53fbc000 { |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 371 | compatible = "fsl,imx53-uart", "fsl,imx21-uart"; |
| 372 | reg = <0x53fbc000 0x4000>; |
| 373 | interrupts = <31>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 374 | clocks = <&clks 28>, <&clks 29>; |
| 375 | clock-names = "ipg", "per"; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 376 | status = "disabled"; |
| 377 | }; |
| 378 | |
Shawn Guo | 0c456cf | 2012-04-02 14:39:26 +0800 | [diff] [blame] | 379 | uart2: serial@53fc0000 { |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 380 | compatible = "fsl,imx53-uart", "fsl,imx21-uart"; |
| 381 | reg = <0x53fc0000 0x4000>; |
| 382 | interrupts = <32>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 383 | clocks = <&clks 30>, <&clks 31>; |
| 384 | clock-names = "ipg", "per"; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 385 | status = "disabled"; |
| 386 | }; |
| 387 | |
Steffen Trumtrar | a9d1f92 | 2012-07-18 11:42:43 +0200 | [diff] [blame] | 388 | can1: can@53fc8000 { |
| 389 | compatible = "fsl,imx53-flexcan", "fsl,p1010-flexcan"; |
| 390 | reg = <0x53fc8000 0x4000>; |
| 391 | interrupts = <82>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 392 | clocks = <&clks 158>, <&clks 157>; |
| 393 | clock-names = "ipg", "per"; |
Steffen Trumtrar | a9d1f92 | 2012-07-18 11:42:43 +0200 | [diff] [blame] | 394 | status = "disabled"; |
| 395 | }; |
| 396 | |
| 397 | can2: can@53fcc000 { |
| 398 | compatible = "fsl,imx53-flexcan", "fsl,p1010-flexcan"; |
| 399 | reg = <0x53fcc000 0x4000>; |
| 400 | interrupts = <83>; |
Marek Vasut | e37f0d5 | 2013-01-07 15:27:00 +0100 | [diff] [blame] | 401 | clocks = <&clks 87>, <&clks 86>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 402 | clock-names = "ipg", "per"; |
Steffen Trumtrar | a9d1f92 | 2012-07-18 11:42:43 +0200 | [diff] [blame] | 403 | status = "disabled"; |
| 404 | }; |
| 405 | |
Philipp Zabel | 8d84c37 | 2013-03-28 17:35:23 +0100 | [diff] [blame] | 406 | src: src@53fd0000 { |
| 407 | compatible = "fsl,imx53-src", "fsl,imx51-src"; |
| 408 | reg = <0x53fd0000 0x4000>; |
| 409 | #reset-cells = <1>; |
| 410 | }; |
| 411 | |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 412 | clks: ccm@53fd4000{ |
| 413 | compatible = "fsl,imx53-ccm"; |
| 414 | reg = <0x53fd4000 0x4000>; |
| 415 | interrupts = <0 71 0x04 0 72 0x04>; |
| 416 | #clock-cells = <1>; |
| 417 | }; |
| 418 | |
Richard Zhao | 4d19186 | 2011-12-14 09:26:44 +0800 | [diff] [blame] | 419 | gpio5: gpio@53fdc000 { |
Benoît Thébaudeau | aeb2774 | 2012-06-22 21:04:06 +0200 | [diff] [blame] | 420 | compatible = "fsl,imx53-gpio", "fsl,imx35-gpio"; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 421 | reg = <0x53fdc000 0x4000>; |
| 422 | interrupts = <103 104>; |
| 423 | gpio-controller; |
| 424 | #gpio-cells = <2>; |
| 425 | interrupt-controller; |
Shawn Guo | 88cde8b | 2012-07-06 20:03:37 +0800 | [diff] [blame] | 426 | #interrupt-cells = <2>; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 427 | }; |
| 428 | |
Richard Zhao | 4d19186 | 2011-12-14 09:26:44 +0800 | [diff] [blame] | 429 | gpio6: gpio@53fe0000 { |
Benoît Thébaudeau | aeb2774 | 2012-06-22 21:04:06 +0200 | [diff] [blame] | 430 | compatible = "fsl,imx53-gpio", "fsl,imx35-gpio"; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 431 | reg = <0x53fe0000 0x4000>; |
| 432 | interrupts = <105 106>; |
| 433 | gpio-controller; |
| 434 | #gpio-cells = <2>; |
| 435 | interrupt-controller; |
Shawn Guo | 88cde8b | 2012-07-06 20:03:37 +0800 | [diff] [blame] | 436 | #interrupt-cells = <2>; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 437 | }; |
| 438 | |
Richard Zhao | 4d19186 | 2011-12-14 09:26:44 +0800 | [diff] [blame] | 439 | gpio7: gpio@53fe4000 { |
Benoît Thébaudeau | aeb2774 | 2012-06-22 21:04:06 +0200 | [diff] [blame] | 440 | compatible = "fsl,imx53-gpio", "fsl,imx35-gpio"; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 441 | reg = <0x53fe4000 0x4000>; |
| 442 | interrupts = <107 108>; |
| 443 | gpio-controller; |
| 444 | #gpio-cells = <2>; |
| 445 | interrupt-controller; |
Shawn Guo | 88cde8b | 2012-07-06 20:03:37 +0800 | [diff] [blame] | 446 | #interrupt-cells = <2>; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 447 | }; |
| 448 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 449 | i2c3: i2c@53fec000 { |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 450 | #address-cells = <1>; |
| 451 | #size-cells = <0>; |
Shawn Guo | 5bdfba2 | 2012-09-14 15:19:00 +0800 | [diff] [blame] | 452 | compatible = "fsl,imx53-i2c", "fsl,imx21-i2c"; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 453 | reg = <0x53fec000 0x4000>; |
| 454 | interrupts = <64>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 455 | clocks = <&clks 88>; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 456 | status = "disabled"; |
| 457 | }; |
| 458 | |
Shawn Guo | 0c456cf | 2012-04-02 14:39:26 +0800 | [diff] [blame] | 459 | uart4: serial@53ff0000 { |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 460 | compatible = "fsl,imx53-uart", "fsl,imx21-uart"; |
| 461 | reg = <0x53ff0000 0x4000>; |
| 462 | interrupts = <13>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 463 | clocks = <&clks 65>, <&clks 66>; |
| 464 | clock-names = "ipg", "per"; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 465 | status = "disabled"; |
| 466 | }; |
| 467 | }; |
| 468 | |
| 469 | aips@60000000 { /* AIPS2 */ |
| 470 | compatible = "fsl,aips-bus", "simple-bus"; |
| 471 | #address-cells = <1>; |
| 472 | #size-cells = <1>; |
| 473 | reg = <0x60000000 0x10000000>; |
| 474 | ranges; |
| 475 | |
Sascha Hauer | 4f3b2a4 | 2013-06-25 15:51:52 +0200 | [diff] [blame] | 476 | iim: iim@63f98000 { |
| 477 | compatible = "fsl,imx53-iim", "fsl,imx27-iim"; |
| 478 | reg = <0x63f98000 0x4000>; |
| 479 | interrupts = <69>; |
| 480 | clocks = <&clks 107>; |
| 481 | }; |
| 482 | |
Shawn Guo | 0c456cf | 2012-04-02 14:39:26 +0800 | [diff] [blame] | 483 | uart5: serial@63f90000 { |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 484 | compatible = "fsl,imx53-uart", "fsl,imx21-uart"; |
| 485 | reg = <0x63f90000 0x4000>; |
| 486 | interrupts = <86>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 487 | clocks = <&clks 67>, <&clks 68>; |
| 488 | clock-names = "ipg", "per"; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 489 | status = "disabled"; |
| 490 | }; |
| 491 | |
Martin Fuzzey | a82b7b9 | 2013-01-29 16:46:19 +0100 | [diff] [blame] | 492 | owire: owire@63fa4000 { |
| 493 | compatible = "fsl,imx53-owire", "fsl,imx21-owire"; |
| 494 | reg = <0x63fa4000 0x4000>; |
| 495 | clocks = <&clks 159>; |
| 496 | status = "disabled"; |
| 497 | }; |
| 498 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 499 | ecspi2: ecspi@63fac000 { |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 500 | #address-cells = <1>; |
| 501 | #size-cells = <0>; |
| 502 | compatible = "fsl,imx53-ecspi", "fsl,imx51-ecspi"; |
| 503 | reg = <0x63fac000 0x4000>; |
| 504 | interrupts = <37>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 505 | clocks = <&clks 53>, <&clks 54>; |
| 506 | clock-names = "ipg", "per"; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 507 | status = "disabled"; |
| 508 | }; |
| 509 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 510 | sdma: sdma@63fb0000 { |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 511 | compatible = "fsl,imx53-sdma", "fsl,imx35-sdma"; |
| 512 | reg = <0x63fb0000 0x4000>; |
| 513 | interrupts = <6>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 514 | clocks = <&clks 56>, <&clks 56>; |
| 515 | clock-names = "ipg", "ahb"; |
Huang Shijie | fb72bb2 | 2013-07-02 10:15:29 +0800 | [diff] [blame] | 516 | #dma-cells = <3>; |
Fabio Estevam | 7e4f036 | 2012-08-08 11:28:07 -0300 | [diff] [blame] | 517 | fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin"; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 518 | }; |
| 519 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 520 | cspi: cspi@63fc0000 { |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 521 | #address-cells = <1>; |
| 522 | #size-cells = <0>; |
| 523 | compatible = "fsl,imx53-cspi", "fsl,imx35-cspi"; |
| 524 | reg = <0x63fc0000 0x4000>; |
| 525 | interrupts = <38>; |
Jonas Andersson | 37523dc | 2013-05-23 13:38:05 +0200 | [diff] [blame] | 526 | clocks = <&clks 55>, <&clks 55>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 527 | clock-names = "ipg", "per"; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 528 | status = "disabled"; |
| 529 | }; |
| 530 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 531 | i2c2: i2c@63fc4000 { |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 532 | #address-cells = <1>; |
| 533 | #size-cells = <0>; |
Shawn Guo | 5bdfba2 | 2012-09-14 15:19:00 +0800 | [diff] [blame] | 534 | compatible = "fsl,imx53-i2c", "fsl,imx21-i2c"; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 535 | reg = <0x63fc4000 0x4000>; |
| 536 | interrupts = <63>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 537 | clocks = <&clks 35>; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 538 | status = "disabled"; |
| 539 | }; |
| 540 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 541 | i2c1: i2c@63fc8000 { |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 542 | #address-cells = <1>; |
| 543 | #size-cells = <0>; |
Shawn Guo | 5bdfba2 | 2012-09-14 15:19:00 +0800 | [diff] [blame] | 544 | compatible = "fsl,imx53-i2c", "fsl,imx21-i2c"; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 545 | reg = <0x63fc8000 0x4000>; |
| 546 | interrupts = <62>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 547 | clocks = <&clks 34>; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 548 | status = "disabled"; |
| 549 | }; |
| 550 | |
Shawn Guo | ffc505c | 2012-05-11 13:12:01 +0800 | [diff] [blame] | 551 | ssi1: ssi@63fcc000 { |
| 552 | compatible = "fsl,imx53-ssi", "fsl,imx21-ssi"; |
| 553 | reg = <0x63fcc000 0x4000>; |
| 554 | interrupts = <29>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 555 | clocks = <&clks 48>; |
Shawn Guo | 5da826a | 2013-07-17 13:50:54 +0800 | [diff] [blame] | 556 | dmas = <&sdma 28 0 0>, |
| 557 | <&sdma 29 0 0>; |
| 558 | dma-names = "rx", "tx"; |
Shawn Guo | ffc505c | 2012-05-11 13:12:01 +0800 | [diff] [blame] | 559 | fsl,fifo-depth = <15>; |
| 560 | fsl,ssi-dma-events = <29 28 27 26>; /* TX0 RX0 TX1 RX1 */ |
| 561 | status = "disabled"; |
| 562 | }; |
| 563 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 564 | audmux: audmux@63fd0000 { |
Shawn Guo | ffc505c | 2012-05-11 13:12:01 +0800 | [diff] [blame] | 565 | compatible = "fsl,imx53-audmux", "fsl,imx31-audmux"; |
| 566 | reg = <0x63fd0000 0x4000>; |
| 567 | status = "disabled"; |
| 568 | }; |
| 569 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 570 | nfc: nand@63fdb000 { |
Sascha Hauer | 75453a0 | 2012-06-06 12:33:16 +0200 | [diff] [blame] | 571 | compatible = "fsl,imx53-nand"; |
| 572 | reg = <0x63fdb000 0x1000 0xf7ff0000 0x10000>; |
| 573 | interrupts = <8>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 574 | clocks = <&clks 60>; |
Sascha Hauer | 75453a0 | 2012-06-06 12:33:16 +0200 | [diff] [blame] | 575 | status = "disabled"; |
| 576 | }; |
| 577 | |
Shawn Guo | ffc505c | 2012-05-11 13:12:01 +0800 | [diff] [blame] | 578 | ssi3: ssi@63fe8000 { |
| 579 | compatible = "fsl,imx53-ssi", "fsl,imx21-ssi"; |
| 580 | reg = <0x63fe8000 0x4000>; |
| 581 | interrupts = <96>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 582 | clocks = <&clks 50>; |
Shawn Guo | 5da826a | 2013-07-17 13:50:54 +0800 | [diff] [blame] | 583 | dmas = <&sdma 46 0 0>, |
| 584 | <&sdma 47 0 0>; |
| 585 | dma-names = "rx", "tx"; |
Shawn Guo | ffc505c | 2012-05-11 13:12:01 +0800 | [diff] [blame] | 586 | fsl,fifo-depth = <15>; |
| 587 | fsl,ssi-dma-events = <47 46 45 44>; /* TX0 RX0 TX1 RX1 */ |
| 588 | status = "disabled"; |
| 589 | }; |
| 590 | |
Sascha Hauer | 7b7d672 | 2012-11-15 09:31:52 +0100 | [diff] [blame] | 591 | fec: ethernet@63fec000 { |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 592 | compatible = "fsl,imx53-fec", "fsl,imx25-fec"; |
| 593 | reg = <0x63fec000 0x4000>; |
| 594 | interrupts = <87>; |
Fabio Estevam | f40f38d | 2012-11-21 13:43:05 -0200 | [diff] [blame] | 595 | clocks = <&clks 42>, <&clks 42>, <&clks 42>; |
| 596 | clock-names = "ipg", "ahb", "ptp"; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 597 | status = "disabled"; |
| 598 | }; |
Philipp Zabel | 19194c2 | 2013-06-04 12:12:22 +0200 | [diff] [blame] | 599 | |
| 600 | tve: tve@63ff0000 { |
| 601 | compatible = "fsl,imx53-tve"; |
| 602 | reg = <0x63ff0000 0x1000>; |
| 603 | interrupts = <92>; |
| 604 | clocks = <&clks 69>, <&clks 116>; |
| 605 | clock-names = "tve", "di_sel"; |
| 606 | crtcs = <&ipu 1>; |
| 607 | status = "disabled"; |
| 608 | }; |
Fabio Estevam | fbf970f | 2013-06-28 19:49:18 -0300 | [diff] [blame] | 609 | |
| 610 | vpu: vpu@63ff4000 { |
| 611 | compatible = "fsl,imx53-vpu"; |
| 612 | reg = <0x63ff4000 0x1000>; |
| 613 | interrupts = <9>; |
| 614 | clocks = <&clks 63>, <&clks 63>; |
| 615 | clock-names = "per", "ahb"; |
| 616 | iram = <&ocram>; |
| 617 | status = "disabled"; |
| 618 | }; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 619 | }; |
Philipp Zabel | 481fbe1 | 2013-07-01 11:06:09 +0200 | [diff] [blame] | 620 | |
| 621 | ocram: sram@f8000000 { |
| 622 | compatible = "mmio-sram"; |
| 623 | reg = <0xf8000000 0x20000>; |
Shawn Guo | ea257a0 | 2013-07-23 15:56:29 +0800 | [diff] [blame] | 624 | clocks = <&clks 186>; |
Philipp Zabel | 481fbe1 | 2013-07-01 11:06:09 +0200 | [diff] [blame] | 625 | }; |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 626 | }; |
| 627 | }; |