Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates > by-pkgid > 8b1b14f34030bfa38399b9439603610b > files > 2724

kernel-linus-doc-5.4.20-1.mga7.noarch.rpm

* 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>;
	};