From: Marek BehĂșn Date: Mon, 12 Aug 2019 16:30:03 +0000 (+0200) Subject: arm64: dts: marvell: armada-37xx: add mailbox node X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=535462c244f954eb96b95dc186db7360f7e6a471;p=linux.git arm64: dts: marvell: armada-37xx: add mailbox node This adds the rWTM BIU mailbox node for communication with the secure processor. The driver already exists in drivers/mailbox/armada-37xx-rwtm-mailbox.c. Signed-off-by: Marek BehĂșn Cc: Gregory Clement Cc: Miquel Raynal Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi index f43c43168b002..7f69e3dfcb13a 100644 --- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi @@ -419,6 +419,13 @@ clocks = <&nb_periph_clk 15>; }; + rwtm: mailbox@b0000 { + compatible = "marvell,armada-3700-rwtm-mailbox"; + reg = <0xb0000 0x100>; + interrupts = ; + #mbox-cells = <1>; + }; + sdhci1: sdhci@d0000 { compatible = "marvell,armada-3700-sdhci", "marvell,sdhci-xenon";