summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am33xx.dtsi
diff options
context:
space:
mode:
authorSuman Anna2015-07-17 23:08:03 +0200
committerTony Lindgren2015-08-05 12:29:25 +0200
commit99937129075a907a5e4ba52cf0ebdbde9ff6be15 (patch)
tree3d56b236da02da98ed952409c56024ca78879ea6 /arch/arm/boot/dts/am33xx.dtsi
parentARM: dts: dra7: Add scm_conf@1c04 node (diff)
downloadkernel-qcow2-linux-99937129075a907a5e4ba52cf0ebdbde9ff6be15.tar.gz
kernel-qcow2-linux-99937129075a907a5e4ba52cf0ebdbde9ff6be15.tar.xz
kernel-qcow2-linux-99937129075a907a5e4ba52cf0ebdbde9ff6be15.zip
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: Suman Anna <s-anna@ti.com> Signed-off-by: Dave Gerlach <d-gerlach@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am33xx.dtsi')
-rw-r--r--arch/arm/boot/dts/am33xx.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 4c1b4a8e3da6..01a2d9405058 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -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 {
};
};