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
7 #include "rk3399-base.dtsi"
10 cluster0_opp: opp-table-0 {
11 compatible = "operating-points-v2";
12 opp-shared;
15 opp-hz = /bits/ 64 <408000000>;
16 opp-microvolt = <875000 875000 1250000>;
17 clock-latency-ns = <40000>;
20 opp-hz = /bits/ 64 <600000000>;
21 opp-microvolt = <875000 875000 1250000>;
24 opp-hz = /bits/ 64 <816000000>;
25 opp-microvolt = <900000 900000 1250000>;
28 opp-hz = /bits/ 64 <1008000000>;
29 opp-microvolt = <975000 975000 1250000>;
33 cluster1_opp: opp-table-1 {
34 compatible = "operating-points-v2";
35 opp-shared;
38 opp-hz = /bits/ 64 <408000000>;
39 opp-microvolt = <875000 875000 1250000>;
40 clock-latency-ns = <40000>;
43 opp-hz = /bits/ 64 <600000000>;
44 opp-microvolt = <875000 875000 1250000>;
47 opp-hz = /bits/ 64 <816000000>;
48 opp-microvolt = <875000 875000 1250000>;
51 opp-hz = /bits/ 64 <1008000000>;
52 opp-microvolt = <925000 925000 1250000>;
55 opp-hz = /bits/ 64 <1200000000>;
56 opp-microvolt = <1000000 1000000 1250000>;
59 opp-hz = /bits/ 64 <1416000000>;
60 opp-microvolt = <1075000 1075000 1250000>;
63 opp-hz = /bits/ 64 <1512000000>;
64 opp-microvolt = <1150000 1150000 1250000>;
68 gpu_opp_table: opp-table-2 {
69 compatible = "operating-points-v2";
72 opp-hz = /bits/ 64 <200000000>;
73 opp-microvolt = <875000 875000 1150000>;
76 opp-hz = /bits/ 64 <300000000>;
77 opp-microvolt = <875000 875000 1150000>;
80 opp-hz = /bits/ 64 <400000000>;
81 opp-microvolt = <875000 875000 1150000>;
84 opp-hz = /bits/ 64 <600000000>;
85 opp-microvolt = <975000 975000 1150000>;
91 operating-points-v2 = <&cluster0_opp>;
95 operating-points-v2 = <&cluster0_opp>;
99 operating-points-v2 = <&cluster0_opp>;
103 operating-points-v2 = <&cluster0_opp>;
107 operating-points-v2 = <&cluster1_opp>;
111 operating-points-v2 = <&cluster1_opp>;
115 operating-points-v2 = <&gpu_opp_table>;