Lines Matching +full:gic +full:- +full:400
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
21 - description: inbox registers' base address
22 - description: outbox registers' base address
26 - description: inbox interrupt
27 - description: outbox interrupt
32 clock-names:
34 - const: enable
36 "#mbox-cells":
40 - compatible
41 - reg
42 - interrupts
43 - "#mbox-cells"
44 - clocks
45 - clock-names
50 - |
51 #include <dt-bindings/interrupt-controller/arm-gic.h>
52 mailbox: mailbox@400a0000 {
53 compatible = "sprd,sc9860-mailbox";
55 #mbox-cells = <1>;
56 clock-names = "enable";