Lines Matching +full:co +full:- +full:processor
1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Hector Martin <marcan@marcan.st>
11 - Sven Peter <sven@svenpeter.dev>
15 messages between the main CPU and a co-processor. Multiple instances
17 One of the two FIFOs is used to send data to a co-processor while the other
25 - description:
30 - enum:
31 - apple,t8103-asc-mailbox
32 - apple,t6000-asc-mailbox
33 - const: apple,asc-mailbox-v4
35 - description:
38 co-processors.
40 - enum:
41 - apple,t8103-m3-mailbox
42 - apple,t6000-m3-mailbox
43 - const: apple,m3-mailbox-v2
50 - description: send fifo is empty interrupt
51 - description: send fifo is not empty interrupt
52 - description: receive fifo is empty interrupt
53 - description: receive fifo is not empty interrupt
55 interrupt-names:
57 - const: send-empty
58 - const: send-not-empty
59 - const: recv-empty
60 - const: recv-not-empty
62 "#mbox-cells":
65 power-domains:
69 - compatible
70 - reg
71 - interrupts
72 - interrupt-names
73 - "#mbox-cells"
78 - |
80 compatible = "apple,t8103-asc-mailbox", "apple,asc-mailbox-v4";
83 interrupt-names = "send-empty", "send-not-empty",
84 "recv-empty", "recv-not-empty";
85 #mbox-cells = <0>;