Lines Matching +full:mbox +full:- +full:names
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mailbox/sprd-mailbox.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Orson Zhai <orsonzhai@gmail.com>
11 - Baolin Wang <baolin.wang7@gmail.com>
12 - Chunyan Zhang <zhang.lyra@gmail.com>
17 - sprd,sc9860-mailbox
18 - sprd,sc9863a-mailbox
22 - description: inbox registers' base address
23 - description: outbox registers' base address
29 interrupt-names:
32 - const: inbox
33 - const: outbox
34 - const: supp-outbox
39 clock-names:
41 - const: enable
43 "#mbox-cells":
47 - compatible
48 - reg
49 - interrupts
50 - interrupt-names
51 - "#mbox-cells"
52 - clocks
53 - clock-names
58 - |
59 #include <dt-bindings/interrupt-controller/arm-gic.h>
61 compatible = "sprd,sc9860-mailbox";
63 #mbox-cells = <1>;
64 clock-names = "enable";
67 interrupt-names = "inbox", "outbox";