Lines Matching +full:opp +full:- +full:816000000
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Copyright (c) 2016-2017 Fuzhou Rockchip Electronics Co., Ltd
7 cluster0_opp: opp-table-0 {
8 compatible = "operating-points-v2";
9 opp-shared;
12 opp-hz = /bits/ 64 <408000000>;
13 opp-microvolt = <800000>;
14 clock-latency-ns = <40000>;
17 opp-hz = /bits/ 64 <600000000>;
18 opp-microvolt = <825000>;
21 opp-hz = /bits/ 64 <816000000>;
22 opp-microvolt = <850000>;
25 opp-hz = /bits/ 64 <1008000000>;
26 opp-microvolt = <900000>;
29 opp-hz = /bits/ 64 <1200000000>;
30 opp-microvolt = <975000>;
33 opp-hz = /bits/ 64 <1416000000>;
34 opp-microvolt = <1100000>;
37 opp-hz = /bits/ 64 <1512000000>;
38 opp-microvolt = <1150000>;
42 cluster1_opp: opp-table-1 {
43 compatible = "operating-points-v2";
44 opp-shared;
47 opp-hz = /bits/ 64 <408000000>;
48 opp-microvolt = <800000>;
49 clock-latency-ns = <40000>;
52 opp-hz = /bits/ 64 <600000000>;
53 opp-microvolt = <800000>;
56 opp-hz = /bits/ 64 <816000000>;
57 opp-microvolt = <825000>;
60 opp-hz = /bits/ 64 <1008000000>;
61 opp-microvolt = <850000>;
64 opp-hz = /bits/ 64 <1200000000>;
65 opp-microvolt = <900000>;
68 opp-hz = /bits/ 64 <1416000000>;
69 opp-microvolt = <975000>;
72 opp-hz = /bits/ 64 <1608000000>;
73 opp-microvolt = <1050000>;
76 opp-hz = /bits/ 64 <1800000000>;
77 opp-microvolt = <1150000>;
80 opp-hz = /bits/ 64 <2016000000>;
81 opp-microvolt = <1250000>;
85 gpu_opp_table: opp-table-2 {
86 compatible = "operating-points-v2";
89 opp-hz = /bits/ 64 <200000000>;
90 opp-microvolt = <800000>;
93 opp-hz = /bits/ 64 <297000000>;
94 opp-microvolt = <800000>;
97 opp-hz = /bits/ 64 <400000000>;
98 opp-microvolt = <825000>;
101 opp-hz = /bits/ 64 <500000000>;
102 opp-microvolt = <850000>;
105 opp-hz = /bits/ 64 <600000000>;
106 opp-microvolt = <925000>;
109 opp-hz = /bits/ 64 <800000000>;
110 opp-microvolt = <1075000>;
114 dmc_opp_table: opp-table-3 {
115 compatible = "operating-points-v2";
118 opp-hz = /bits/ 64 <400000000>;
119 opp-microvolt = <900000>;
122 opp-hz = /bits/ 64 <666000000>;
123 opp-microvolt = <900000>;
126 opp-hz = /bits/ 64 <800000000>;
127 opp-microvolt = <900000>;
130 opp-hz = /bits/ 64 <928000000>;
131 opp-microvolt = <925000>;
137 operating-points-v2 = <&cluster0_opp>;
141 operating-points-v2 = <&cluster0_opp>;
145 operating-points-v2 = <&cluster0_opp>;
149 operating-points-v2 = <&cluster0_opp>;
153 operating-points-v2 = <&cluster1_opp>;
157 operating-points-v2 = <&cluster1_opp>;
161 operating-points-v2 = <&dmc_opp_table>;
165 operating-points-v2 = <&gpu_opp_table>;