1 # SPDX-License-Identifier: GPL-2.0-only
4 $id: http://devicetree.org/schemas/gpu/arm,mali-midgard.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ARM Mali Midgard GPU
10 - Rob Herring <robh@kernel.org>
14 pattern: '^gpu@[a-f0-9]+$'
19 - samsung,exynos5250-mali
20 - const: arm,mali-t604
23 - samsung,exynos5420-mali
24 - const: arm,mali-t628
27 - allwinner,sun50i-h6-mali
28 - const: arm,mali-t720
31 - amlogic,meson-gxm-mali
32 - realtek,rtd1295-mali
33 - const: arm,mali-t820
37 - const: arm,mali-t624
40 - rockchip,rk3288-mali
41 - samsung,exynos5433-mali
42 - const: arm,mali-t760
45 - rockchip,rk3399-mali
46 - const: arm,mali-t860
56 - description: Job interrupt
57 - description: MMU interrupt
58 - description: GPU interrupt
82 operating-points-v2: true
99 const: allwinner,sun50i-h6-mali
111 const: amlogic,meson-gxm-mali
121 #include <dt-bindings/interrupt-controller/irq.h>
122 #include <dt-bindings/interrupt-controller/arm-gic.h>
125 compatible = "rockchip,rk3288-mali", "arm,mali-t760";
126 reg = <0xffa30000 0x10000>;
127 interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
128 <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,
129 <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;
130 interrupt-names = "job", "mmu", "gpu";
132 mali-supply = <&vdd_gpu>;
133 operating-points-v2 = <&gpu_opp_table>;
134 power-domains = <&power 0>;
135 #cooling-cells = <2>;
138 gpu_opp_table: opp_table0 {
139 compatible = "operating-points-v2";
142 opp-hz = /bits/ 64 <533000000>;
143 opp-microvolt = <1250000>;
146 opp-hz = /bits/ 64 <450000000>;
147 opp-microvolt = <1150000>;
150 opp-hz = /bits/ 64 <400000000>;
151 opp-microvolt = <1125000>;
154 opp-hz = /bits/ 64 <350000000>;
155 opp-microvolt = <1075000>;
158 opp-hz = /bits/ 64 <266000000>;
159 opp-microvolt = <1025000>;
162 opp-hz = /bits/ 64 <160000000>;
163 opp-microvolt = <925000>;
166 opp-hz = /bits/ 64 <100000000>;
167 opp-microvolt = <912500>;