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