Lines Matching +full:proc +full:- +full:id
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: "http://devicetree.org/schemas/mailbox/st,stm32-ipcc.yaml#"
5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
16 - Fabien Dessenne <fabien.dessenne@st.com>
17 - Arnaud Pouliquen <arnaud.pouliquen@st.com>
21 const: st,stm32mp1-ipcc
31 - description: rx channel occupied
32 - description: tx channel free
33 - description: wakeup source
36 interrupt-names:
38 - const: rx
39 - const: tx
40 - const: wakeup
43 wakeup-source: true
45 "#mbox-cells":
48 st,proc-id:
49 description: Processor id using the mailbox (0 or 1)
54 - compatible
55 - reg
56 - st,proc-id
57 - clocks
58 - interrupt-names
59 - "#mbox-cells"
60 - interrupts
65 - |
66 #include <dt-bindings/interrupt-controller/arm-gic.h>
67 #include <dt-bindings/clock/stm32mp1-clks.h>
69 compatible = "st,stm32mp1-ipcc";
70 #mbox-cells = <1>;
72 st,proc-id = <0>;
73 interrupts-extended = <&intc GIC_SPI 100 IRQ_TYPE_NONE>,
76 interrupt-names = "rx", "tx", "wakeup";
78 wakeup-source;