Commit 535462c2 authored by Marek Behún's avatar Marek Behún Committed by Gregory CLEMENT

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: default avatarMarek Behún <marek.behun@nic.cz>
Cc: Gregory Clement <gregory.clement@bootlin.com>
Cc: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 5f9e832c
...@@ -419,6 +419,13 @@ crypto: crypto@90000 { ...@@ -419,6 +419,13 @@ crypto: crypto@90000 {
clocks = <&nb_periph_clk 15>; clocks = <&nb_periph_clk 15>;
}; };
rwtm: mailbox@b0000 {
compatible = "marvell,armada-3700-rwtm-mailbox";
reg = <0xb0000 0x100>;
interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
#mbox-cells = <1>;
};
sdhci1: sdhci@d0000 { sdhci1: sdhci@d0000 {
compatible = "marvell,armada-3700-sdhci", compatible = "marvell,armada-3700-sdhci",
"marvell,sdhci-xenon"; "marvell,sdhci-xenon";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment