Lines Matching +full:opp +full:- +full:table

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Copyright (c) 2016-2017 Fuzhou Rockchip Electronics Co., Ltd
9 cluster0_opp: opp-table-0 {
10 compatible = "operating-points-v2";
11 opp-shared;
14 opp-hz = /bits/ 64 <408000000>;
15 opp-microvolt = <800000>;
16 clock-latency-ns = <40000>;
19 opp-hz = /bits/ 64 <600000000>;
20 opp-microvolt = <825000>;
23 opp-hz = /bits/ 64 <816000000>;
24 opp-microvolt = <850000>;
27 opp-hz = /bits/ 64 <1008000000>;
28 opp-microvolt = <900000>;
31 opp-hz = /bits/ 64 <1200000000>;
32 opp-microvolt = <975000>;
35 opp-hz = /bits/ 64 <1416000000>;
36 opp-microvolt = <1100000>;
39 opp-hz = /bits/ 64 <1512000000>;
40 opp-microvolt = <1150000>;
44 cluster1_opp: opp-table-1 {
45 compatible = "operating-points-v2";
46 opp-shared;
49 opp-hz = /bits/ 64 <408000000>;
50 opp-microvolt = <800000>;
51 clock-latency-ns = <40000>;
54 opp-hz = /bits/ 64 <600000000>;
55 opp-microvolt = <800000>;
58 opp-hz = /bits/ 64 <816000000>;
59 opp-microvolt = <825000>;
62 opp-hz = /bits/ 64 <1008000000>;
63 opp-microvolt = <850000>;
66 opp-hz = /bits/ 64 <1200000000>;
67 opp-microvolt = <900000>;
70 opp-hz = /bits/ 64 <1416000000>;
71 opp-microvolt = <975000>;
74 opp-hz = /bits/ 64 <1608000000>;
75 opp-microvolt = <1050000>;
78 opp-hz = /bits/ 64 <1800000000>;
79 opp-microvolt = <1150000>;
82 opp-hz = /bits/ 64 <2016000000>;
83 opp-microvolt = <1250000>;
87 gpu_opp_table: opp-table-2 {
88 compatible = "operating-points-v2";
91 opp-hz = /bits/ 64 <200000000>;
92 opp-microvolt = <800000>;
95 opp-hz = /bits/ 64 <297000000>;
96 opp-microvolt = <800000>;
99 opp-hz = /bits/ 64 <400000000>;
100 opp-microvolt = <825000>;
103 opp-hz = /bits/ 64 <500000000>;
104 opp-microvolt = <850000>;
107 opp-hz = /bits/ 64 <600000000>;
108 opp-microvolt = <925000>;
111 opp-hz = /bits/ 64 <800000000>;
112 opp-microvolt = <1075000>;
116 dmc_opp_table: opp-table-3 {
117 compatible = "operating-points-v2";
120 opp-hz = /bits/ 64 <400000000>;
121 opp-microvolt = <900000>;
124 opp-hz = /bits/ 64 <666000000>;
125 opp-microvolt = <900000>;
128 opp-hz = /bits/ 64 <800000000>;
129 opp-microvolt = <900000>;
132 opp-hz = /bits/ 64 <928000000>;
133 opp-microvolt = <925000>;
139 operating-points-v2 = <&cluster0_opp>;
143 operating-points-v2 = <&cluster0_opp>;
147 operating-points-v2 = <&cluster0_opp>;
151 operating-points-v2 = <&cluster0_opp>;
155 operating-points-v2 = <&cluster1_opp>;
159 operating-points-v2 = <&cluster1_opp>;
163 operating-points-v2 = <&dmc_opp_table>;
167 operating-points-v2 = <&gpu_opp_table>;