1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 3 / { 4 cluster0_opp_table: opp-table-cluster0 5 compatible = "operating-points 6 opp-shared; 7 8 opp-1008000000 { 9 opp-hz = /bits/ 64 <10 10 opp-microvolt = <67500 11 clock-latency-ns = <40 12 }; 13 opp-1200000000 { 14 opp-hz = /bits/ 64 <12 15 opp-microvolt = <71250 16 clock-latency-ns = <40 17 }; 18 opp-1416000000 { 19 opp-hz = /bits/ 64 <14 20 opp-microvolt = <76250 21 clock-latency-ns = <40 22 opp-suspend; 23 }; 24 opp-1608000000 { 25 opp-hz = /bits/ 64 <16 26 opp-microvolt = <85000 27 clock-latency-ns = <40 28 }; 29 opp-1800000000 { 30 opp-hz = /bits/ 64 <18 31 opp-microvolt = <95000 32 clock-latency-ns = <40 33 }; 34 }; 35 36 cluster1_opp_table: opp-table-cluster1 37 compatible = "operating-points 38 opp-shared; 39 40 opp-1200000000 { 41 opp-hz = /bits/ 64 <12 42 opp-microvolt = <67500 43 clock-latency-ns = <40 44 }; 45 opp-1416000000 { 46 opp-hz = /bits/ 64 <14 47 opp-microvolt = <72500 48 clock-latency-ns = <40 49 }; 50 opp-1608000000 { 51 opp-hz = /bits/ 64 <16 52 opp-microvolt = <76250 53 clock-latency-ns = <40 54 }; 55 opp-1800000000 { 56 opp-hz = /bits/ 64 <18 57 opp-microvolt = <85000 58 clock-latency-ns = <40 59 }; 60 opp-2016000000 { 61 opp-hz = /bits/ 64 <20 62 opp-microvolt = <92500 63 clock-latency-ns = <40 64 }; 65 opp-2208000000 { 66 opp-hz = /bits/ 64 <22 67 opp-microvolt = <98750 68 clock-latency-ns = <40 69 }; 70 opp-2400000000 { 71 opp-hz = /bits/ 64 <24 72 opp-microvolt = <10000 73 clock-latency-ns = <40 74 }; 75 }; 76 77 cluster2_opp_table: opp-table-cluster2 78 compatible = "operating-points 79 opp-shared; 80 81 opp-1200000000 { 82 opp-hz = /bits/ 64 <12 83 opp-microvolt = <67500 84 clock-latency-ns = <40 85 }; 86 opp-1416000000 { 87 opp-hz = /bits/ 64 <14 88 opp-microvolt = <72500 89 clock-latency-ns = <40 90 }; 91 opp-1608000000 { 92 opp-hz = /bits/ 64 <16 93 opp-microvolt = <76250 94 clock-latency-ns = <40 95 }; 96 opp-1800000000 { 97 opp-hz = /bits/ 64 <18 98 opp-microvolt = <85000 99 clock-latency-ns = <40 100 }; 101 opp-2016000000 { 102 opp-hz = /bits/ 64 <20 103 opp-microvolt = <92500 104 clock-latency-ns = <40 105 }; 106 opp-2208000000 { 107 opp-hz = /bits/ 64 <22 108 opp-microvolt = <98750 109 clock-latency-ns = <40 110 }; 111 opp-2400000000 { 112 opp-hz = /bits/ 64 <24 113 opp-microvolt = <10000 114 clock-latency-ns = <40 115 }; 116 }; 117 118 gpu_opp_table: opp-table { 119 compatible = "operating-points 120 121 opp-300000000 { 122 opp-hz = /bits/ 64 <30 123 opp-microvolt = <67500 124 }; 125 opp-400000000 { 126 opp-hz = /bits/ 64 <40 127 opp-microvolt = <67500 128 }; 129 opp-500000000 { 130 opp-hz = /bits/ 64 <50 131 opp-microvolt = <67500 132 }; 133 opp-600000000 { 134 opp-hz = /bits/ 64 <60 135 opp-microvolt = <67500 136 }; 137 opp-700000000 { 138 opp-hz = /bits/ 64 <70 139 opp-microvolt = <70000 140 }; 141 opp-800000000 { 142 opp-hz = /bits/ 64 <80 143 opp-microvolt = <75000 144 }; 145 opp-900000000 { 146 opp-hz = /bits/ 64 <90 147 opp-microvolt = <80000 148 }; 149 opp-1000000000 { 150 opp-hz = /bits/ 64 <10 151 opp-microvolt = <85000 152 }; 153 }; 154 }; 155 156 &cpu_b0 { 157 operating-points-v2 = <&cluster1_opp_t 158 }; 159 160 &cpu_b1 { 161 operating-points-v2 = <&cluster1_opp_t 162 }; 163 164 &cpu_b2 { 165 operating-points-v2 = <&cluster2_opp_t 166 }; 167 168 &cpu_b3 { 169 operating-points-v2 = <&cluster2_opp_t 170 }; 171 172 &cpu_l0 { 173 operating-points-v2 = <&cluster0_opp_t 174 }; 175 176 &cpu_l1 { 177 operating-points-v2 = <&cluster0_opp_t 178 }; 179 180 &cpu_l2 { 181 operating-points-v2 = <&cluster0_opp_t 182 }; 183 184 &cpu_l3 { 185 operating-points-v2 = <&cluster0_opp_t 186 }; 187 188 &gpu { 189 operating-points-v2 = <&gpu_opp_table> 190 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.