Benoit Cousson | 189892f | 2011-08-16 21:02:01 +0530 | [diff] [blame] | 1 | /* |
| 2 | * Device Tree Source for OMAP3 SoC |
| 3 | * |
| 4 | * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ |
| 5 | * |
| 6 | * This file is licensed under the terms of the GNU General Public License |
| 7 | * version 2. This program is licensed "as is" without any warranty of any |
| 8 | * kind, whether express or implied. |
| 9 | */ |
| 10 | |
Florian Vaussard | 6d624ea | 2013-05-31 14:32:56 +0200 | [diff] [blame] | 11 | #include <dt-bindings/gpio/gpio.h> |
Florian Vaussard | 71fdc6e | 2013-06-11 16:49:46 +0200 | [diff] [blame] | 12 | #include <dt-bindings/interrupt-controller/irq.h> |
Florian Vaussard | bcd3cca | 2013-05-31 14:32:59 +0200 | [diff] [blame] | 13 | #include <dt-bindings/pinctrl/omap.h> |
Florian Vaussard | 6d624ea | 2013-05-31 14:32:56 +0200 | [diff] [blame] | 14 | |
Florian Vaussard | 98ef7957 | 2013-05-31 14:32:55 +0200 | [diff] [blame] | 15 | #include "skeleton.dtsi" |
Benoit Cousson | 189892f | 2011-08-16 21:02:01 +0530 | [diff] [blame] | 16 | |
| 17 | / { |
| 18 | compatible = "ti,omap3430", "ti,omap3"; |
Benoit Cousson | 4c94ac2 | 2012-10-24 10:47:52 +0200 | [diff] [blame] | 19 | interrupt-parent = <&intc>; |
Benoit Cousson | 189892f | 2011-08-16 21:02:01 +0530 | [diff] [blame] | 20 | |
Rajendra Nayak | cf3c79d | 2011-12-14 17:25:46 +0530 | [diff] [blame] | 21 | aliases { |
Nishanth Menon | 20b8094 | 2013-10-16 15:21:03 -0500 | [diff] [blame^] | 22 | i2c0 = &i2c1; |
| 23 | i2c1 = &i2c2; |
| 24 | i2c2 = &i2c3; |
Rajendra Nayak | cf3c79d | 2011-12-14 17:25:46 +0530 | [diff] [blame] | 25 | serial0 = &uart1; |
| 26 | serial1 = &uart2; |
| 27 | serial2 = &uart3; |
Rajendra Nayak | cf3c79d | 2011-12-14 17:25:46 +0530 | [diff] [blame] | 28 | }; |
| 29 | |
Benoit Cousson | 476b679 | 2011-08-16 11:49:08 +0200 | [diff] [blame] | 30 | cpus { |
Lorenzo Pieralisi | eeb25fd | 2013-04-18 18:35:59 +0100 | [diff] [blame] | 31 | #address-cells = <1>; |
| 32 | #size-cells = <0>; |
| 33 | |
Benoit Cousson | 476b679 | 2011-08-16 11:49:08 +0200 | [diff] [blame] | 34 | cpu@0 { |
| 35 | compatible = "arm,cortex-a8"; |
Lorenzo Pieralisi | eeb25fd | 2013-04-18 18:35:59 +0100 | [diff] [blame] | 36 | device_type = "cpu"; |
| 37 | reg = <0x0>; |
Benoit Cousson | 476b679 | 2011-08-16 11:49:08 +0200 | [diff] [blame] | 38 | }; |
| 39 | }; |
| 40 | |
Jon Hunter | 9b07b47 | 2012-10-18 09:28:52 -0500 | [diff] [blame] | 41 | pmu { |
| 42 | compatible = "arm,cortex-a8-pmu"; |
| 43 | interrupts = <3>; |
| 44 | ti,hwmods = "debugss"; |
| 45 | }; |
| 46 | |
Benoit Cousson | 189892f | 2011-08-16 21:02:01 +0530 | [diff] [blame] | 47 | /* |
Christoph Fritz | 161e89a | 2013-03-29 17:32:05 +0100 | [diff] [blame] | 48 | * The soc node represents the soc top level view. It is used for IPs |
Benoit Cousson | 189892f | 2011-08-16 21:02:01 +0530 | [diff] [blame] | 49 | * that are not memory mapped in the MPU view or for the MPU itself. |
| 50 | */ |
| 51 | soc { |
| 52 | compatible = "ti,omap-infra"; |
Benoit Cousson | 476b679 | 2011-08-16 11:49:08 +0200 | [diff] [blame] | 53 | mpu { |
| 54 | compatible = "ti,omap3-mpu"; |
| 55 | ti,hwmods = "mpu"; |
| 56 | }; |
| 57 | |
| 58 | iva { |
| 59 | compatible = "ti,iva2.2"; |
| 60 | ti,hwmods = "iva"; |
| 61 | |
| 62 | dsp { |
| 63 | compatible = "ti,omap3-c64"; |
| 64 | }; |
| 65 | }; |
Benoit Cousson | 189892f | 2011-08-16 21:02:01 +0530 | [diff] [blame] | 66 | }; |
| 67 | |
| 68 | /* |
| 69 | * XXX: Use a flat representation of the OMAP3 interconnect. |
| 70 | * The real OMAP interconnect network is quite complex. |
| 71 | * Since that will not bring real advantage to represent that in DT for |
| 72 | * the moment, just use a fake OCP bus entry to represent the whole bus |
| 73 | * hierarchy. |
| 74 | */ |
| 75 | ocp { |
| 76 | compatible = "simple-bus"; |
| 77 | #address-cells = <1>; |
| 78 | #size-cells = <1>; |
| 79 | ranges; |
| 80 | ti,hwmods = "l3_main"; |
| 81 | |
Jon Hunter | 510c0ff | 2012-10-25 14:24:14 -0500 | [diff] [blame] | 82 | counter32k: counter@48320000 { |
| 83 | compatible = "ti,omap-counter32k"; |
| 84 | reg = <0x48320000 0x20>; |
| 85 | ti,hwmods = "counter_32k"; |
| 86 | }; |
| 87 | |
Benoit Cousson | d65c542 | 2011-11-30 19:26:42 +0100 | [diff] [blame] | 88 | intc: interrupt-controller@48200000 { |
| 89 | compatible = "ti,omap2-intc"; |
Benoit Cousson | 189892f | 2011-08-16 21:02:01 +0530 | [diff] [blame] | 90 | interrupt-controller; |
| 91 | #interrupt-cells = <1>; |
Benoit Cousson | d65c542 | 2011-11-30 19:26:42 +0100 | [diff] [blame] | 92 | ti,intc-size = <96>; |
| 93 | reg = <0x48200000 0x1000>; |
Benoit Cousson | 189892f | 2011-08-16 21:02:01 +0530 | [diff] [blame] | 94 | }; |
Rajendra Nayak | cf3c79d | 2011-12-14 17:25:46 +0530 | [diff] [blame] | 95 | |
Jon Hunter | 2c2dc54 | 2012-04-26 13:47:59 -0500 | [diff] [blame] | 96 | sdma: dma-controller@48056000 { |
| 97 | compatible = "ti,omap3630-sdma", "ti,omap3430-sdma"; |
| 98 | reg = <0x48056000 0x1000>; |
| 99 | interrupts = <12>, |
| 100 | <13>, |
| 101 | <14>, |
| 102 | <15>; |
| 103 | #dma-cells = <1>; |
| 104 | #dma-channels = <32>; |
| 105 | #dma-requests = <96>; |
| 106 | }; |
| 107 | |
Tony Lindgren | 679e331 | 2012-09-10 10:34:51 -0700 | [diff] [blame] | 108 | omap3_pmx_core: pinmux@48002030 { |
| 109 | compatible = "ti,omap3-padconf", "pinctrl-single"; |
| 110 | reg = <0x48002030 0x05cc>; |
| 111 | #address-cells = <1>; |
| 112 | #size-cells = <0>; |
| 113 | pinctrl-single,register-width = <16>; |
Christoph Fritz | 161e89a | 2013-03-29 17:32:05 +0100 | [diff] [blame] | 114 | pinctrl-single,function-mask = <0x7f1f>; |
Tony Lindgren | 679e331 | 2012-09-10 10:34:51 -0700 | [diff] [blame] | 115 | }; |
| 116 | |
Lee Jones | b731777 | 2013-07-22 11:52:34 +0100 | [diff] [blame] | 117 | omap3_pmx_wkup: pinmux@48002a00 { |
Tony Lindgren | 679e331 | 2012-09-10 10:34:51 -0700 | [diff] [blame] | 118 | compatible = "ti,omap3-padconf", "pinctrl-single"; |
Christoph Fritz | 161e89a | 2013-03-29 17:32:05 +0100 | [diff] [blame] | 119 | reg = <0x48002a00 0x5c>; |
Tony Lindgren | 679e331 | 2012-09-10 10:34:51 -0700 | [diff] [blame] | 120 | #address-cells = <1>; |
| 121 | #size-cells = <0>; |
| 122 | pinctrl-single,register-width = <16>; |
Christoph Fritz | 161e89a | 2013-03-29 17:32:05 +0100 | [diff] [blame] | 123 | pinctrl-single,function-mask = <0x7f1f>; |
Tony Lindgren | 679e331 | 2012-09-10 10:34:51 -0700 | [diff] [blame] | 124 | }; |
| 125 | |
Benoit Cousson | 385a64b | 2011-08-16 11:51:54 +0200 | [diff] [blame] | 126 | gpio1: gpio@48310000 { |
| 127 | compatible = "ti,omap3-gpio"; |
Jon Hunter | e299185 | 2013-03-07 16:02:31 -0600 | [diff] [blame] | 128 | reg = <0x48310000 0x200>; |
| 129 | interrupts = <29>; |
Benoit Cousson | 385a64b | 2011-08-16 11:51:54 +0200 | [diff] [blame] | 130 | ti,hwmods = "gpio1"; |
Jon Hunter | e4b9b9f | 2013-04-04 15:16:16 -0500 | [diff] [blame] | 131 | ti,gpio-always-on; |
Benoit Cousson | 385a64b | 2011-08-16 11:51:54 +0200 | [diff] [blame] | 132 | gpio-controller; |
| 133 | #gpio-cells = <2>; |
| 134 | interrupt-controller; |
Jon Hunter | ff5c905 | 2013-03-07 15:44:39 -0600 | [diff] [blame] | 135 | #interrupt-cells = <2>; |
Benoit Cousson | 385a64b | 2011-08-16 11:51:54 +0200 | [diff] [blame] | 136 | }; |
| 137 | |
| 138 | gpio2: gpio@49050000 { |
| 139 | compatible = "ti,omap3-gpio"; |
Jon Hunter | e299185 | 2013-03-07 16:02:31 -0600 | [diff] [blame] | 140 | reg = <0x49050000 0x200>; |
| 141 | interrupts = <30>; |
Benoit Cousson | 385a64b | 2011-08-16 11:51:54 +0200 | [diff] [blame] | 142 | ti,hwmods = "gpio2"; |
| 143 | gpio-controller; |
| 144 | #gpio-cells = <2>; |
| 145 | interrupt-controller; |
Jon Hunter | ff5c905 | 2013-03-07 15:44:39 -0600 | [diff] [blame] | 146 | #interrupt-cells = <2>; |
Benoit Cousson | 385a64b | 2011-08-16 11:51:54 +0200 | [diff] [blame] | 147 | }; |
| 148 | |
| 149 | gpio3: gpio@49052000 { |
| 150 | compatible = "ti,omap3-gpio"; |
Jon Hunter | e299185 | 2013-03-07 16:02:31 -0600 | [diff] [blame] | 151 | reg = <0x49052000 0x200>; |
| 152 | interrupts = <31>; |
Benoit Cousson | 385a64b | 2011-08-16 11:51:54 +0200 | [diff] [blame] | 153 | ti,hwmods = "gpio3"; |
| 154 | gpio-controller; |
| 155 | #gpio-cells = <2>; |
| 156 | interrupt-controller; |
Jon Hunter | ff5c905 | 2013-03-07 15:44:39 -0600 | [diff] [blame] | 157 | #interrupt-cells = <2>; |
Benoit Cousson | 385a64b | 2011-08-16 11:51:54 +0200 | [diff] [blame] | 158 | }; |
| 159 | |
| 160 | gpio4: gpio@49054000 { |
| 161 | compatible = "ti,omap3-gpio"; |
Jon Hunter | e299185 | 2013-03-07 16:02:31 -0600 | [diff] [blame] | 162 | reg = <0x49054000 0x200>; |
| 163 | interrupts = <32>; |
Benoit Cousson | 385a64b | 2011-08-16 11:51:54 +0200 | [diff] [blame] | 164 | ti,hwmods = "gpio4"; |
| 165 | gpio-controller; |
| 166 | #gpio-cells = <2>; |
| 167 | interrupt-controller; |
Jon Hunter | ff5c905 | 2013-03-07 15:44:39 -0600 | [diff] [blame] | 168 | #interrupt-cells = <2>; |
Benoit Cousson | 385a64b | 2011-08-16 11:51:54 +0200 | [diff] [blame] | 169 | }; |
| 170 | |
| 171 | gpio5: gpio@49056000 { |
| 172 | compatible = "ti,omap3-gpio"; |
Jon Hunter | e299185 | 2013-03-07 16:02:31 -0600 | [diff] [blame] | 173 | reg = <0x49056000 0x200>; |
| 174 | interrupts = <33>; |
Benoit Cousson | 385a64b | 2011-08-16 11:51:54 +0200 | [diff] [blame] | 175 | ti,hwmods = "gpio5"; |
| 176 | gpio-controller; |
| 177 | #gpio-cells = <2>; |
| 178 | interrupt-controller; |
Jon Hunter | ff5c905 | 2013-03-07 15:44:39 -0600 | [diff] [blame] | 179 | #interrupt-cells = <2>; |
Benoit Cousson | 385a64b | 2011-08-16 11:51:54 +0200 | [diff] [blame] | 180 | }; |
| 181 | |
| 182 | gpio6: gpio@49058000 { |
| 183 | compatible = "ti,omap3-gpio"; |
Jon Hunter | e299185 | 2013-03-07 16:02:31 -0600 | [diff] [blame] | 184 | reg = <0x49058000 0x200>; |
| 185 | interrupts = <34>; |
Benoit Cousson | 385a64b | 2011-08-16 11:51:54 +0200 | [diff] [blame] | 186 | ti,hwmods = "gpio6"; |
| 187 | gpio-controller; |
| 188 | #gpio-cells = <2>; |
| 189 | interrupt-controller; |
Jon Hunter | ff5c905 | 2013-03-07 15:44:39 -0600 | [diff] [blame] | 190 | #interrupt-cells = <2>; |
Benoit Cousson | 385a64b | 2011-08-16 11:51:54 +0200 | [diff] [blame] | 191 | }; |
| 192 | |
Benoit Cousson | 19bfb76 | 2012-02-16 11:55:27 +0100 | [diff] [blame] | 193 | uart1: serial@4806a000 { |
Rajendra Nayak | cf3c79d | 2011-12-14 17:25:46 +0530 | [diff] [blame] | 194 | compatible = "ti,omap3-uart"; |
| 195 | ti,hwmods = "uart1"; |
| 196 | clock-frequency = <48000000>; |
| 197 | }; |
| 198 | |
Benoit Cousson | 19bfb76 | 2012-02-16 11:55:27 +0100 | [diff] [blame] | 199 | uart2: serial@4806c000 { |
Rajendra Nayak | cf3c79d | 2011-12-14 17:25:46 +0530 | [diff] [blame] | 200 | compatible = "ti,omap3-uart"; |
| 201 | ti,hwmods = "uart2"; |
| 202 | clock-frequency = <48000000>; |
| 203 | }; |
| 204 | |
Benoit Cousson | 19bfb76 | 2012-02-16 11:55:27 +0100 | [diff] [blame] | 205 | uart3: serial@49020000 { |
Rajendra Nayak | cf3c79d | 2011-12-14 17:25:46 +0530 | [diff] [blame] | 206 | compatible = "ti,omap3-uart"; |
| 207 | ti,hwmods = "uart3"; |
| 208 | clock-frequency = <48000000>; |
| 209 | }; |
| 210 | |
Benoit Cousson | ca59a5c | 2011-08-30 16:50:24 +0200 | [diff] [blame] | 211 | i2c1: i2c@48070000 { |
| 212 | compatible = "ti,omap3-i2c"; |
| 213 | #address-cells = <1>; |
| 214 | #size-cells = <0>; |
| 215 | ti,hwmods = "i2c1"; |
| 216 | }; |
| 217 | |
| 218 | i2c2: i2c@48072000 { |
| 219 | compatible = "ti,omap3-i2c"; |
| 220 | #address-cells = <1>; |
| 221 | #size-cells = <0>; |
| 222 | ti,hwmods = "i2c2"; |
| 223 | }; |
| 224 | |
| 225 | i2c3: i2c@48060000 { |
| 226 | compatible = "ti,omap3-i2c"; |
| 227 | #address-cells = <1>; |
| 228 | #size-cells = <0>; |
| 229 | ti,hwmods = "i2c3"; |
| 230 | }; |
Benoit Cousson | fc72d24 | 2012-01-20 14:15:58 +0100 | [diff] [blame] | 231 | |
| 232 | mcspi1: spi@48098000 { |
| 233 | compatible = "ti,omap2-mcspi"; |
| 234 | #address-cells = <1>; |
| 235 | #size-cells = <0>; |
| 236 | ti,hwmods = "mcspi1"; |
| 237 | ti,spi-num-cs = <4>; |
Jon Hunter | 2c2dc54 | 2012-04-26 13:47:59 -0500 | [diff] [blame] | 238 | dmas = <&sdma 35>, |
| 239 | <&sdma 36>, |
| 240 | <&sdma 37>, |
| 241 | <&sdma 38>, |
| 242 | <&sdma 39>, |
| 243 | <&sdma 40>, |
| 244 | <&sdma 41>, |
| 245 | <&sdma 42>; |
| 246 | dma-names = "tx0", "rx0", "tx1", "rx1", |
| 247 | "tx2", "rx2", "tx3", "rx3"; |
Benoit Cousson | fc72d24 | 2012-01-20 14:15:58 +0100 | [diff] [blame] | 248 | }; |
| 249 | |
| 250 | mcspi2: spi@4809a000 { |
| 251 | compatible = "ti,omap2-mcspi"; |
| 252 | #address-cells = <1>; |
| 253 | #size-cells = <0>; |
| 254 | ti,hwmods = "mcspi2"; |
| 255 | ti,spi-num-cs = <2>; |
Jon Hunter | 2c2dc54 | 2012-04-26 13:47:59 -0500 | [diff] [blame] | 256 | dmas = <&sdma 43>, |
| 257 | <&sdma 44>, |
| 258 | <&sdma 45>, |
| 259 | <&sdma 46>; |
| 260 | dma-names = "tx0", "rx0", "tx1", "rx1"; |
Benoit Cousson | fc72d24 | 2012-01-20 14:15:58 +0100 | [diff] [blame] | 261 | }; |
| 262 | |
| 263 | mcspi3: spi@480b8000 { |
| 264 | compatible = "ti,omap2-mcspi"; |
| 265 | #address-cells = <1>; |
| 266 | #size-cells = <0>; |
| 267 | ti,hwmods = "mcspi3"; |
| 268 | ti,spi-num-cs = <2>; |
Jon Hunter | 2c2dc54 | 2012-04-26 13:47:59 -0500 | [diff] [blame] | 269 | dmas = <&sdma 15>, |
| 270 | <&sdma 16>, |
| 271 | <&sdma 23>, |
| 272 | <&sdma 24>; |
| 273 | dma-names = "tx0", "rx0", "tx1", "rx1"; |
Benoit Cousson | fc72d24 | 2012-01-20 14:15:58 +0100 | [diff] [blame] | 274 | }; |
| 275 | |
| 276 | mcspi4: spi@480ba000 { |
| 277 | compatible = "ti,omap2-mcspi"; |
| 278 | #address-cells = <1>; |
| 279 | #size-cells = <0>; |
| 280 | ti,hwmods = "mcspi4"; |
| 281 | ti,spi-num-cs = <1>; |
Jon Hunter | 2c2dc54 | 2012-04-26 13:47:59 -0500 | [diff] [blame] | 282 | dmas = <&sdma 70>, <&sdma 71>; |
| 283 | dma-names = "tx0", "rx0"; |
Benoit Cousson | fc72d24 | 2012-01-20 14:15:58 +0100 | [diff] [blame] | 284 | }; |
Rajendra Nayak | b3431f5 | 2012-02-22 17:42:27 +0530 | [diff] [blame] | 285 | |
| 286 | mmc1: mmc@4809c000 { |
| 287 | compatible = "ti,omap3-hsmmc"; |
| 288 | ti,hwmods = "mmc1"; |
| 289 | ti,dual-volt; |
Jon Hunter | 2c2dc54 | 2012-04-26 13:47:59 -0500 | [diff] [blame] | 290 | dmas = <&sdma 61>, <&sdma 62>; |
| 291 | dma-names = "tx", "rx"; |
Rajendra Nayak | b3431f5 | 2012-02-22 17:42:27 +0530 | [diff] [blame] | 292 | }; |
| 293 | |
| 294 | mmc2: mmc@480b4000 { |
| 295 | compatible = "ti,omap3-hsmmc"; |
| 296 | ti,hwmods = "mmc2"; |
Jon Hunter | 2c2dc54 | 2012-04-26 13:47:59 -0500 | [diff] [blame] | 297 | dmas = <&sdma 47>, <&sdma 48>; |
| 298 | dma-names = "tx", "rx"; |
Rajendra Nayak | b3431f5 | 2012-02-22 17:42:27 +0530 | [diff] [blame] | 299 | }; |
| 300 | |
| 301 | mmc3: mmc@480ad000 { |
| 302 | compatible = "ti,omap3-hsmmc"; |
| 303 | ti,hwmods = "mmc3"; |
Jon Hunter | 2c2dc54 | 2012-04-26 13:47:59 -0500 | [diff] [blame] | 304 | dmas = <&sdma 77>, <&sdma 78>; |
| 305 | dma-names = "tx", "rx"; |
Rajendra Nayak | b3431f5 | 2012-02-22 17:42:27 +0530 | [diff] [blame] | 306 | }; |
Xiao Jiang | 94c3073 | 2012-06-01 12:44:14 +0800 | [diff] [blame] | 307 | |
| 308 | wdt2: wdt@48314000 { |
| 309 | compatible = "ti,omap3-wdt"; |
| 310 | ti,hwmods = "wd_timer2"; |
| 311 | }; |
Peter Ujfalusi | 0be484b | 2012-09-05 14:21:22 +0300 | [diff] [blame] | 312 | |
| 313 | mcbsp1: mcbsp@48074000 { |
| 314 | compatible = "ti,omap3-mcbsp"; |
| 315 | reg = <0x48074000 0xff>; |
| 316 | reg-names = "mpu"; |
| 317 | interrupts = <16>, /* OCP compliant interrupt */ |
| 318 | <59>, /* TX interrupt */ |
| 319 | <60>; /* RX interrupt */ |
| 320 | interrupt-names = "common", "tx", "rx"; |
Peter Ujfalusi | 0be484b | 2012-09-05 14:21:22 +0300 | [diff] [blame] | 321 | ti,buffer-size = <128>; |
| 322 | ti,hwmods = "mcbsp1"; |
Sebastien Guiriec | 4e4ead7 | 2013-03-11 08:50:21 +0100 | [diff] [blame] | 323 | dmas = <&sdma 31>, |
| 324 | <&sdma 32>; |
| 325 | dma-names = "tx", "rx"; |
Peter Ujfalusi | 0be484b | 2012-09-05 14:21:22 +0300 | [diff] [blame] | 326 | }; |
| 327 | |
| 328 | mcbsp2: mcbsp@49022000 { |
| 329 | compatible = "ti,omap3-mcbsp"; |
| 330 | reg = <0x49022000 0xff>, |
| 331 | <0x49028000 0xff>; |
| 332 | reg-names = "mpu", "sidetone"; |
| 333 | interrupts = <17>, /* OCP compliant interrupt */ |
| 334 | <62>, /* TX interrupt */ |
| 335 | <63>, /* RX interrupt */ |
| 336 | <4>; /* Sidetone */ |
| 337 | interrupt-names = "common", "tx", "rx", "sidetone"; |
Peter Ujfalusi | 0be484b | 2012-09-05 14:21:22 +0300 | [diff] [blame] | 338 | ti,buffer-size = <1280>; |
Peter Ujfalusi | eef6fca | 2012-10-18 11:25:07 +0200 | [diff] [blame] | 339 | ti,hwmods = "mcbsp2", "mcbsp2_sidetone"; |
Sebastien Guiriec | 4e4ead7 | 2013-03-11 08:50:21 +0100 | [diff] [blame] | 340 | dmas = <&sdma 33>, |
| 341 | <&sdma 34>; |
| 342 | dma-names = "tx", "rx"; |
Peter Ujfalusi | 0be484b | 2012-09-05 14:21:22 +0300 | [diff] [blame] | 343 | }; |
| 344 | |
| 345 | mcbsp3: mcbsp@49024000 { |
| 346 | compatible = "ti,omap3-mcbsp"; |
| 347 | reg = <0x49024000 0xff>, |
| 348 | <0x4902a000 0xff>; |
| 349 | reg-names = "mpu", "sidetone"; |
| 350 | interrupts = <22>, /* OCP compliant interrupt */ |
| 351 | <89>, /* TX interrupt */ |
| 352 | <90>, /* RX interrupt */ |
| 353 | <5>; /* Sidetone */ |
| 354 | interrupt-names = "common", "tx", "rx", "sidetone"; |
Peter Ujfalusi | 0be484b | 2012-09-05 14:21:22 +0300 | [diff] [blame] | 355 | ti,buffer-size = <128>; |
Peter Ujfalusi | eef6fca | 2012-10-18 11:25:07 +0200 | [diff] [blame] | 356 | ti,hwmods = "mcbsp3", "mcbsp3_sidetone"; |
Sebastien Guiriec | 4e4ead7 | 2013-03-11 08:50:21 +0100 | [diff] [blame] | 357 | dmas = <&sdma 17>, |
| 358 | <&sdma 18>; |
| 359 | dma-names = "tx", "rx"; |
Peter Ujfalusi | 0be484b | 2012-09-05 14:21:22 +0300 | [diff] [blame] | 360 | }; |
| 361 | |
| 362 | mcbsp4: mcbsp@49026000 { |
| 363 | compatible = "ti,omap3-mcbsp"; |
| 364 | reg = <0x49026000 0xff>; |
| 365 | reg-names = "mpu"; |
| 366 | interrupts = <23>, /* OCP compliant interrupt */ |
| 367 | <54>, /* TX interrupt */ |
| 368 | <55>; /* RX interrupt */ |
| 369 | interrupt-names = "common", "tx", "rx"; |
Peter Ujfalusi | 0be484b | 2012-09-05 14:21:22 +0300 | [diff] [blame] | 370 | ti,buffer-size = <128>; |
| 371 | ti,hwmods = "mcbsp4"; |
Sebastien Guiriec | 4e4ead7 | 2013-03-11 08:50:21 +0100 | [diff] [blame] | 372 | dmas = <&sdma 19>, |
| 373 | <&sdma 20>; |
| 374 | dma-names = "tx", "rx"; |
Peter Ujfalusi | 0be484b | 2012-09-05 14:21:22 +0300 | [diff] [blame] | 375 | }; |
| 376 | |
| 377 | mcbsp5: mcbsp@48096000 { |
| 378 | compatible = "ti,omap3-mcbsp"; |
| 379 | reg = <0x48096000 0xff>; |
| 380 | reg-names = "mpu"; |
| 381 | interrupts = <27>, /* OCP compliant interrupt */ |
| 382 | <81>, /* TX interrupt */ |
| 383 | <82>; /* RX interrupt */ |
| 384 | interrupt-names = "common", "tx", "rx"; |
Peter Ujfalusi | 0be484b | 2012-09-05 14:21:22 +0300 | [diff] [blame] | 385 | ti,buffer-size = <128>; |
| 386 | ti,hwmods = "mcbsp5"; |
Sebastien Guiriec | 4e4ead7 | 2013-03-11 08:50:21 +0100 | [diff] [blame] | 387 | dmas = <&sdma 21>, |
| 388 | <&sdma 22>; |
| 389 | dma-names = "tx", "rx"; |
Peter Ujfalusi | 0be484b | 2012-09-05 14:21:22 +0300 | [diff] [blame] | 390 | }; |
Jon Hunter | fab8ad0 | 2012-10-19 09:59:00 -0500 | [diff] [blame] | 391 | |
| 392 | timer1: timer@48318000 { |
Jon Hunter | 002e1ec | 2013-03-19 12:38:18 -0500 | [diff] [blame] | 393 | compatible = "ti,omap3430-timer"; |
Jon Hunter | fab8ad0 | 2012-10-19 09:59:00 -0500 | [diff] [blame] | 394 | reg = <0x48318000 0x400>; |
| 395 | interrupts = <37>; |
| 396 | ti,hwmods = "timer1"; |
| 397 | ti,timer-alwon; |
| 398 | }; |
| 399 | |
| 400 | timer2: timer@49032000 { |
Jon Hunter | 002e1ec | 2013-03-19 12:38:18 -0500 | [diff] [blame] | 401 | compatible = "ti,omap3430-timer"; |
Jon Hunter | fab8ad0 | 2012-10-19 09:59:00 -0500 | [diff] [blame] | 402 | reg = <0x49032000 0x400>; |
| 403 | interrupts = <38>; |
| 404 | ti,hwmods = "timer2"; |
| 405 | }; |
| 406 | |
| 407 | timer3: timer@49034000 { |
Jon Hunter | 002e1ec | 2013-03-19 12:38:18 -0500 | [diff] [blame] | 408 | compatible = "ti,omap3430-timer"; |
Jon Hunter | fab8ad0 | 2012-10-19 09:59:00 -0500 | [diff] [blame] | 409 | reg = <0x49034000 0x400>; |
| 410 | interrupts = <39>; |
| 411 | ti,hwmods = "timer3"; |
| 412 | }; |
| 413 | |
| 414 | timer4: timer@49036000 { |
Jon Hunter | 002e1ec | 2013-03-19 12:38:18 -0500 | [diff] [blame] | 415 | compatible = "ti,omap3430-timer"; |
Jon Hunter | fab8ad0 | 2012-10-19 09:59:00 -0500 | [diff] [blame] | 416 | reg = <0x49036000 0x400>; |
| 417 | interrupts = <40>; |
| 418 | ti,hwmods = "timer4"; |
| 419 | }; |
| 420 | |
| 421 | timer5: timer@49038000 { |
Jon Hunter | 002e1ec | 2013-03-19 12:38:18 -0500 | [diff] [blame] | 422 | compatible = "ti,omap3430-timer"; |
Jon Hunter | fab8ad0 | 2012-10-19 09:59:00 -0500 | [diff] [blame] | 423 | reg = <0x49038000 0x400>; |
| 424 | interrupts = <41>; |
| 425 | ti,hwmods = "timer5"; |
| 426 | ti,timer-dsp; |
| 427 | }; |
| 428 | |
| 429 | timer6: timer@4903a000 { |
Jon Hunter | 002e1ec | 2013-03-19 12:38:18 -0500 | [diff] [blame] | 430 | compatible = "ti,omap3430-timer"; |
Jon Hunter | fab8ad0 | 2012-10-19 09:59:00 -0500 | [diff] [blame] | 431 | reg = <0x4903a000 0x400>; |
| 432 | interrupts = <42>; |
| 433 | ti,hwmods = "timer6"; |
| 434 | ti,timer-dsp; |
| 435 | }; |
| 436 | |
| 437 | timer7: timer@4903c000 { |
Jon Hunter | 002e1ec | 2013-03-19 12:38:18 -0500 | [diff] [blame] | 438 | compatible = "ti,omap3430-timer"; |
Jon Hunter | fab8ad0 | 2012-10-19 09:59:00 -0500 | [diff] [blame] | 439 | reg = <0x4903c000 0x400>; |
| 440 | interrupts = <43>; |
| 441 | ti,hwmods = "timer7"; |
| 442 | ti,timer-dsp; |
| 443 | }; |
| 444 | |
| 445 | timer8: timer@4903e000 { |
Jon Hunter | 002e1ec | 2013-03-19 12:38:18 -0500 | [diff] [blame] | 446 | compatible = "ti,omap3430-timer"; |
Jon Hunter | fab8ad0 | 2012-10-19 09:59:00 -0500 | [diff] [blame] | 447 | reg = <0x4903e000 0x400>; |
| 448 | interrupts = <44>; |
| 449 | ti,hwmods = "timer8"; |
| 450 | ti,timer-pwm; |
| 451 | ti,timer-dsp; |
| 452 | }; |
| 453 | |
| 454 | timer9: timer@49040000 { |
Jon Hunter | 002e1ec | 2013-03-19 12:38:18 -0500 | [diff] [blame] | 455 | compatible = "ti,omap3430-timer"; |
Jon Hunter | fab8ad0 | 2012-10-19 09:59:00 -0500 | [diff] [blame] | 456 | reg = <0x49040000 0x400>; |
| 457 | interrupts = <45>; |
| 458 | ti,hwmods = "timer9"; |
| 459 | ti,timer-pwm; |
| 460 | }; |
| 461 | |
| 462 | timer10: timer@48086000 { |
Jon Hunter | 002e1ec | 2013-03-19 12:38:18 -0500 | [diff] [blame] | 463 | compatible = "ti,omap3430-timer"; |
Jon Hunter | fab8ad0 | 2012-10-19 09:59:00 -0500 | [diff] [blame] | 464 | reg = <0x48086000 0x400>; |
| 465 | interrupts = <46>; |
| 466 | ti,hwmods = "timer10"; |
| 467 | ti,timer-pwm; |
| 468 | }; |
| 469 | |
| 470 | timer11: timer@48088000 { |
Jon Hunter | 002e1ec | 2013-03-19 12:38:18 -0500 | [diff] [blame] | 471 | compatible = "ti,omap3430-timer"; |
Jon Hunter | fab8ad0 | 2012-10-19 09:59:00 -0500 | [diff] [blame] | 472 | reg = <0x48088000 0x400>; |
| 473 | interrupts = <47>; |
| 474 | ti,hwmods = "timer11"; |
| 475 | ti,timer-pwm; |
| 476 | }; |
| 477 | |
| 478 | timer12: timer@48304000 { |
Jon Hunter | 002e1ec | 2013-03-19 12:38:18 -0500 | [diff] [blame] | 479 | compatible = "ti,omap3430-timer"; |
Jon Hunter | fab8ad0 | 2012-10-19 09:59:00 -0500 | [diff] [blame] | 480 | reg = <0x48304000 0x400>; |
| 481 | interrupts = <95>; |
| 482 | ti,hwmods = "timer12"; |
| 483 | ti,timer-alwon; |
| 484 | ti,timer-secure; |
| 485 | }; |
Roger Quadros | af3eb36 | 2013-03-20 17:44:59 +0200 | [diff] [blame] | 486 | |
| 487 | usbhstll: usbhstll@48062000 { |
| 488 | compatible = "ti,usbhs-tll"; |
| 489 | reg = <0x48062000 0x1000>; |
| 490 | interrupts = <78>; |
| 491 | ti,hwmods = "usb_tll_hs"; |
| 492 | }; |
| 493 | |
| 494 | usbhshost: usbhshost@48064000 { |
| 495 | compatible = "ti,usbhs-host"; |
| 496 | reg = <0x48064000 0x400>; |
| 497 | ti,hwmods = "usb_host_hs"; |
| 498 | #address-cells = <1>; |
| 499 | #size-cells = <1>; |
| 500 | ranges; |
| 501 | |
| 502 | usbhsohci: ohci@48064400 { |
| 503 | compatible = "ti,ohci-omap3", "usb-ohci"; |
| 504 | reg = <0x48064400 0x400>; |
| 505 | interrupt-parent = <&intc>; |
| 506 | interrupts = <76>; |
| 507 | }; |
| 508 | |
| 509 | usbhsehci: ehci@48064800 { |
| 510 | compatible = "ti,ehci-omap", "usb-ehci"; |
| 511 | reg = <0x48064800 0x400>; |
| 512 | interrupt-parent = <&intc>; |
| 513 | interrupts = <77>; |
| 514 | }; |
| 515 | }; |
| 516 | |
Florian Vaussard | 6e8489d | 2013-01-28 18:54:07 +0100 | [diff] [blame] | 517 | gpmc: gpmc@6e000000 { |
| 518 | compatible = "ti,omap3430-gpmc"; |
| 519 | ti,hwmods = "gpmc"; |
Javier Martinez Canillas | 41644e7 | 2013-02-27 02:30:51 +0100 | [diff] [blame] | 520 | reg = <0x6e000000 0x02d0>; |
Florian Vaussard | 6e8489d | 2013-01-28 18:54:07 +0100 | [diff] [blame] | 521 | interrupts = <20>; |
| 522 | gpmc,num-cs = <8>; |
| 523 | gpmc,num-waitpins = <4>; |
| 524 | #address-cells = <2>; |
| 525 | #size-cells = <1>; |
| 526 | }; |
Kishon Vijay Abraham I | ad871c1 | 2013-03-07 19:05:16 +0530 | [diff] [blame] | 527 | |
| 528 | usb_otg_hs: usb_otg_hs@480ab000 { |
| 529 | compatible = "ti,omap3-musb"; |
| 530 | reg = <0x480ab000 0x1000>; |
Tony Lindgren | 304e71e | 2013-05-14 20:28:15 -0700 | [diff] [blame] | 531 | interrupts = <92>, <93>; |
Kishon Vijay Abraham I | ad871c1 | 2013-03-07 19:05:16 +0530 | [diff] [blame] | 532 | interrupt-names = "mc", "dma"; |
| 533 | ti,hwmods = "usb_otg_hs"; |
Kishon Vijay Abraham I | ad871c1 | 2013-03-07 19:05:16 +0530 | [diff] [blame] | 534 | multipoint = <1>; |
| 535 | num-eps = <16>; |
| 536 | ram-bits = <12>; |
| 537 | }; |
Benoit Cousson | 189892f | 2011-08-16 21:02:01 +0530 | [diff] [blame] | 538 | }; |
| 539 | }; |