ARM: dts: AM33xx: Add mailbox node
authorSuman Anna <s-anna@ti.com>
Fri, 11 Jul 2014 21:44:36 +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 AM33xx device.
The mailbox IP in AM33xx is similar to the version found in
OMAP4+ devices.

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

index 4a4e02d0ce9e408b16b3c1bb57222fad963a2766..3a0a161342bafb7299b08ca9a80391f0edb47382 100644 (file)
                        status = "disabled";
                };
 
+               mailbox: mailbox@480C8000 {
+                       compatible = "ti,omap4-mailbox";
+                       reg = <0x480C8000 0x200>;
+                       interrupts = <77>;
+                       ti,hwmods = "mailbox";
+                       ti,mbox-num-users = <4>;
+                       ti,mbox-num-fifos = <8>;
+               };
+
                timer1: timer@44e31000 {
                        compatible = "ti,am335x-timer-1ms";
                        reg = <0x44e31000 0x400>;
This page took 0.026022 seconds and 5 git commands to generate.