diff options
author | Duc Dang <dhdang@apm.com> | 2016-02-26 01:30:05 +0300 |
---|---|---|
committer | Duc Dang <dhdang@apm.com> | 2016-02-26 04:14:03 +0300 |
commit | e99fe226615bc7943d79f5bfd3f2e0a20bc1832c (patch) | |
tree | ca746c3c97ec2a71c318b736f58c42c65609629e /arch | |
parent | 778b5cbc0dd68c60149eca9dad4e6b2417583ed2 (diff) | |
download | linux-e99fe226615bc7943d79f5bfd3f2e0a20bc1832c.tar.xz |
arm64: dts: apm: Mailbox device tree node for APM X-Gene v2 platform.
Add mailbox device tree node for APM X-Gene v2 platform.
Signed-off-by: Duc Dang <dhdang@apm.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/apm/apm-shadowcat.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi b/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi index 66b394220b69..46fe1e673190 100644 --- a/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi +++ b/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi @@ -453,6 +453,20 @@ }; }; + mailbox: mailbox@10540000 { + compatible = "apm,xgene-slimpro-mbox"; + reg = <0x0 0x10540000 0x0 0x8000>; + #mbox-cells = <1>; + interrupts = <0x0 0x0 0x4 + 0x0 0x1 0x4 + 0x0 0x2 0x4 + 0x0 0x3 0x4 + 0x0 0x4 0x4 + 0x0 0x5 0x4 + 0x0 0x6 0x4 + 0x0 0x7 0x4>; + }; + serial0: serial@10600000 { device_type = "serial"; compatible = "ns16550"; |