1 # SPDX-License-Identifier: GPL-2.0-only
4 $id: http://devicetree.org/schemas/gpu/arm,mali-utgard.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ARM Mali Utgard GPU
10 - Rob Herring <robh@kernel.org>
11 - Maxime Ripard <maxime.ripard@free-electrons.com>
12 - Heiko Stuebner <heiko@sntech.de>
16 pattern: '^gpu@[a-f0-9]+$'
20 - const: allwinner,sun8i-a23-mali
21 - const: allwinner,sun7i-a20-mali
25 - allwinner,sun4i-a10-mali
26 - allwinner,sun7i-a20-mali
27 - allwinner,sun8i-h3-mali
28 - allwinner,sun50i-a64-mali
29 - rockchip,rk3036-mali
30 - rockchip,rk3066-mali
31 - rockchip,rk3188-mali
32 - rockchip,rk3228-mali
33 - samsung,exynos4210-mali
34 - stericsson,db8500-mali
38 - allwinner,sun50i-h5-mali
40 - amlogic,meson8b-mali
41 - amlogic,meson-gxbb-mali
42 - amlogic,meson-gxl-mali
43 - hisilicon,hi6220-mali
44 - rockchip,rk3328-mali
58 - additionalItems: true
62 # At least enforce the first 2 interrupts
66 # Not ideal as any order and combination are allowed
68 - gp # Geometry Processor interrupt
69 - gpmmu # Geometry Processor MMU interrupt
70 - pp # Pixel Processor broadcast interrupt (mali-450 only)
71 - pp0 # Pixel Processor X interrupt (X from 0 to 7)
72 - ppmmu0 # Pixel Processor X MMU interrupt (X from 0 to 7)
87 - pmu # Power Management Unit interrupt (optional)
88 - combined # stericsson,db8500-mali only
108 operating-points-v2: true
124 - allwinner,sun4i-a10-mali
125 - allwinner,sun7i-a20-mali
126 - allwinner,sun50i-a64-mali
127 - allwinner,sun50i-h5-mali
128 - amlogic,meson8-mali
129 - amlogic,meson8b-mali
130 - hisilicon,hi6220-mali
131 - rockchip,rk3036-mali
132 - rockchip,rk3066-mali
133 - rockchip,rk3188-mali
134 - rockchip,rk3228-mali
135 - rockchip,rk3328-mali
142 #include <dt-bindings/interrupt-controller/irq.h>
143 #include <dt-bindings/interrupt-controller/arm-gic.h>
146 compatible = "allwinner,sun7i-a20-mali", "arm,mali-400";
147 reg = <0x01c40000 0x10000>;
148 interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>,
149 <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>,
150 <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>,
151 <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>,
152 <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>,
153 <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>,
154 <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
155 interrupt-names = "gp",
162 clocks = <&ccu 1>, <&ccu 2>;
163 clock-names = "bus", "core";