ARM: dts: AM33xx: Add the wkup_m3_ipc node
authorSuman Anna <s-anna@ti.com>
Fri, 17 Jul 2015 21:08:03 +0000 (16:08 -0500)
committerTony Lindgren <tony@atomide.com>
Wed, 5 Aug 2015 10:29:25 +0000 (03:29 -0700)
Add the Wakeup M3 IPC node for the wkup_m3_ipc driver on AM33xx SoCs.
This node uses the IPC registers, part of the Control Module, and is
therefore added as a child of the scm node.

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

index 4c1b4a8e3da6db48232cc38831466d4430f1d606..01a2d9405058f55a217a4f69266b04e73ae604e2 100644 (file)
                                        };
                                };
 
+                               wkup_m3_ipc: wkup_m3_ipc@1324 {
+                                       compatible = "ti,am3352-wkup-m3-ipc";
+                                       reg = <0x1324 0x24>;
+                                       interrupts = <78>;
+                                       ti,rproc = <&wkup_m3>;
+                                       mboxes = <&mailbox &mbox_wkupm3>;
+                               };
+
                                scm_clockdomains: clockdomains {
                                };
                        };
This page took 0.039252 seconds and 5 git commands to generate.