Lines Matching +full:clock +full:- +full:latency +full:- +full:ns
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7 #include "rk3588-extra.dtsi"
10 cluster0_opp_table: opp-table-cluster0 {
11 compatible = "operating-points-v2";
12 opp-shared;
14 opp-1200000000 {
15 opp-hz = /bits/ 64 <1200000000>;
16 opp-microvolt = <750000 750000 950000>;
17 clock-latency-ns = <40000>;
18 opp-suspend;
20 opp-1296000000 {
21 opp-hz = /bits/ 64 <1296000000>;
22 opp-microvolt = <775000 775000 950000>;
23 clock-latency-ns = <40000>;
27 cluster1_opp_table: opp-table-cluster1 {
28 compatible = "operating-points-v2";
29 opp-shared;
31 opp-1200000000{
32 opp-hz = /bits/ 64 <1200000000>;
33 opp-microvolt = <750000 750000 950000>;
34 clock-latency-ns = <40000>;
36 opp-1416000000 {
37 opp-hz = /bits/ 64 <1416000000>;
38 opp-microvolt = <762500 762500 950000>;
39 clock-latency-ns = <40000>;
41 opp-1608000000 {
42 opp-hz = /bits/ 64 <1608000000>;
43 opp-microvolt = <787500 787500 950000>;
44 clock-latency-ns = <40000>;
48 cluster2_opp_table: opp-table-cluster2 {
49 compatible = "operating-points-v2";
50 opp-shared;
52 opp-1200000000{
53 opp-hz = /bits/ 64 <1200000000>;
54 opp-microvolt = <750000 750000 950000>;
55 clock-latency-ns = <40000>;
57 opp-1416000000 {
58 opp-hz = /bits/ 64 <1416000000>;
59 opp-microvolt = <762500 762500 950000>;
60 clock-latency-ns = <40000>;
62 opp-1608000000 {
63 opp-hz = /bits/ 64 <1608000000>;
64 opp-microvolt = <787500 787500 950000>;
65 clock-latency-ns = <40000>;
69 gpu_opp_table: opp-table {
70 compatible = "operating-points-v2";
72 opp-300000000 {
73 opp-hz = /bits/ 64 <300000000>;
74 opp-microvolt = <750000 750000 850000>;
76 opp-400000000 {
77 opp-hz = /bits/ 64 <400000000>;
78 opp-microvolt = <750000 750000 850000>;
80 opp-500000000 {
81 opp-hz = /bits/ 64 <500000000>;
82 opp-microvolt = <750000 750000 850000>;
84 opp-600000000 {
85 opp-hz = /bits/ 64 <600000000>;
86 opp-microvolt = <750000 750000 850000>;
88 opp-700000000 {
89 opp-hz = /bits/ 64 <700000000>;
90 opp-microvolt = <750000 750000 850000>;
96 operating-points-v2 = <&cluster1_opp_table>;
100 operating-points-v2 = <&cluster1_opp_table>;
104 operating-points-v2 = <&cluster2_opp_table>;
108 operating-points-v2 = <&cluster2_opp_table>;
112 operating-points-v2 = <&cluster0_opp_table>;
116 operating-points-v2 = <&cluster0_opp_table>;
120 operating-points-v2 = <&cluster0_opp_table>;
124 operating-points-v2 = <&cluster0_opp_table>;
128 operating-points-v2 = <&gpu_opp_table>;