aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap4.dtsi
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2012-07-26 10:13:21 -0400
committerBenoit Cousson <b-cousson@ti.com>2012-09-07 13:22:53 -0400
commit2995a10002e20b5acfbaf9553ca1f22d9575f032 (patch)
tree4031aa28e8e29c7634c465b45bf3779e19712a5a /arch/arm/boot/dts/omap4.dtsi
parent0be484bf4d0e9a78520b9e576de03de89e9d5882 (diff)
ARM: dts: omap4: Add McBSP entries
Create the sections describing the McBSP ports to be able to use them via DT. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4.dtsi')
-rw-r--r--arch/arm/boot/dts/omap4.dtsi47
1 files changed, 47 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
index 1853dc73085b..5ed3b944965b 100644
--- a/arch/arm/boot/dts/omap4.dtsi
+++ b/arch/arm/boot/dts/omap4.dtsi
@@ -287,6 +287,53 @@
287 ti,hwmods = "dmic"; 287 ti,hwmods = "dmic";
288 }; 288 };
289 289
290 mcbsp1: mcbsp@40122000 {
291 compatible = "ti,omap4-mcbsp";
292 reg = <0x40122000 0xff>, /* MPU private access */
293 <0x49022000 0xff>; /* L3 Interconnect */
294 reg-names = "mpu", "dma";
295 interrupts = <0 17 0x4>;
296 interrupt-names = "common";
297 interrupt-parent = <&gic>;
298 ti,buffer-size = <128>;
299 ti,hwmods = "mcbsp1";
300 };
301
302 mcbsp2: mcbsp@40124000 {
303 compatible = "ti,omap4-mcbsp";
304 reg = <0x40124000 0xff>, /* MPU private access */
305 <0x49024000 0xff>; /* L3 Interconnect */
306 reg-names = "mpu", "dma";
307 interrupts = <0 22 0x4>;
308 interrupt-names = "common";
309 interrupt-parent = <&gic>;
310 ti,buffer-size = <128>;
311 ti,hwmods = "mcbsp2";
312 };
313
314 mcbsp3: mcbsp@40126000 {
315 compatible = "ti,omap4-mcbsp";
316 reg = <0x40126000 0xff>, /* MPU private access */
317 <0x49026000 0xff>; /* L3 Interconnect */
318 reg-names = "mpu", "dma";
319 interrupts = <0 23 0x4>;
320 interrupt-names = "common";
321 interrupt-parent = <&gic>;
322 ti,buffer-size = <128>;
323 ti,hwmods = "mcbsp3";
324 };
325
326 mcbsp4: mcbsp@48096000 {
327 compatible = "ti,omap4-mcbsp";
328 reg = <0x48096000 0xff>; /* L4 Interconnect */
329 reg-names = "mpu";
330 interrupts = <0 16 0x4>;
331 interrupt-names = "common";
332 interrupt-parent = <&gic>;
333 ti,buffer-size = <128>;
334 ti,hwmods = "mcbsp4";
335 };
336
290 keypad: keypad@4a31c000 { 337 keypad: keypad@4a31c000 {
291 compatible = "ti,omap4-keypad"; 338 compatible = "ti,omap4-keypad";
292 ti,hwmods = "kbd"; 339 ti,hwmods = "kbd";