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 - mediatek,mt8196-gce
29 - items:
30 - const: mediatek,mt6795-gce
31 - const: mediatek,mt8173-gce
33 "#mbox-cells":
36 The first cell describes the Thread ID of the GCE,
37 the second cell describes the priority of the GCE thread
47 - description: Global Command Engine clock
49 clock-names:
51 - const: gce
57 - compatible
58 - "#mbox-cells"
59 - reg
60 - interrupts
61 - clocks
64 - if:
69 const: mediatek,mt8195-gce
72 - clock-names
77 - |
78 #include <dt-bindings/clock/mt8173-clk.h>
79 #include <dt-bindings/interrupt-controller/arm-gic.h>
80 #include <dt-bindings/interrupt-controller/irq.h>
83 #address-cells = <2>;
84 #size-cells = <2>;
86 gce: mailbox@10212000 {
87 compatible = "mediatek,mt8173-gce";
90 #mbox-cells = <2>;
92 clock-names = "gce";