Lines Matching +full:opp +full:- +full:500000000
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Copyright (c) 2016-2017 Fuzhou Rockchip Electronics Co., Ltd
6 #include "rk3399-base.dtsi"
9 cluster0_opp: opp-table-0 {
10 compatible = "operating-points-v2";
11 opp-shared;
14 opp-hz = /bits/ 64 <408000000>;
15 opp-microvolt = <825000 825000 1250000>;
16 clock-latency-ns = <40000>;
19 opp-hz = /bits/ 64 <600000000>;
20 opp-microvolt = <825000 825000 1250000>;
23 opp-hz = /bits/ 64 <816000000>;
24 opp-microvolt = <850000 850000 1250000>;
27 opp-hz = /bits/ 64 <1008000000>;
28 opp-microvolt = <925000 925000 1250000>;
31 opp-hz = /bits/ 64 <1200000000>;
32 opp-microvolt = <1000000 1000000 1250000>;
35 opp-hz = /bits/ 64 <1416000000>;
36 opp-microvolt = <1125000 1125000 1250000>;
40 cluster1_opp: opp-table-1 {
41 compatible = "operating-points-v2";
42 opp-shared;
45 opp-hz = /bits/ 64 <408000000>;
46 opp-microvolt = <825000 825000 1250000>;
47 clock-latency-ns = <40000>;
50 opp-hz = /bits/ 64 <600000000>;
51 opp-microvolt = <825000 825000 1250000>;
54 opp-hz = /bits/ 64 <816000000>;
55 opp-microvolt = <825000 825000 1250000>;
58 opp-hz = /bits/ 64 <1008000000>;
59 opp-microvolt = <875000 875000 1250000>;
62 opp-hz = /bits/ 64 <1200000000>;
63 opp-microvolt = <950000 950000 1250000>;
66 opp-hz = /bits/ 64 <1416000000>;
67 opp-microvolt = <1025000 1025000 1250000>;
70 opp-hz = /bits/ 64 <1608000000>;
71 opp-microvolt = <1100000 1100000 1250000>;
74 opp-hz = /bits/ 64 <1800000000>;
75 opp-microvolt = <1200000 1200000 1250000>;
79 gpu_opp_table: opp-table-2 {
80 compatible = "operating-points-v2";
83 opp-hz = /bits/ 64 <200000000>;
84 opp-microvolt = <825000 825000 1150000>;
87 opp-hz = /bits/ 64 <297000000>;
88 opp-microvolt = <825000 825000 1150000>;
91 opp-hz = /bits/ 64 <400000000>;
92 opp-microvolt = <825000 825000 1150000>;
95 opp-hz = /bits/ 64 <500000000>;
96 opp-microvolt = <875000 875000 1150000>;
99 opp-hz = /bits/ 64 <600000000>;
100 opp-microvolt = <925000 925000 1150000>;
103 opp-hz = /bits/ 64 <800000000>;
104 opp-microvolt = <1100000 1100000 1150000>;
110 operating-points-v2 = <&cluster0_opp>;
114 operating-points-v2 = <&cluster0_opp>;
118 operating-points-v2 = <&cluster0_opp>;
122 operating-points-v2 = <&cluster0_opp>;
126 operating-points-v2 = <&cluster1_opp>;
130 operating-points-v2 = <&cluster1_opp>;
134 operating-points-v2 = <&gpu_opp_table>;