Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86073570 authored by Leo Yan's avatar Leo Yan Committed by Wei Xu
Browse files

arm64: dts: add mailbox node for Hi6220



This patch add device mailbox node for Hi6220 in DT.

Signed-off-by: default avatarLeo Yan <leo.yan@linaro.org>
Acked-by: default avatarJassi Brar <jassisinghbrar@gmail.com>
Signed-off-by: default avatarWei Xu <xuwei5@hisilicon.com>
parent b4b31a7c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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>;
		};
	};
};