1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/mailbox/st,sti-mailbox.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: STMicroelectronics Mailbox Driver for STi platform
10 Each ST Mailbox IP currently consists of 4 instances of 32 channels.
11 Messages are passed between Application and Remote processors using
15 - Patrice Chotard <patrice.chotard@foss.st.com>
19 const: st,stih407-mailbox
25 $ref: /schemas/types.yaml#/definitions/string
26 description: name of the mailbox IP
29 description: the irq line for the RX mailbox
40 additionalProperties: false
44 #include <dt-bindings/interrupt-controller/arm-gic.h>
45 mailbox0: mailbox@8f00000 {
46 compatible = "st,stih407-mailbox";
47 reg = <0x8f00000 0x1000>;
48 interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;