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