Lines Matching +full:opp +full:- +full:400000000

1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/gpu/arm,mali-midgard.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Rob Herring <robh@kernel.org>
14 pattern: '^gpu@[a-f0-9]+$'
17 - items:
18 - enum:
19 - samsung,exynos5250-mali
20 - const: arm,mali-t604
21 - items:
22 - enum:
23 - samsung,exynos5420-mali
24 - const: arm,mali-t628
25 - items:
26 - enum:
27 - allwinner,sun50i-h6-mali
28 - const: arm,mali-t720
29 - items:
30 - enum:
31 - amlogic,meson-gxm-mali
32 - realtek,rtd1295-mali
33 - const: arm,mali-t820
34 - items:
35 - enum:
36 - arm,juno-mali
37 - const: arm,mali-t624
38 - items:
39 - enum:
40 - rockchip,rk3288-mali
41 - samsung,exynos5433-mali
42 - const: arm,mali-t760
43 - items:
44 - enum:
45 - rockchip,rk3399-mali
46 - const: arm,mali-t860
48 # "arm,mali-t830"
49 # "arm,mali-t880"
56 - description: Job interrupt
57 - description: MMU interrupt
58 - description: GPU interrupt
60 interrupt-names:
62 - const: job
63 - const: mmu
64 - const: gpu
70 clock-names:
73 - const: core
74 - const: bus
76 mali-supply: true
77 opp-table: true
79 power-domains:
86 operating-points-v2: true
88 "#cooling-cells":
91 dma-coherent: true
94 - compatible
95 - reg
96 - interrupts
97 - interrupt-names
98 - clocks
103 - if:
107 const: allwinner,sun50i-h6-mali
113 - clock-names
114 - resets
115 - if:
119 const: amlogic,meson-gxm-mali
125 - resets
128 - |
129 #include <dt-bindings/interrupt-controller/irq.h>
130 #include <dt-bindings/interrupt-controller/arm-gic.h>
133 compatible = "rockchip,rk3288-mali", "arm,mali-t760";
138 interrupt-names = "job", "mmu", "gpu";
140 mali-supply = <&vdd_gpu>;
141 operating-points-v2 = <&gpu_opp_table>;
142 power-domains = <&power 0>;
143 #cooling-cells = <2>;
147 compatible = "operating-points-v2";
149 opp-533000000 {
150 opp-hz = /bits/ 64 <533000000>;
151 opp-microvolt = <1250000>;
153 opp-450000000 {
154 opp-hz = /bits/ 64 <450000000>;
155 opp-microvolt = <1150000>;
157 opp-400000000 {
158 opp-hz = /bits/ 64 <400000000>;
159 opp-microvolt = <1125000>;
161 opp-350000000 {
162 opp-hz = /bits/ 64 <350000000>;
163 opp-microvolt = <1075000>;
165 opp-266000000 {
166 opp-hz = /bits/ 64 <266000000>;
167 opp-microvolt = <1025000>;
169 opp-160000000 {
170 opp-hz = /bits/ 64 <160000000>;
171 opp-microvolt = <925000>;
173 opp-100000000 {
174 opp-hz = /bits/ 64 <100000000>;
175 opp-microvolt = <912500>;