diff options
author | Leo Yan <[email protected]> | 2016-04-13 07:55:46 +0800 |
---|---|---|
committer | Wei Xu <[email protected]> | 2016-04-15 16:21:58 +0100 |
commit | 8607357016f6b643787727cf35ecdcfb49c3cf23 (patch) | |
tree | 43b14e80fb95c6945b10302b3c619a3dd1a4da64 | |
parent | b4b31a7cd797dcadba32a2f283923aec7583462e (diff) |
arm64: dts: add mailbox node for Hi6220
This patch add device mailbox node for Hi6220 in DT.
Signed-off-by: Leo Yan <[email protected]>
Acked-by: Jassi Brar <[email protected]>
Signed-off-by: Wei Xu <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi index 4d1d31f45d38..d71c51ff2f83 100644 --- a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi @@ -647,5 +647,13 @@ g-tx-fifo-size = <128 128 128 128 128 128>; interrupts = <0 77 0x4>; }; + + mailbox: mailbox@f7510000 { + compatible = "hisilicon,hi6220-mbox"; + reg = <0x0 0xf7510000 0x0 0x1000>, /* IPC_S */ + <0x0 0x06dff800 0x0 0x0800>; /* Mailbox buffer */ + interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>; + #mbox-cells = <3>; + }; }; }; |