Lines Matching +full:operating +full:- +full:points
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 = <825000 825000 1250000>;
14 clock-latency-ns = <40000>;
17 opp-hz = /bits/ 64 <600000000>;
18 opp-microvolt = <825000 825000 1250000>;
21 opp-hz = /bits/ 64 <816000000>;
22 opp-microvolt = <850000 850000 1250000>;
25 opp-hz = /bits/ 64 <1008000000>;
26 opp-microvolt = <925000 925000 1250000>;
29 opp-hz = /bits/ 64 <1200000000>;
30 opp-microvolt = <1000000 1000000 1250000>;
33 opp-hz = /bits/ 64 <1416000000>;
34 opp-microvolt = <1125000 1125000 1250000>;
38 cluster1_opp: opp-table-1 {
39 compatible = "operating-points-v2";
40 opp-shared;
43 opp-hz = /bits/ 64 <408000000>;
44 opp-microvolt = <825000 825000 1250000>;
45 clock-latency-ns = <40000>;
48 opp-hz = /bits/ 64 <600000000>;
49 opp-microvolt = <825000 825000 1250000>;
52 opp-hz = /bits/ 64 <816000000>;
53 opp-microvolt = <825000 825000 1250000>;
56 opp-hz = /bits/ 64 <1008000000>;
57 opp-microvolt = <875000 875000 1250000>;
60 opp-hz = /bits/ 64 <1200000000>;
61 opp-microvolt = <950000 950000 1250000>;
64 opp-hz = /bits/ 64 <1416000000>;
65 opp-microvolt = <1025000 1025000 1250000>;
68 opp-hz = /bits/ 64 <1608000000>;
69 opp-microvolt = <1100000 1100000 1250000>;
72 opp-hz = /bits/ 64 <1800000000>;
73 opp-microvolt = <1200000 1200000 1250000>;
77 gpu_opp_table: opp-table-2 {
78 compatible = "operating-points-v2";
81 opp-hz = /bits/ 64 <200000000>;
82 opp-microvolt = <825000 825000 1150000>;
85 opp-hz = /bits/ 64 <297000000>;
86 opp-microvolt = <825000 825000 1150000>;
89 opp-hz = /bits/ 64 <400000000>;
90 opp-microvolt = <825000 825000 1150000>;
93 opp-hz = /bits/ 64 <500000000>;
94 opp-microvolt = <875000 875000 1150000>;
97 opp-hz = /bits/ 64 <600000000>;
98 opp-microvolt = <925000 925000 1150000>;
101 opp-hz = /bits/ 64 <800000000>;
102 opp-microvolt = <1100000 1100000 1150000>;
108 operating-points-v2 = <&cluster0_opp>;
112 operating-points-v2 = <&cluster0_opp>;
116 operating-points-v2 = <&cluster0_opp>;
120 operating-points-v2 = <&cluster0_opp>;
124 operating-points-v2 = <&cluster1_opp>;
128 operating-points-v2 = <&cluster1_opp>;
132 operating-points-v2 = <&gpu_opp_table>;