Lines Matching +full:gce +full:- +full:client +full:- +full:reg
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Chun-Kuang Hu <[email protected]>
11 - Philipp Zabel <[email protected]>
25 - enum:
26 - mediatek,mt8183-disp-dither
27 - items:
28 - enum:
29 - mediatek,mt8186-disp-dither
30 - mediatek,mt8188-disp-dither
31 - mediatek,mt8192-disp-dither
32 - mediatek,mt8195-disp-dither
33 - mediatek,mt8365-disp-dither
34 - const: mediatek,mt8183-disp-dither
36 reg:
42 power-domains:
45 Documentation/devicetree/bindings/power/power-domain.yaml for details.
49 - description: DITHER Clock
51 mediatek,gce-client-reg:
52 description: The register of client driver can be configured by gce with
53 4 arguments defined in this property, such as phandle of gce, subsys id,
54 register offset and size. Each GCE subsys id is mapping to a client
55 defined in the header include/dt-bindings/gce/<chip>-gce.h.
56 $ref: /schemas/types.yaml#/definitions/phandle-array
78 - port@0
79 - port@1
82 - compatible
83 - reg
84 - interrupts
85 - power-domains
86 - clocks
91 - |
92 #include <dt-bindings/interrupt-controller/arm-gic.h>
93 #include <dt-bindings/clock/mt8183-clk.h>
94 #include <dt-bindings/power/mt8183-power.h>
95 #include <dt-bindings/gce/mt8183-gce.h>
98 #address-cells = <2>;
99 #size-cells = <2>;
102 compatible = "mediatek,mt8183-disp-dither";
103 reg = <0 0x14012000 0 0x1000>;
105 power-domains = <&spm MT8183_POWER_DOMAIN_DISP>;
107 mediatek,gce-client-reg = <&gce SUBSYS_1401XXXX 0x2000 0x1000>;