1 Qualcomm adreno/snapdragon GPU
4 - compatible: "qcom,adreno-XYZ.W", "qcom,adreno"
5 for example: "qcom,adreno-306.0", "qcom,adreno"
6 Note that you need to list the less specific "qcom,adreno" (since this
7 is what the device is matched on), in addition to the more specific
9 - reg: Physical base address and length of the controller's registers.
10 - interrupts: The interrupt signal from the gpu.
11 - clocks: device clocks
12 See ../clocks/clock-bindings.txt for details.
13 - clock-names: the following clocks are required:
23 gpu: qcom,kgsl-3d0@4300000 {
24 compatible = "qcom,adreno-320.2", "qcom,adreno";
25 reg = <0x04300000 0x20000>;
26 reg-names = "kgsl_3d0_reg_memory";
27 interrupts = <GIC_SPI 80 0>;
28 interrupt-names = "kgsl_3d0_irq";
35 <&mmcc GFX3D_AHB_CLK>,
36 <&mmcc MMSS_IMEM_AHB_CLK>;