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
8 cluster0_opp: opp-table-0 {
9 compatible = "operating-points-v2";
10 opp-shared;
13 opp-hz = /bits/ 64 <408000000>;
14 opp-microvolt = <875000 875000 1250000>;
15 clock-latency-ns = <40000>;
18 opp-hz = /bits/ 64 <600000000>;
19 opp-microvolt = <875000 875000 1250000>;
22 opp-hz = /bits/ 64 <816000000>;
23 opp-microvolt = <900000 900000 1250000>;
26 opp-hz = /bits/ 64 <1008000000>;
27 opp-microvolt = <975000 975000 1250000>;
31 cluster1_opp: opp-table-1 {
32 compatible = "operating-points-v2";
33 opp-shared;
36 opp-hz = /bits/ 64 <408000000>;
37 opp-microvolt = <875000 875000 1250000>;
38 clock-latency-ns = <40000>;
41 opp-hz = /bits/ 64 <600000000>;
42 opp-microvolt = <875000 875000 1250000>;
45 opp-hz = /bits/ 64 <816000000>;
46 opp-microvolt = <875000 875000 1250000>;
49 opp-hz = /bits/ 64 <1008000000>;
50 opp-microvolt = <925000 925000 1250000>;
53 opp-hz = /bits/ 64 <1200000000>;
54 opp-microvolt = <1000000 1000000 1250000>;
57 opp-hz = /bits/ 64 <1416000000>;
58 opp-microvolt = <1075000 1075000 1250000>;
61 opp-hz = /bits/ 64 <1512000000>;
62 opp-microvolt = <1150000 1150000 1250000>;
66 gpu_opp_table: opp-table-2 {
67 compatible = "operating-points-v2";
70 opp-hz = /bits/ 64 <200000000>;
71 opp-microvolt = <875000 875000 1150000>;
74 opp-hz = /bits/ 64 <300000000>;
75 opp-microvolt = <875000 875000 1150000>;
78 opp-hz = /bits/ 64 <400000000>;
79 opp-microvolt = <875000 875000 1150000>;
82 opp-hz = /bits/ 64 <600000000>;
83 opp-microvolt = <975000 975000 1150000>;
89 operating-points-v2 = <&cluster0_opp>;
93 operating-points-v2 = <&cluster0_opp>;
97 operating-points-v2 = <&cluster0_opp>;
101 operating-points-v2 = <&cluster0_opp>;
105 operating-points-v2 = <&cluster1_opp>;
109 operating-points-v2 = <&cluster1_opp>;
113 operating-points-v2 = <&gpu_opp_table>;