diff options
author | Suman Anna <s-anna@ti.com> | 2014-07-11 17:44:36 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-07-15 08:08:56 -0400 |
commit | 402423019a098fee735143d90dc487efc25d4b85 (patch) | |
tree | a337c082f1fe0aa005e17fbfdb6060171fb79cfd | |
parent | 8ebc30dd504c41c6c01eca42486ea6d64fd75f06 (diff) |
ARM: dts: AM33xx: Add mailbox node
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>
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 4a4e02d0ce9e..3a0a161342ba 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi | |||
@@ -347,6 +347,15 @@ | |||
347 | status = "disabled"; | 347 | status = "disabled"; |
348 | }; | 348 | }; |
349 | 349 | ||
350 | mailbox: mailbox@480C8000 { | ||
351 | compatible = "ti,omap4-mailbox"; | ||
352 | reg = <0x480C8000 0x200>; | ||
353 | interrupts = <77>; | ||
354 | ti,hwmods = "mailbox"; | ||
355 | ti,mbox-num-users = <4>; | ||
356 | ti,mbox-num-fifos = <8>; | ||
357 | }; | ||
358 | |||
350 | timer1: timer@44e31000 { | 359 | timer1: timer@44e31000 { |
351 | compatible = "ti,am335x-timer-1ms"; | 360 | compatible = "ti,am335x-timer-1ms"; |
352 | reg = <0x44e31000 0x400>; | 361 | reg = <0x44e31000 0x400>; |