Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99937129 authored by Suman Anna's avatar Suman Anna Committed by Tony Lindgren
Browse files

ARM: dts: AM33xx: Add the wkup_m3_ipc node



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: default avatarSuman Anna <s-anna@ti.com>
Signed-off-by: default avatarDave Gerlach <d-gerlach@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 33cb3a13
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -153,6 +153,14 @@
					};
					};
				};
				};


				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 {
				scm_clockdomains: clockdomains {
				};
				};
			};
			};