Lines Matching +full:opp +full:- +full:533000000
1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/gpu/arm,mali-bifrost.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Rob Herring <robh@kernel.org>
14 pattern: '^gpu@[a-f0-9]+$'
18 - enum:
19 - amlogic,meson-g12a-mali
20 - realtek,rtd1619-mali
21 - rockchip,px30-mali
22 - const: arm,mali-bifrost # Mali Bifrost GPU model/revision is fully discoverable
29 - description: Job interrupt
30 - description: MMU interrupt
31 - description: GPU interrupt
33 interrupt-names:
35 - const: job
36 - const: mmu
37 - const: gpu
42 mali-supply: true
44 operating-points-v2: true
46 power-domains:
52 "#cooling-cells":
56 - compatible
57 - reg
58 - interrupts
59 - interrupt-names
60 - clocks
65 - if:
69 const: amlogic,meson-g12a-mali
72 - resets
75 - |
76 #include <dt-bindings/interrupt-controller/irq.h>
77 #include <dt-bindings/interrupt-controller/arm-gic.h>
80 compatible = "amlogic,meson-g12a-mali", "arm,mali-bifrost";
85 interrupt-names = "job", "mmu", "gpu";
87 mali-supply = <&vdd_gpu>;
88 operating-points-v2 = <&gpu_opp_table>;
93 compatible = "operating-points-v2";
95 opp-533000000 {
96 opp-hz = /bits/ 64 <533000000>;
97 opp-microvolt = <1250000>;
99 opp-450000000 {
100 opp-hz = /bits/ 64 <450000000>;
101 opp-microvolt = <1150000>;
103 opp-400000000 {
104 opp-hz = /bits/ 64 <400000000>;
105 opp-microvolt = <1125000>;
107 opp-350000000 {
108 opp-hz = /bits/ 64 <350000000>;
109 opp-microvolt = <1075000>;
111 opp-266000000 {
112 opp-hz = /bits/ 64 <266000000>;
113 opp-microvolt = <1025000>;
115 opp-160000000 {
116 opp-hz = /bits/ 64 <160000000>;
117 opp-microvolt = <925000>;
119 opp-100000000 {
120 opp-hz = /bits/ 64 <100000000>;
121 opp-microvolt = <912500>;