Lines Matching +full:stm32mp1 +full:- +full:clks
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@foss.st.com>
17 - Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
21 const: st,stm32mp1-ipcc
31 - description: rx channel occupied
32 - description: tx channel free
34 interrupt-names:
36 - const: rx
37 - const: tx
39 wakeup-source: true
41 "#mbox-cells":
44 st,proc-id:
50 - compatible
51 - reg
52 - st,proc-id
53 - clocks
54 - interrupt-names
55 - "#mbox-cells"
56 - interrupts
61 - |
62 #include <dt-bindings/interrupt-controller/arm-gic.h>
63 #include <dt-bindings/clock/stm32mp1-clks.h>
65 compatible = "st,stm32mp1-ipcc";
66 #mbox-cells = <1>;
68 st,proc-id = <0>;
69 interrupts-extended = <&exti 61 1>,
71 interrupt-names = "rx", "tx";
73 wakeup-source;