]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: OMAP4: Add mailbox node
authorSuman Anna <s-anna@ti.com>
Fri, 11 Jul 2014 21:44:35 +0000 (16:44 -0500)
committerTony Lindgren <tony@atomide.com>
Tue, 15 Jul 2014 12:08:56 +0000 (05:08 -0700)
The mailbox DT node data has been added for OMAP44xx
devices.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap4.dtsi

index 7e26d222bfe30903ed2cacd1f867b753137faf57..69408b53200d5aa88a603962452190ea43e02858 100644 (file)
                        };
                };
 
+               mailbox: mailbox@4a0f4000 {
+                       compatible = "ti,omap4-mailbox";
+                       reg = <0x4a0f4000 0x200>;
+                       interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
+                       ti,hwmods = "mailbox";
+                       ti,mbox-num-users = <3>;
+                       ti,mbox-num-fifos = <8>;
+               };
+
                timer1: timer@4a318000 {
                        compatible = "ti,omap3430-timer";
                        reg = <0x4a318000 0x80>;