R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ |
| 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify |
| 5 | * it under the terms of the GNU General Public License version 2 as |
| 6 | * published by the Free Software Foundation. |
| 7 | * Based on "omap4.dtsi" |
| 8 | */ |
| 9 | |
| 10 | /* |
| 11 | * Carveout for multimedia usecases |
| 12 | * It should be the last 48MB of the first 512MB memory part |
| 13 | * In theory, it should not even exist. That zone should be reserved |
| 14 | * dynamically during the .reserve callback. |
| 15 | */ |
| 16 | /memreserve/ 0x9d000000 0x03000000; |
| 17 | |
| 18 | /include/ "skeleton.dtsi" |
| 19 | |
| 20 | / { |
| 21 | compatible = "ti,omap5"; |
| 22 | interrupt-parent = <&gic>; |
| 23 | |
| 24 | aliases { |
| 25 | serial0 = &uart1; |
| 26 | serial1 = &uart2; |
| 27 | serial2 = &uart3; |
| 28 | serial3 = &uart4; |
| 29 | serial4 = &uart5; |
| 30 | serial5 = &uart6; |
| 31 | }; |
| 32 | |
| 33 | cpus { |
| 34 | cpu@0 { |
| 35 | compatible = "arm,cortex-a15"; |
| 36 | }; |
| 37 | cpu@1 { |
| 38 | compatible = "arm,cortex-a15"; |
| 39 | }; |
| 40 | }; |
| 41 | |
Santosh Shilimkar | b45ccc4 | 2013-02-10 21:40:19 +0530 | [diff] [blame^] | 42 | timer { |
| 43 | compatible = "arm,armv7-timer"; |
| 44 | /* 14th PPI IRQ, active low level-sensitive */ |
| 45 | interrupts = <1 14 0x308>; |
| 46 | clock-frequency = <6144000>; |
| 47 | }; |
| 48 | |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 49 | /* |
| 50 | * The soc node represents the soc top level view. It is uses for IPs |
| 51 | * that are not memory mapped in the MPU view or for the MPU itself. |
| 52 | */ |
| 53 | soc { |
| 54 | compatible = "ti,omap-infra"; |
| 55 | mpu { |
| 56 | compatible = "ti,omap5-mpu"; |
| 57 | ti,hwmods = "mpu"; |
| 58 | }; |
| 59 | }; |
| 60 | |
| 61 | /* |
| 62 | * XXX: Use a flat representation of the OMAP3 interconnect. |
| 63 | * The real OMAP interconnect network is quite complex. |
| 64 | * Since that will not bring real advantage to represent that in DT for |
| 65 | * the moment, just use a fake OCP bus entry to represent the whole bus |
| 66 | * hierarchy. |
| 67 | */ |
| 68 | ocp { |
| 69 | compatible = "ti,omap4-l3-noc", "simple-bus"; |
| 70 | #address-cells = <1>; |
| 71 | #size-cells = <1>; |
| 72 | ranges; |
| 73 | ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3"; |
| 74 | |
Jon Hunter | 3b3132f | 2012-11-01 09:12:23 -0500 | [diff] [blame] | 75 | counter32k: counter@4ae04000 { |
| 76 | compatible = "ti,omap-counter32k"; |
| 77 | reg = <0x4ae04000 0x40>; |
| 78 | ti,hwmods = "counter_32k"; |
| 79 | }; |
| 80 | |
Peter Ujfalusi | 5da6a2d | 2012-10-04 14:57:27 +0300 | [diff] [blame] | 81 | omap5_pmx_core: pinmux@4a002840 { |
| 82 | compatible = "ti,omap4-padconf", "pinctrl-single"; |
| 83 | reg = <0x4a002840 0x01b6>; |
| 84 | #address-cells = <1>; |
| 85 | #size-cells = <0>; |
| 86 | pinctrl-single,register-width = <16>; |
| 87 | pinctrl-single,function-mask = <0x7fff>; |
| 88 | }; |
| 89 | omap5_pmx_wkup: pinmux@4ae0c840 { |
| 90 | compatible = "ti,omap4-padconf", "pinctrl-single"; |
| 91 | reg = <0x4ae0c840 0x0038>; |
| 92 | #address-cells = <1>; |
| 93 | #size-cells = <0>; |
| 94 | pinctrl-single,register-width = <16>; |
| 95 | pinctrl-single,function-mask = <0x7fff>; |
| 96 | }; |
| 97 | |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 98 | gic: interrupt-controller@48211000 { |
| 99 | compatible = "arm,cortex-a15-gic"; |
| 100 | interrupt-controller; |
| 101 | #interrupt-cells = <3>; |
| 102 | reg = <0x48211000 0x1000>, |
| 103 | <0x48212000 0x1000>; |
| 104 | }; |
| 105 | |
Jon Hunter | 2c2dc54 | 2012-04-26 13:47:59 -0500 | [diff] [blame] | 106 | sdma: dma-controller@4a056000 { |
| 107 | compatible = "ti,omap4430-sdma"; |
| 108 | reg = <0x4a056000 0x1000>; |
| 109 | interrupts = <0 12 0x4>, |
| 110 | <0 13 0x4>, |
| 111 | <0 14 0x4>, |
| 112 | <0 15 0x4>; |
| 113 | #dma-cells = <1>; |
| 114 | #dma-channels = <32>; |
| 115 | #dma-requests = <127>; |
| 116 | }; |
| 117 | |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 118 | gpio1: gpio@4ae10000 { |
| 119 | compatible = "ti,omap4-gpio"; |
Sebastien Guiriec | f4b224f | 2012-10-23 10:37:09 +0200 | [diff] [blame] | 120 | reg = <0x4ae10000 0x200>; |
| 121 | interrupts = <0 29 0x4>; |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 122 | ti,hwmods = "gpio1"; |
| 123 | gpio-controller; |
| 124 | #gpio-cells = <2>; |
| 125 | interrupt-controller; |
Jon Hunter | ff5c905 | 2013-03-07 15:44:39 -0600 | [diff] [blame] | 126 | #interrupt-cells = <2>; |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 127 | }; |
| 128 | |
| 129 | gpio2: gpio@48055000 { |
| 130 | compatible = "ti,omap4-gpio"; |
Sebastien Guiriec | f4b224f | 2012-10-23 10:37:09 +0200 | [diff] [blame] | 131 | reg = <0x48055000 0x200>; |
| 132 | interrupts = <0 30 0x4>; |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 133 | ti,hwmods = "gpio2"; |
| 134 | gpio-controller; |
| 135 | #gpio-cells = <2>; |
| 136 | interrupt-controller; |
Jon Hunter | ff5c905 | 2013-03-07 15:44:39 -0600 | [diff] [blame] | 137 | #interrupt-cells = <2>; |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 138 | }; |
| 139 | |
| 140 | gpio3: gpio@48057000 { |
| 141 | compatible = "ti,omap4-gpio"; |
Sebastien Guiriec | f4b224f | 2012-10-23 10:37:09 +0200 | [diff] [blame] | 142 | reg = <0x48057000 0x200>; |
| 143 | interrupts = <0 31 0x4>; |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 144 | ti,hwmods = "gpio3"; |
| 145 | gpio-controller; |
| 146 | #gpio-cells = <2>; |
| 147 | interrupt-controller; |
Jon Hunter | ff5c905 | 2013-03-07 15:44:39 -0600 | [diff] [blame] | 148 | #interrupt-cells = <2>; |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 149 | }; |
| 150 | |
| 151 | gpio4: gpio@48059000 { |
| 152 | compatible = "ti,omap4-gpio"; |
Sebastien Guiriec | f4b224f | 2012-10-23 10:37:09 +0200 | [diff] [blame] | 153 | reg = <0x48059000 0x200>; |
| 154 | interrupts = <0 32 0x4>; |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 155 | ti,hwmods = "gpio4"; |
| 156 | gpio-controller; |
| 157 | #gpio-cells = <2>; |
| 158 | interrupt-controller; |
Jon Hunter | ff5c905 | 2013-03-07 15:44:39 -0600 | [diff] [blame] | 159 | #interrupt-cells = <2>; |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 160 | }; |
| 161 | |
| 162 | gpio5: gpio@4805b000 { |
| 163 | compatible = "ti,omap4-gpio"; |
Sebastien Guiriec | f4b224f | 2012-10-23 10:37:09 +0200 | [diff] [blame] | 164 | reg = <0x4805b000 0x200>; |
| 165 | interrupts = <0 33 0x4>; |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 166 | ti,hwmods = "gpio5"; |
| 167 | gpio-controller; |
| 168 | #gpio-cells = <2>; |
| 169 | interrupt-controller; |
Jon Hunter | ff5c905 | 2013-03-07 15:44:39 -0600 | [diff] [blame] | 170 | #interrupt-cells = <2>; |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 171 | }; |
| 172 | |
| 173 | gpio6: gpio@4805d000 { |
| 174 | compatible = "ti,omap4-gpio"; |
Sebastien Guiriec | f4b224f | 2012-10-23 10:37:09 +0200 | [diff] [blame] | 175 | reg = <0x4805d000 0x200>; |
| 176 | interrupts = <0 34 0x4>; |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 177 | ti,hwmods = "gpio6"; |
| 178 | gpio-controller; |
| 179 | #gpio-cells = <2>; |
| 180 | interrupt-controller; |
Jon Hunter | ff5c905 | 2013-03-07 15:44:39 -0600 | [diff] [blame] | 181 | #interrupt-cells = <2>; |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 182 | }; |
| 183 | |
| 184 | gpio7: gpio@48051000 { |
| 185 | compatible = "ti,omap4-gpio"; |
Sebastien Guiriec | f4b224f | 2012-10-23 10:37:09 +0200 | [diff] [blame] | 186 | reg = <0x48051000 0x200>; |
| 187 | interrupts = <0 35 0x4>; |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 188 | ti,hwmods = "gpio7"; |
| 189 | gpio-controller; |
| 190 | #gpio-cells = <2>; |
| 191 | interrupt-controller; |
Jon Hunter | ff5c905 | 2013-03-07 15:44:39 -0600 | [diff] [blame] | 192 | #interrupt-cells = <2>; |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 193 | }; |
| 194 | |
| 195 | gpio8: gpio@48053000 { |
| 196 | compatible = "ti,omap4-gpio"; |
Sebastien Guiriec | f4b224f | 2012-10-23 10:37:09 +0200 | [diff] [blame] | 197 | reg = <0x48053000 0x200>; |
| 198 | interrupts = <0 121 0x4>; |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 199 | ti,hwmods = "gpio8"; |
| 200 | gpio-controller; |
| 201 | #gpio-cells = <2>; |
| 202 | interrupt-controller; |
Jon Hunter | ff5c905 | 2013-03-07 15:44:39 -0600 | [diff] [blame] | 203 | #interrupt-cells = <2>; |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 204 | }; |
| 205 | |
Jon Hunter | 1c7dbb5 | 2013-02-22 15:33:31 -0600 | [diff] [blame] | 206 | gpmc: gpmc@50000000 { |
| 207 | compatible = "ti,omap4430-gpmc"; |
| 208 | reg = <0x50000000 0x1000>; |
| 209 | #address-cells = <2>; |
| 210 | #size-cells = <1>; |
| 211 | interrupts = <0 20 0x4>; |
| 212 | gpmc,num-cs = <8>; |
| 213 | gpmc,num-waitpins = <4>; |
| 214 | ti,hwmods = "gpmc"; |
| 215 | }; |
| 216 | |
Sourav Poddar | 6e6a9a50 | 2012-07-25 10:57:58 +0530 | [diff] [blame] | 217 | i2c1: i2c@48070000 { |
| 218 | compatible = "ti,omap4-i2c"; |
Sebastien Guiriec | d7118bb | 2012-10-23 10:37:10 +0200 | [diff] [blame] | 219 | reg = <0x48070000 0x100>; |
| 220 | interrupts = <0 56 0x4>; |
Sourav Poddar | 6e6a9a50 | 2012-07-25 10:57:58 +0530 | [diff] [blame] | 221 | #address-cells = <1>; |
| 222 | #size-cells = <0>; |
| 223 | ti,hwmods = "i2c1"; |
| 224 | }; |
| 225 | |
| 226 | i2c2: i2c@48072000 { |
| 227 | compatible = "ti,omap4-i2c"; |
Sebastien Guiriec | d7118bb | 2012-10-23 10:37:10 +0200 | [diff] [blame] | 228 | reg = <0x48072000 0x100>; |
| 229 | interrupts = <0 57 0x4>; |
Sourav Poddar | 6e6a9a50 | 2012-07-25 10:57:58 +0530 | [diff] [blame] | 230 | #address-cells = <1>; |
| 231 | #size-cells = <0>; |
| 232 | ti,hwmods = "i2c2"; |
| 233 | }; |
| 234 | |
| 235 | i2c3: i2c@48060000 { |
| 236 | compatible = "ti,omap4-i2c"; |
Sebastien Guiriec | d7118bb | 2012-10-23 10:37:10 +0200 | [diff] [blame] | 237 | reg = <0x48060000 0x100>; |
| 238 | interrupts = <0 61 0x4>; |
Sourav Poddar | 6e6a9a50 | 2012-07-25 10:57:58 +0530 | [diff] [blame] | 239 | #address-cells = <1>; |
| 240 | #size-cells = <0>; |
| 241 | ti,hwmods = "i2c3"; |
| 242 | }; |
| 243 | |
Sebastien Guiriec | d7118bb | 2012-10-23 10:37:10 +0200 | [diff] [blame] | 244 | i2c4: i2c@4807a000 { |
Sourav Poddar | 6e6a9a50 | 2012-07-25 10:57:58 +0530 | [diff] [blame] | 245 | compatible = "ti,omap4-i2c"; |
Sebastien Guiriec | d7118bb | 2012-10-23 10:37:10 +0200 | [diff] [blame] | 246 | reg = <0x4807a000 0x100>; |
| 247 | interrupts = <0 62 0x4>; |
Sourav Poddar | 6e6a9a50 | 2012-07-25 10:57:58 +0530 | [diff] [blame] | 248 | #address-cells = <1>; |
| 249 | #size-cells = <0>; |
| 250 | ti,hwmods = "i2c4"; |
| 251 | }; |
| 252 | |
Sebastien Guiriec | d7118bb | 2012-10-23 10:37:10 +0200 | [diff] [blame] | 253 | i2c5: i2c@4807c000 { |
Sourav Poddar | 6e6a9a50 | 2012-07-25 10:57:58 +0530 | [diff] [blame] | 254 | compatible = "ti,omap4-i2c"; |
Sebastien Guiriec | d7118bb | 2012-10-23 10:37:10 +0200 | [diff] [blame] | 255 | reg = <0x4807c000 0x100>; |
| 256 | interrupts = <0 60 0x4>; |
Sourav Poddar | 6e6a9a50 | 2012-07-25 10:57:58 +0530 | [diff] [blame] | 257 | #address-cells = <1>; |
| 258 | #size-cells = <0>; |
| 259 | ti,hwmods = "i2c5"; |
| 260 | }; |
| 261 | |
Felipe Balbi | 43286b1 | 2013-02-13 14:58:36 +0530 | [diff] [blame] | 262 | mcspi1: spi@48098000 { |
| 263 | compatible = "ti,omap4-mcspi"; |
| 264 | reg = <0x48098000 0x200>; |
| 265 | interrupts = <0 65 0x4>; |
| 266 | #address-cells = <1>; |
| 267 | #size-cells = <0>; |
| 268 | ti,hwmods = "mcspi1"; |
| 269 | ti,spi-num-cs = <4>; |
Jon Hunter | 2c2dc54 | 2012-04-26 13:47:59 -0500 | [diff] [blame] | 270 | dmas = <&sdma 35>, |
| 271 | <&sdma 36>, |
| 272 | <&sdma 37>, |
| 273 | <&sdma 38>, |
| 274 | <&sdma 39>, |
| 275 | <&sdma 40>, |
| 276 | <&sdma 41>, |
| 277 | <&sdma 42>; |
| 278 | dma-names = "tx0", "rx0", "tx1", "rx1", |
| 279 | "tx2", "rx2", "tx3", "rx3"; |
Felipe Balbi | 43286b1 | 2013-02-13 14:58:36 +0530 | [diff] [blame] | 280 | }; |
| 281 | |
| 282 | mcspi2: spi@4809a000 { |
| 283 | compatible = "ti,omap4-mcspi"; |
| 284 | reg = <0x4809a000 0x200>; |
| 285 | interrupts = <0 66 0x4>; |
| 286 | #address-cells = <1>; |
| 287 | #size-cells = <0>; |
| 288 | ti,hwmods = "mcspi2"; |
| 289 | ti,spi-num-cs = <2>; |
Jon Hunter | 2c2dc54 | 2012-04-26 13:47:59 -0500 | [diff] [blame] | 290 | dmas = <&sdma 43>, |
| 291 | <&sdma 44>, |
| 292 | <&sdma 45>, |
| 293 | <&sdma 46>; |
| 294 | dma-names = "tx0", "rx0", "tx1", "rx1"; |
Felipe Balbi | 43286b1 | 2013-02-13 14:58:36 +0530 | [diff] [blame] | 295 | }; |
| 296 | |
| 297 | mcspi3: spi@480b8000 { |
| 298 | compatible = "ti,omap4-mcspi"; |
| 299 | reg = <0x480b8000 0x200>; |
| 300 | interrupts = <0 91 0x4>; |
| 301 | #address-cells = <1>; |
| 302 | #size-cells = <0>; |
| 303 | ti,hwmods = "mcspi3"; |
| 304 | ti,spi-num-cs = <2>; |
Jon Hunter | 2c2dc54 | 2012-04-26 13:47:59 -0500 | [diff] [blame] | 305 | dmas = <&sdma 15>, <&sdma 16>; |
| 306 | dma-names = "tx0", "rx0"; |
Felipe Balbi | 43286b1 | 2013-02-13 14:58:36 +0530 | [diff] [blame] | 307 | }; |
| 308 | |
| 309 | mcspi4: spi@480ba000 { |
| 310 | compatible = "ti,omap4-mcspi"; |
| 311 | reg = <0x480ba000 0x200>; |
| 312 | interrupts = <0 48 0x4>; |
| 313 | #address-cells = <1>; |
| 314 | #size-cells = <0>; |
| 315 | ti,hwmods = "mcspi4"; |
| 316 | ti,spi-num-cs = <1>; |
Jon Hunter | 2c2dc54 | 2012-04-26 13:47:59 -0500 | [diff] [blame] | 317 | dmas = <&sdma 70>, <&sdma 71>; |
| 318 | dma-names = "tx0", "rx0"; |
Felipe Balbi | 43286b1 | 2013-02-13 14:58:36 +0530 | [diff] [blame] | 319 | }; |
| 320 | |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 321 | uart1: serial@4806a000 { |
| 322 | compatible = "ti,omap4-uart"; |
Sebastien Guiriec | 8e80f66 | 2012-10-23 10:37:11 +0200 | [diff] [blame] | 323 | reg = <0x4806a000 0x100>; |
| 324 | interrupts = <0 72 0x4>; |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 325 | ti,hwmods = "uart1"; |
| 326 | clock-frequency = <48000000>; |
| 327 | }; |
| 328 | |
| 329 | uart2: serial@4806c000 { |
| 330 | compatible = "ti,omap4-uart"; |
Sebastien Guiriec | 8e80f66 | 2012-10-23 10:37:11 +0200 | [diff] [blame] | 331 | reg = <0x4806c000 0x100>; |
| 332 | interrupts = <0 73 0x4>; |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 333 | ti,hwmods = "uart2"; |
| 334 | clock-frequency = <48000000>; |
| 335 | }; |
| 336 | |
| 337 | uart3: serial@48020000 { |
| 338 | compatible = "ti,omap4-uart"; |
Sebastien Guiriec | 8e80f66 | 2012-10-23 10:37:11 +0200 | [diff] [blame] | 339 | reg = <0x48020000 0x100>; |
| 340 | interrupts = <0 74 0x4>; |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 341 | ti,hwmods = "uart3"; |
| 342 | clock-frequency = <48000000>; |
| 343 | }; |
| 344 | |
| 345 | uart4: serial@4806e000 { |
| 346 | compatible = "ti,omap4-uart"; |
Sebastien Guiriec | 8e80f66 | 2012-10-23 10:37:11 +0200 | [diff] [blame] | 347 | reg = <0x4806e000 0x100>; |
| 348 | interrupts = <0 70 0x4>; |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 349 | ti,hwmods = "uart4"; |
| 350 | clock-frequency = <48000000>; |
| 351 | }; |
| 352 | |
| 353 | uart5: serial@48066000 { |
Sebastien Guiriec | 8e80f66 | 2012-10-23 10:37:11 +0200 | [diff] [blame] | 354 | compatible = "ti,omap4-uart"; |
| 355 | reg = <0x48066000 0x100>; |
| 356 | interrupts = <0 105 0x4>; |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 357 | ti,hwmods = "uart5"; |
| 358 | clock-frequency = <48000000>; |
| 359 | }; |
| 360 | |
| 361 | uart6: serial@48068000 { |
Sebastien Guiriec | 8e80f66 | 2012-10-23 10:37:11 +0200 | [diff] [blame] | 362 | compatible = "ti,omap4-uart"; |
| 363 | reg = <0x48068000 0x100>; |
| 364 | interrupts = <0 106 0x4>; |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 365 | ti,hwmods = "uart6"; |
| 366 | clock-frequency = <48000000>; |
| 367 | }; |
Balaji T K | 5dd18b0 | 2012-08-07 12:48:21 +0530 | [diff] [blame] | 368 | |
| 369 | mmc1: mmc@4809c000 { |
| 370 | compatible = "ti,omap4-hsmmc"; |
Sebastien Guiriec | 9a64236 | 2012-10-23 10:37:12 +0200 | [diff] [blame] | 371 | reg = <0x4809c000 0x400>; |
| 372 | interrupts = <0 83 0x4>; |
Balaji T K | 5dd18b0 | 2012-08-07 12:48:21 +0530 | [diff] [blame] | 373 | ti,hwmods = "mmc1"; |
| 374 | ti,dual-volt; |
| 375 | ti,needs-special-reset; |
Jon Hunter | 2c2dc54 | 2012-04-26 13:47:59 -0500 | [diff] [blame] | 376 | dmas = <&sdma 61>, <&sdma 62>; |
| 377 | dma-names = "tx", "rx"; |
Balaji T K | 5dd18b0 | 2012-08-07 12:48:21 +0530 | [diff] [blame] | 378 | }; |
| 379 | |
| 380 | mmc2: mmc@480b4000 { |
| 381 | compatible = "ti,omap4-hsmmc"; |
Sebastien Guiriec | 9a64236 | 2012-10-23 10:37:12 +0200 | [diff] [blame] | 382 | reg = <0x480b4000 0x400>; |
| 383 | interrupts = <0 86 0x4>; |
Balaji T K | 5dd18b0 | 2012-08-07 12:48:21 +0530 | [diff] [blame] | 384 | ti,hwmods = "mmc2"; |
| 385 | ti,needs-special-reset; |
Jon Hunter | 2c2dc54 | 2012-04-26 13:47:59 -0500 | [diff] [blame] | 386 | dmas = <&sdma 47>, <&sdma 48>; |
| 387 | dma-names = "tx", "rx"; |
Balaji T K | 5dd18b0 | 2012-08-07 12:48:21 +0530 | [diff] [blame] | 388 | }; |
| 389 | |
| 390 | mmc3: mmc@480ad000 { |
| 391 | compatible = "ti,omap4-hsmmc"; |
Sebastien Guiriec | 9a64236 | 2012-10-23 10:37:12 +0200 | [diff] [blame] | 392 | reg = <0x480ad000 0x400>; |
| 393 | interrupts = <0 94 0x4>; |
Balaji T K | 5dd18b0 | 2012-08-07 12:48:21 +0530 | [diff] [blame] | 394 | ti,hwmods = "mmc3"; |
| 395 | ti,needs-special-reset; |
Jon Hunter | 2c2dc54 | 2012-04-26 13:47:59 -0500 | [diff] [blame] | 396 | dmas = <&sdma 77>, <&sdma 78>; |
| 397 | dma-names = "tx", "rx"; |
Balaji T K | 5dd18b0 | 2012-08-07 12:48:21 +0530 | [diff] [blame] | 398 | }; |
| 399 | |
| 400 | mmc4: mmc@480d1000 { |
| 401 | compatible = "ti,omap4-hsmmc"; |
Sebastien Guiriec | 9a64236 | 2012-10-23 10:37:12 +0200 | [diff] [blame] | 402 | reg = <0x480d1000 0x400>; |
| 403 | interrupts = <0 96 0x4>; |
Balaji T K | 5dd18b0 | 2012-08-07 12:48:21 +0530 | [diff] [blame] | 404 | ti,hwmods = "mmc4"; |
| 405 | ti,needs-special-reset; |
Jon Hunter | 2c2dc54 | 2012-04-26 13:47:59 -0500 | [diff] [blame] | 406 | dmas = <&sdma 57>, <&sdma 58>; |
| 407 | dma-names = "tx", "rx"; |
Balaji T K | 5dd18b0 | 2012-08-07 12:48:21 +0530 | [diff] [blame] | 408 | }; |
| 409 | |
| 410 | mmc5: mmc@480d5000 { |
| 411 | compatible = "ti,omap4-hsmmc"; |
Sebastien Guiriec | 9a64236 | 2012-10-23 10:37:12 +0200 | [diff] [blame] | 412 | reg = <0x480d5000 0x400>; |
| 413 | interrupts = <0 59 0x4>; |
Balaji T K | 5dd18b0 | 2012-08-07 12:48:21 +0530 | [diff] [blame] | 414 | ti,hwmods = "mmc5"; |
| 415 | ti,needs-special-reset; |
Jon Hunter | 2c2dc54 | 2012-04-26 13:47:59 -0500 | [diff] [blame] | 416 | dmas = <&sdma 59>, <&sdma 60>; |
| 417 | dma-names = "tx", "rx"; |
Balaji T K | 5dd18b0 | 2012-08-07 12:48:21 +0530 | [diff] [blame] | 418 | }; |
Sourav Poddar | 5449fbc | 2012-07-25 11:03:27 +0530 | [diff] [blame] | 419 | |
| 420 | keypad: keypad@4ae1c000 { |
| 421 | compatible = "ti,omap4-keypad"; |
| 422 | ti,hwmods = "kbd"; |
| 423 | }; |
Peter Ujfalusi | ffd5db2 | 2012-08-29 16:31:04 +0300 | [diff] [blame] | 424 | |
Peter Ujfalusi | cbb57f0 | 2012-08-29 16:31:07 +0300 | [diff] [blame] | 425 | mcpdm: mcpdm@40132000 { |
| 426 | compatible = "ti,omap4-mcpdm"; |
| 427 | reg = <0x40132000 0x7f>, /* MPU private access */ |
| 428 | <0x49032000 0x7f>; /* L3 Interconnect */ |
| 429 | reg-names = "mpu", "dma"; |
| 430 | interrupts = <0 112 0x4>; |
Peter Ujfalusi | cbb57f0 | 2012-08-29 16:31:07 +0300 | [diff] [blame] | 431 | ti,hwmods = "mcpdm"; |
Sebastien Guiriec | 4e4ead7 | 2013-03-11 08:50:21 +0100 | [diff] [blame] | 432 | dmas = <&sdma 65>, |
| 433 | <&sdma 66>; |
| 434 | dma-names = "up_link", "dn_link"; |
Peter Ujfalusi | cbb57f0 | 2012-08-29 16:31:07 +0300 | [diff] [blame] | 435 | }; |
| 436 | |
| 437 | dmic: dmic@4012e000 { |
| 438 | compatible = "ti,omap4-dmic"; |
| 439 | reg = <0x4012e000 0x7f>, /* MPU private access */ |
| 440 | <0x4902e000 0x7f>; /* L3 Interconnect */ |
| 441 | reg-names = "mpu", "dma"; |
| 442 | interrupts = <0 114 0x4>; |
Peter Ujfalusi | cbb57f0 | 2012-08-29 16:31:07 +0300 | [diff] [blame] | 443 | ti,hwmods = "dmic"; |
Sebastien Guiriec | 4e4ead7 | 2013-03-11 08:50:21 +0100 | [diff] [blame] | 444 | dmas = <&sdma 67>; |
| 445 | dma-names = "up_link"; |
Peter Ujfalusi | cbb57f0 | 2012-08-29 16:31:07 +0300 | [diff] [blame] | 446 | }; |
| 447 | |
Peter Ujfalusi | ffd5db2 | 2012-08-29 16:31:04 +0300 | [diff] [blame] | 448 | mcbsp1: mcbsp@40122000 { |
| 449 | compatible = "ti,omap4-mcbsp"; |
| 450 | reg = <0x40122000 0xff>, /* MPU private access */ |
| 451 | <0x49022000 0xff>; /* L3 Interconnect */ |
| 452 | reg-names = "mpu", "dma"; |
| 453 | interrupts = <0 17 0x4>; |
| 454 | interrupt-names = "common"; |
Peter Ujfalusi | ffd5db2 | 2012-08-29 16:31:04 +0300 | [diff] [blame] | 455 | ti,buffer-size = <128>; |
| 456 | ti,hwmods = "mcbsp1"; |
Sebastien Guiriec | 4e4ead7 | 2013-03-11 08:50:21 +0100 | [diff] [blame] | 457 | dmas = <&sdma 33>, |
| 458 | <&sdma 34>; |
| 459 | dma-names = "tx", "rx"; |
Peter Ujfalusi | ffd5db2 | 2012-08-29 16:31:04 +0300 | [diff] [blame] | 460 | }; |
| 461 | |
| 462 | mcbsp2: mcbsp@40124000 { |
| 463 | compatible = "ti,omap4-mcbsp"; |
| 464 | reg = <0x40124000 0xff>, /* MPU private access */ |
| 465 | <0x49024000 0xff>; /* L3 Interconnect */ |
| 466 | reg-names = "mpu", "dma"; |
| 467 | interrupts = <0 22 0x4>; |
| 468 | interrupt-names = "common"; |
Peter Ujfalusi | ffd5db2 | 2012-08-29 16:31:04 +0300 | [diff] [blame] | 469 | ti,buffer-size = <128>; |
| 470 | ti,hwmods = "mcbsp2"; |
Sebastien Guiriec | 4e4ead7 | 2013-03-11 08:50:21 +0100 | [diff] [blame] | 471 | dmas = <&sdma 17>, |
| 472 | <&sdma 18>; |
| 473 | dma-names = "tx", "rx"; |
Peter Ujfalusi | ffd5db2 | 2012-08-29 16:31:04 +0300 | [diff] [blame] | 474 | }; |
| 475 | |
| 476 | mcbsp3: mcbsp@40126000 { |
| 477 | compatible = "ti,omap4-mcbsp"; |
| 478 | reg = <0x40126000 0xff>, /* MPU private access */ |
| 479 | <0x49026000 0xff>; /* L3 Interconnect */ |
| 480 | reg-names = "mpu", "dma"; |
| 481 | interrupts = <0 23 0x4>; |
| 482 | interrupt-names = "common"; |
Peter Ujfalusi | ffd5db2 | 2012-08-29 16:31:04 +0300 | [diff] [blame] | 483 | ti,buffer-size = <128>; |
| 484 | ti,hwmods = "mcbsp3"; |
Sebastien Guiriec | 4e4ead7 | 2013-03-11 08:50:21 +0100 | [diff] [blame] | 485 | dmas = <&sdma 19>, |
| 486 | <&sdma 20>; |
| 487 | dma-names = "tx", "rx"; |
Peter Ujfalusi | ffd5db2 | 2012-08-29 16:31:04 +0300 | [diff] [blame] | 488 | }; |
Jon Hunter | df692a9 | 2012-11-01 09:09:51 -0500 | [diff] [blame] | 489 | |
| 490 | timer1: timer@4ae18000 { |
| 491 | compatible = "ti,omap2-timer"; |
| 492 | reg = <0x4ae18000 0x80>; |
| 493 | interrupts = <0 37 0x4>; |
| 494 | ti,hwmods = "timer1"; |
| 495 | ti,timer-alwon; |
| 496 | }; |
| 497 | |
| 498 | timer2: timer@48032000 { |
| 499 | compatible = "ti,omap2-timer"; |
| 500 | reg = <0x48032000 0x80>; |
| 501 | interrupts = <0 38 0x4>; |
| 502 | ti,hwmods = "timer2"; |
| 503 | }; |
| 504 | |
| 505 | timer3: timer@48034000 { |
| 506 | compatible = "ti,omap2-timer"; |
| 507 | reg = <0x48034000 0x80>; |
| 508 | interrupts = <0 39 0x4>; |
| 509 | ti,hwmods = "timer3"; |
| 510 | }; |
| 511 | |
| 512 | timer4: timer@48036000 { |
| 513 | compatible = "ti,omap2-timer"; |
| 514 | reg = <0x48036000 0x80>; |
| 515 | interrupts = <0 40 0x4>; |
| 516 | ti,hwmods = "timer4"; |
| 517 | }; |
| 518 | |
| 519 | timer5: timer@40138000 { |
| 520 | compatible = "ti,omap2-timer"; |
| 521 | reg = <0x40138000 0x80>, |
| 522 | <0x49038000 0x80>; |
| 523 | interrupts = <0 41 0x4>; |
| 524 | ti,hwmods = "timer5"; |
| 525 | ti,timer-dsp; |
| 526 | }; |
| 527 | |
| 528 | timer6: timer@4013a000 { |
| 529 | compatible = "ti,omap2-timer"; |
| 530 | reg = <0x4013a000 0x80>, |
| 531 | <0x4903a000 0x80>; |
| 532 | interrupts = <0 42 0x4>; |
| 533 | ti,hwmods = "timer6"; |
| 534 | ti,timer-dsp; |
| 535 | ti,timer-pwm; |
| 536 | }; |
| 537 | |
| 538 | timer7: timer@4013c000 { |
| 539 | compatible = "ti,omap2-timer"; |
| 540 | reg = <0x4013c000 0x80>, |
| 541 | <0x4903c000 0x80>; |
| 542 | interrupts = <0 43 0x4>; |
| 543 | ti,hwmods = "timer7"; |
| 544 | ti,timer-dsp; |
| 545 | }; |
| 546 | |
| 547 | timer8: timer@4013e000 { |
| 548 | compatible = "ti,omap2-timer"; |
| 549 | reg = <0x4013e000 0x80>, |
| 550 | <0x4903e000 0x80>; |
| 551 | interrupts = <0 44 0x4>; |
| 552 | ti,hwmods = "timer8"; |
| 553 | ti,timer-dsp; |
| 554 | ti,timer-pwm; |
| 555 | }; |
| 556 | |
| 557 | timer9: timer@4803e000 { |
| 558 | compatible = "ti,omap2-timer"; |
| 559 | reg = <0x4803e000 0x80>; |
| 560 | interrupts = <0 45 0x4>; |
| 561 | ti,hwmods = "timer9"; |
| 562 | }; |
| 563 | |
| 564 | timer10: timer@48086000 { |
| 565 | compatible = "ti,omap2-timer"; |
| 566 | reg = <0x48086000 0x80>; |
| 567 | interrupts = <0 46 0x4>; |
| 568 | ti,hwmods = "timer10"; |
| 569 | }; |
| 570 | |
| 571 | timer11: timer@48088000 { |
| 572 | compatible = "ti,omap2-timer"; |
| 573 | reg = <0x48088000 0x80>; |
| 574 | interrupts = <0 47 0x4>; |
| 575 | ti,hwmods = "timer11"; |
| 576 | ti,timer-pwm; |
| 577 | }; |
Lokesh Vutla | e6900ddf | 2012-11-05 18:22:51 +0530 | [diff] [blame] | 578 | |
| 579 | emif1: emif@0x4c000000 { |
| 580 | compatible = "ti,emif-4d5"; |
| 581 | ti,hwmods = "emif1"; |
| 582 | phy-type = <2>; /* DDR PHY type: Intelli PHY */ |
| 583 | reg = <0x4c000000 0x400>; |
| 584 | interrupts = <0 110 0x4>; |
| 585 | hw-caps-read-idle-ctrl; |
| 586 | hw-caps-ll-interface; |
| 587 | hw-caps-temp-alert; |
| 588 | }; |
| 589 | |
| 590 | emif2: emif@0x4d000000 { |
| 591 | compatible = "ti,emif-4d5"; |
| 592 | ti,hwmods = "emif2"; |
| 593 | phy-type = <2>; /* DDR PHY type: Intelli PHY */ |
| 594 | reg = <0x4d000000 0x400>; |
| 595 | interrupts = <0 111 0x4>; |
| 596 | hw-caps-read-idle-ctrl; |
| 597 | hw-caps-ll-interface; |
| 598 | hw-caps-temp-alert; |
| 599 | }; |
Kishon Vijay Abraham I | fedc428 | 2013-03-07 19:05:17 +0530 | [diff] [blame] | 600 | |
| 601 | omap_control_usb: omap-control-usb@4a002300 { |
| 602 | compatible = "ti,omap-control-usb"; |
| 603 | reg = <0x4a002300 0x4>, |
| 604 | <0x4a002370 0x4>; |
| 605 | reg-names = "control_dev_conf", "phy_power_usb"; |
| 606 | ti,type = <2>; |
| 607 | }; |
Kishon Vijay Abraham I | e983196 | 2013-03-07 19:05:18 +0530 | [diff] [blame] | 608 | |
Kishon Vijay Abraham I | 72f6f95 | 2013-03-07 19:05:20 +0530 | [diff] [blame] | 609 | omap_dwc3@4a020000 { |
| 610 | compatible = "ti,dwc3"; |
| 611 | ti,hwmods = "usb_otg_ss"; |
| 612 | reg = <0x4a020000 0x1000>; |
| 613 | interrupts = <0 93 4>; |
| 614 | #address-cells = <1>; |
| 615 | #size-cells = <1>; |
| 616 | utmi-mode = <2>; |
| 617 | ranges; |
| 618 | dwc3@4a030000 { |
| 619 | compatible = "synopsys,dwc3"; |
| 620 | reg = <0x4a030000 0x1000>; |
| 621 | interrupts = <0 92 4>; |
| 622 | usb-phy = <&usb2_phy>, <&usb3_phy>; |
| 623 | tx-fifo-resize; |
| 624 | }; |
| 625 | }; |
| 626 | |
Kishon Vijay Abraham I | e983196 | 2013-03-07 19:05:18 +0530 | [diff] [blame] | 627 | ocp2scp { |
| 628 | compatible = "ti,omap-ocp2scp"; |
| 629 | #address-cells = <1>; |
| 630 | #size-cells = <1>; |
| 631 | ranges; |
| 632 | ti,hwmods = "ocp2scp1"; |
Kishon Vijay Abraham I | ae6a32d | 2013-03-07 19:05:19 +0530 | [diff] [blame] | 633 | usb2_phy: usb2phy@4a084000 { |
| 634 | compatible = "ti,omap-usb2"; |
| 635 | reg = <0x4a084000 0x7c>; |
| 636 | ctrl-module = <&omap_control_usb>; |
| 637 | }; |
| 638 | |
| 639 | usb3_phy: usb3phy@4a084400 { |
| 640 | compatible = "ti,omap-usb3"; |
| 641 | reg = <0x4a084400 0x80>, |
| 642 | <0x4a084800 0x64>, |
| 643 | <0x4a084c00 0x40>; |
| 644 | reg-names = "phy_rx", "phy_tx", "pll_ctrl"; |
| 645 | ctrl-module = <&omap_control_usb>; |
| 646 | }; |
Kishon Vijay Abraham I | e983196 | 2013-03-07 19:05:18 +0530 | [diff] [blame] | 647 | }; |
R Sricharan | 6b5de09 | 2012-05-10 19:46:00 +0530 | [diff] [blame] | 648 | }; |
| 649 | }; |