0001 * rWTM BIU Mailbox driver for Armada 37xx
0002
0003 Required properties:
0004 - compatible: must be "marvell,armada-3700-rwtm-mailbox"
0005 - reg: physical base address of the mailbox and length of memory mapped
0006 region
0007 - interrupts: the IRQ line for the mailbox
0008 - #mbox-cells: must be 1
0009
0010 Example:
0011 rwtm: mailbox@b0000 {
0012 compatible = "marvell,armada-3700-rwtm-mailbox";
0013 reg = <0xb0000 0x100>;
0014 interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
0015 #mbox-cells = <1>;
0016 };