diff options
author | Suman Anna <s-anna@ti.com> | 2015-07-17 16:08:04 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-08-05 03:29:51 -0700 |
commit | c9ab94dfd2baf391f724d5dc28fcd8f71f7f311b (patch) | |
tree | 6bb45c8ff5aaff70001b609eacecde8b57afd6c6 /arch/arm/boot | |
parent | 99937129075a907a5e4ba52cf0ebdbde9ff6be15 (diff) |
ARM: dts: AM4372: Add the wkup_m3_ipc node
Add the Wakeup M3 IPC device node for the wkup_m3_ipc driver on
AM4372 SoC. 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')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index cfc6423cc376..86a1454f5647 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -141,6 +141,14 @@ }; }; + wkup_m3_ipc: wkup_m3_ipc@1324 { + compatible = "ti,am4372-wkup-m3-ipc"; + reg = <0x1324 0x44>; + interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>; + ti,rproc = <&wkup_m3>; + mboxes = <&mailbox &mbox_wkupm3>; + }; + scm_clockdomains: clockdomains { }; }; |