]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
dt-bindings: mailbox: Document armada-3700-rwtm-mailbox binding
authorMarek Behun <marek.behun@nic.cz>
Sun, 31 Mar 2019 03:15:32 +0000 (05:15 +0200)
committerJassi Brar <jaswinder.singh@linaro.org>
Thu, 9 May 2019 05:41:00 +0000 (00:41 -0500)
This adds device tree binding documentation for the rWTM BIU mailbox
driver on the Armada 37xx SOC (EspressoBin, Turris Mox).

Signed-off-by: Marek Behun <marek.behun@nic.cz>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Documentation/devicetree/bindings/mailbox/marvell,armada-3700-rwtm-mailbox.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/mailbox/marvell,armada-3700-rwtm-mailbox.txt b/Documentation/devicetree/bindings/mailbox/marvell,armada-3700-rwtm-mailbox.txt
new file mode 100644 (file)
index 0000000..282ab81
--- /dev/null
@@ -0,0 +1,16 @@
+* rWTM BIU Mailbox driver for Armada 37xx
+
+Required properties:
+- compatible:  must be "marvell,armada-3700-rwtm-mailbox"
+- reg:         physical base address of the mailbox and length of memory mapped
+               region
+- interrupts:  the IRQ line for the mailbox
+- #mbox-cells: must be 1
+
+Example:
+       rwtm: mailbox@b0000 {
+               compatible = "marvell,armada-3700-rwtm-mailbox";
+               reg = <0xb0000 0x100>;
+               interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
+               #mbox-cells = <1>;
+       };