diff mbox series

[v1,3/3] arm64: dts: marvell: armada-37xx: add mailbox node

Message ID 20181217153706.25873-3-marek.behun@nic.cz
State New
Headers show
Series [v1,1/3] mailbox: Add support for Armada 37xx rWTM mailbox | expand

Commit Message

Marek BehĂșn Dec. 17, 2018, 3:37 p.m. UTC
This adds the rWTM BIU mailbox node for communication with the secure
processor.

Signed-off-by: Marek BehĂșn <marek.behun@nic.cz>
---
 arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
index 4472bcd8f9fb..c4c578f7d5e1 100644
--- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
@@ -334,6 +334,13 @@ 
 				clocks = <&nb_periph_clk 15>;
 			};
 
+			rwtm: mailbox@b0000 {
+				compatible = "marvell,armada-37xx-rwtm-mailbox";
+				reg = <0xb0000 0x100>;
+				interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
+				#mbox-cells = <1>;
+			};
+
 			sdhci1: sdhci@d0000 {
 				compatible = "marvell,armada-3700-sdhci",
 					     "marvell,sdhci-xenon";