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