Lines Matching +full:- +full:gce
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mailbox/mediatek,gce-mailbox.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Houlong Wei <houlong.wei@mediatek.com>
13 The Global Command Engine (GCE) is used to help read/write registers with
15 vblank. The GCE can be used to implement the Command Queue (CMDQ) driver.
20 - enum:
21 - mediatek,mt6779-gce
22 - mediatek,mt8173-gce
23 - mediatek,mt8183-gce
24 - mediatek,mt8186-gce
25 - mediatek,mt8188-gce
26 - mediatek,mt8192-gce
27 - mediatek,mt8195-gce
28 - items:
29 - const: mediatek,mt6795-gce
30 - const: mediatek,mt8173-gce
32 "#mbox-cells":
35 The first cell describes the Thread ID of the GCE,
36 the second cell describes the priority of the GCE thread
46 - description: Global Command Engine clock
48 clock-names:
50 - const: gce
53 - compatible
54 - "#mbox-cells"
55 - reg
56 - interrupts
57 - clocks
60 - if:
65 const: mediatek,mt8195-gce
68 - clock-names
73 - |
74 #include <dt-bindings/clock/mt8173-clk.h>
75 #include <dt-bindings/interrupt-controller/arm-gic.h>
76 #include <dt-bindings/interrupt-controller/irq.h>
79 #address-cells = <2>;
80 #size-cells = <2>;
82 gce: mailbox@10212000 {
83 compatible = "mediatek,mt8173-gce";
86 #mbox-cells = <2>;
88 clock-names = "gce";