1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/gpu/vivante,gc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Vivante GPU Bindings
9 description: Vivante GPU core devices
12 - Lucas Stach <l.stach@pengutronix.de>
26 - description: AXI/master interface clock
27 - description: GPU core clock
28 - description: Shader clock (only required if GPU has feature PIPE_3D)
29 - description: AHB/slave interface clock (only required if GPU can gate slave interface independently)
35 enum: [ bus, core, shader, reg ]
52 additionalProperties: false
56 #include <dt-bindings/clock/imx6qdl-clock.h>
57 #include <dt-bindings/interrupt-controller/arm-gic.h>
59 compatible = "vivante,gc";
60 reg = <0x00130000 0x4000>;
61 interrupts = <0 9 IRQ_TYPE_LEVEL_HIGH>;
62 clocks = <&clks IMX6QDL_CLK_GPU3D_AXI>,
63 <&clks IMX6QDL_CLK_GPU3D_CORE>,
64 <&clks IMX6QDL_CLK_GPU3D_SHADER>;
65 clock-names = "bus", "core", "shader";
66 power-domains = <&gpc 1>;