1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 2*f126890aSEmmanuel Vadot 3*f126890aSEmmanuel Vadot/ { 4*f126890aSEmmanuel Vadot core_opp_table: opp-table-core { 5*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 6*f126890aSEmmanuel Vadot opp-shared; 7*f126890aSEmmanuel Vadot 8*f126890aSEmmanuel Vadot core_opp_950: opp-950000 { 9*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 10*f126890aSEmmanuel Vadot opp-level = <950000>; 11*f126890aSEmmanuel Vadot }; 12*f126890aSEmmanuel Vadot 13*f126890aSEmmanuel Vadot core_opp_1000: opp-1000000 { 14*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 15*f126890aSEmmanuel Vadot opp-level = <1000000>; 16*f126890aSEmmanuel Vadot }; 17*f126890aSEmmanuel Vadot 18*f126890aSEmmanuel Vadot core_opp_1100: opp-1100000 { 19*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 20*f126890aSEmmanuel Vadot opp-level = <1100000>; 21*f126890aSEmmanuel Vadot }; 22*f126890aSEmmanuel Vadot 23*f126890aSEmmanuel Vadot core_opp_1200: opp-1200000 { 24*f126890aSEmmanuel Vadot opp-microvolt = <1200000 1200000 1300000>; 25*f126890aSEmmanuel Vadot opp-level = <1200000>; 26*f126890aSEmmanuel Vadot }; 27*f126890aSEmmanuel Vadot 28*f126890aSEmmanuel Vadot core_opp_1225: opp-1225000 { 29*f126890aSEmmanuel Vadot opp-microvolt = <1225000 1225000 1300000>; 30*f126890aSEmmanuel Vadot opp-level = <1225000>; 31*f126890aSEmmanuel Vadot }; 32*f126890aSEmmanuel Vadot 33*f126890aSEmmanuel Vadot core_opp_1275: opp-1275000 { 34*f126890aSEmmanuel Vadot opp-microvolt = <1275000 1275000 1300000>; 35*f126890aSEmmanuel Vadot opp-level = <1275000>; 36*f126890aSEmmanuel Vadot }; 37*f126890aSEmmanuel Vadot 38*f126890aSEmmanuel Vadot core_opp_1300: opp-1300000 { 39*f126890aSEmmanuel Vadot opp-microvolt = <1300000 1300000 1300000>; 40*f126890aSEmmanuel Vadot opp-level = <1300000>; 41*f126890aSEmmanuel Vadot }; 42*f126890aSEmmanuel Vadot }; 43*f126890aSEmmanuel Vadot 44*f126890aSEmmanuel Vadot emc_icc_dvfs_opp_table: opp-table-emc { 45*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 46*f126890aSEmmanuel Vadot 47*f126890aSEmmanuel Vadot opp-36000000 { 48*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 49*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <36000000>; 50*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 51*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 52*f126890aSEmmanuel Vadot }; 53*f126890aSEmmanuel Vadot 54*f126890aSEmmanuel Vadot opp-47500000 { 55*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 56*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <47500000>; 57*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 58*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 59*f126890aSEmmanuel Vadot }; 60*f126890aSEmmanuel Vadot 61*f126890aSEmmanuel Vadot opp-50000000 { 62*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 63*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <50000000>; 64*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 65*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 66*f126890aSEmmanuel Vadot }; 67*f126890aSEmmanuel Vadot 68*f126890aSEmmanuel Vadot opp-54000000 { 69*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 70*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <54000000>; 71*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 72*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 73*f126890aSEmmanuel Vadot }; 74*f126890aSEmmanuel Vadot 75*f126890aSEmmanuel Vadot opp-57000000 { 76*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 77*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <57000000>; 78*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 79*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 80*f126890aSEmmanuel Vadot }; 81*f126890aSEmmanuel Vadot 82*f126890aSEmmanuel Vadot opp-100000000 { 83*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 84*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <100000000>; 85*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 86*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 87*f126890aSEmmanuel Vadot }; 88*f126890aSEmmanuel Vadot 89*f126890aSEmmanuel Vadot opp-108000000 { 90*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 91*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <108000000>; 92*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 93*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 94*f126890aSEmmanuel Vadot }; 95*f126890aSEmmanuel Vadot 96*f126890aSEmmanuel Vadot opp-126666000 { 97*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 98*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <126666000>; 99*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 100*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 101*f126890aSEmmanuel Vadot }; 102*f126890aSEmmanuel Vadot 103*f126890aSEmmanuel Vadot opp-150000000 { 104*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 105*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <150000000>; 106*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 107*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 108*f126890aSEmmanuel Vadot }; 109*f126890aSEmmanuel Vadot 110*f126890aSEmmanuel Vadot opp-190000000 { 111*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 112*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <190000000>; 113*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 114*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 115*f126890aSEmmanuel Vadot }; 116*f126890aSEmmanuel Vadot 117*f126890aSEmmanuel Vadot opp-216000000 { 118*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 119*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <216000000>; 120*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 121*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 122*f126890aSEmmanuel Vadot opp-suspend; 123*f126890aSEmmanuel Vadot }; 124*f126890aSEmmanuel Vadot 125*f126890aSEmmanuel Vadot opp-300000000 { 126*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 127*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <300000000>; 128*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 129*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 130*f126890aSEmmanuel Vadot }; 131*f126890aSEmmanuel Vadot 132*f126890aSEmmanuel Vadot opp-333000000 { 133*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 134*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <333000000>; 135*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 136*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 137*f126890aSEmmanuel Vadot }; 138*f126890aSEmmanuel Vadot 139*f126890aSEmmanuel Vadot opp-380000000 { 140*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 141*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <380000000>; 142*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 143*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 144*f126890aSEmmanuel Vadot }; 145*f126890aSEmmanuel Vadot 146*f126890aSEmmanuel Vadot opp-600000000 { 147*f126890aSEmmanuel Vadot opp-microvolt = <1200000 1200000 1300000>; 148*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <600000000>; 149*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 150*f126890aSEmmanuel Vadot required-opps = <&core_opp_1200>; 151*f126890aSEmmanuel Vadot }; 152*f126890aSEmmanuel Vadot 153*f126890aSEmmanuel Vadot opp-666000000 { 154*f126890aSEmmanuel Vadot opp-microvolt = <1200000 1200000 1300000>; 155*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <666000000>; 156*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 157*f126890aSEmmanuel Vadot required-opps = <&core_opp_1200>; 158*f126890aSEmmanuel Vadot }; 159*f126890aSEmmanuel Vadot 160*f126890aSEmmanuel Vadot opp-760000000 { 161*f126890aSEmmanuel Vadot opp-microvolt = <1300000 1300000 1300000>; 162*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <760000000>; 163*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 164*f126890aSEmmanuel Vadot required-opps = <&core_opp_1300>; 165*f126890aSEmmanuel Vadot }; 166*f126890aSEmmanuel Vadot }; 167*f126890aSEmmanuel Vadot 168*f126890aSEmmanuel Vadot host1x_dvfs_opp_table: opp-table-host1x { 169*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 170*f126890aSEmmanuel Vadot 171*f126890aSEmmanuel Vadot opp-104500000-950 { 172*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 173*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <104500000>; 174*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 175*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 176*f126890aSEmmanuel Vadot }; 177*f126890aSEmmanuel Vadot 178*f126890aSEmmanuel Vadot opp-133000000-1000 { 179*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 180*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <133000000>; 181*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 182*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 183*f126890aSEmmanuel Vadot }; 184*f126890aSEmmanuel Vadot 185*f126890aSEmmanuel Vadot opp-166000000-1100 { 186*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 187*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <166000000>; 188*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 189*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 190*f126890aSEmmanuel Vadot }; 191*f126890aSEmmanuel Vadot }; 192*f126890aSEmmanuel Vadot 193*f126890aSEmmanuel Vadot mpe_dvfs_opp_table: opp-table-mpe { 194*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 195*f126890aSEmmanuel Vadot 196*f126890aSEmmanuel Vadot opp-104500000-950 { 197*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 198*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <104500000>; 199*f126890aSEmmanuel Vadot opp-supported-hw = <0x0001>; 200*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 201*f126890aSEmmanuel Vadot }; 202*f126890aSEmmanuel Vadot 203*f126890aSEmmanuel Vadot opp-142500000-950 { 204*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 205*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <142500000>; 206*f126890aSEmmanuel Vadot opp-supported-hw = <0x0002>; 207*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 208*f126890aSEmmanuel Vadot }; 209*f126890aSEmmanuel Vadot 210*f126890aSEmmanuel Vadot opp-152000000-1000 { 211*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 212*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <152000000>; 213*f126890aSEmmanuel Vadot opp-supported-hw = <0x0001>; 214*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 215*f126890aSEmmanuel Vadot }; 216*f126890aSEmmanuel Vadot 217*f126890aSEmmanuel Vadot opp-190000000-1000 { 218*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 219*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <190000000>; 220*f126890aSEmmanuel Vadot opp-supported-hw = <0x0002>; 221*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 222*f126890aSEmmanuel Vadot }; 223*f126890aSEmmanuel Vadot 224*f126890aSEmmanuel Vadot opp-190000000-950 { 225*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 226*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <190000000>; 227*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 228*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 229*f126890aSEmmanuel Vadot }; 230*f126890aSEmmanuel Vadot 231*f126890aSEmmanuel Vadot opp-228000000-1100 { 232*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 233*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <228000000>; 234*f126890aSEmmanuel Vadot opp-supported-hw = <0x0001>; 235*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 236*f126890aSEmmanuel Vadot }; 237*f126890aSEmmanuel Vadot 238*f126890aSEmmanuel Vadot opp-228000000-950 { 239*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 240*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <228000000>; 241*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 242*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 243*f126890aSEmmanuel Vadot }; 244*f126890aSEmmanuel Vadot 245*f126890aSEmmanuel Vadot opp-237500000-1000 { 246*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 247*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <237500000>; 248*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 249*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 250*f126890aSEmmanuel Vadot }; 251*f126890aSEmmanuel Vadot 252*f126890aSEmmanuel Vadot opp-266000000-1000 { 253*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 254*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <266000000>; 255*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 256*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 257*f126890aSEmmanuel Vadot }; 258*f126890aSEmmanuel Vadot 259*f126890aSEmmanuel Vadot opp-275500000-1100 { 260*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 261*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <275500000>; 262*f126890aSEmmanuel Vadot opp-supported-hw = <0x0002>; 263*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 264*f126890aSEmmanuel Vadot }; 265*f126890aSEmmanuel Vadot 266*f126890aSEmmanuel Vadot opp-300000000-1200 { 267*f126890aSEmmanuel Vadot opp-microvolt = <1200000 1200000 1300000>; 268*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <300000000>; 269*f126890aSEmmanuel Vadot opp-supported-hw = <0x0003>; 270*f126890aSEmmanuel Vadot required-opps = <&core_opp_1200>; 271*f126890aSEmmanuel Vadot }; 272*f126890aSEmmanuel Vadot 273*f126890aSEmmanuel Vadot opp-300000000-1100 { 274*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 275*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <300000000>; 276*f126890aSEmmanuel Vadot opp-supported-hw = <0x000C>; 277*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 278*f126890aSEmmanuel Vadot }; 279*f126890aSEmmanuel Vadot }; 280*f126890aSEmmanuel Vadot 281*f126890aSEmmanuel Vadot vi_dvfs_opp_table: opp-table-vi { 282*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 283*f126890aSEmmanuel Vadot 284*f126890aSEmmanuel Vadot opp-85000000-950 { 285*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 286*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <85000000>; 287*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 288*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 289*f126890aSEmmanuel Vadot }; 290*f126890aSEmmanuel Vadot 291*f126890aSEmmanuel Vadot opp-100000000-1000 { 292*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 293*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <100000000>; 294*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 295*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 296*f126890aSEmmanuel Vadot }; 297*f126890aSEmmanuel Vadot 298*f126890aSEmmanuel Vadot opp-150000000-1100 { 299*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 300*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <150000000>; 301*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 302*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 303*f126890aSEmmanuel Vadot }; 304*f126890aSEmmanuel Vadot }; 305*f126890aSEmmanuel Vadot 306*f126890aSEmmanuel Vadot epp_dvfs_opp_table: opp-table-epp { 307*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 308*f126890aSEmmanuel Vadot 309*f126890aSEmmanuel Vadot opp-133000000-950 { 310*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 311*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <133000000>; 312*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 313*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 314*f126890aSEmmanuel Vadot }; 315*f126890aSEmmanuel Vadot 316*f126890aSEmmanuel Vadot opp-171000000-1000 { 317*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 318*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <171000000>; 319*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 320*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 321*f126890aSEmmanuel Vadot }; 322*f126890aSEmmanuel Vadot 323*f126890aSEmmanuel Vadot opp-247000000-1100 { 324*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 325*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <247000000>; 326*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 327*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 328*f126890aSEmmanuel Vadot }; 329*f126890aSEmmanuel Vadot 330*f126890aSEmmanuel Vadot opp-300000000-1200 { 331*f126890aSEmmanuel Vadot opp-microvolt = <1200000 1200000 1300000>; 332*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <300000000>; 333*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 334*f126890aSEmmanuel Vadot required-opps = <&core_opp_1200>; 335*f126890aSEmmanuel Vadot }; 336*f126890aSEmmanuel Vadot }; 337*f126890aSEmmanuel Vadot 338*f126890aSEmmanuel Vadot gr2d_dvfs_opp_table: opp-table-gr2d { 339*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 340*f126890aSEmmanuel Vadot 341*f126890aSEmmanuel Vadot opp-133000000-950 { 342*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 343*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <133000000>; 344*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 345*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 346*f126890aSEmmanuel Vadot }; 347*f126890aSEmmanuel Vadot 348*f126890aSEmmanuel Vadot opp-171000000-1000 { 349*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 350*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <171000000>; 351*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 352*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 353*f126890aSEmmanuel Vadot }; 354*f126890aSEmmanuel Vadot 355*f126890aSEmmanuel Vadot opp-247000000-1100 { 356*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 357*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <247000000>; 358*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 359*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 360*f126890aSEmmanuel Vadot }; 361*f126890aSEmmanuel Vadot 362*f126890aSEmmanuel Vadot opp-300000000-1200 { 363*f126890aSEmmanuel Vadot opp-microvolt = <1200000 1200000 1300000>; 364*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <300000000>; 365*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 366*f126890aSEmmanuel Vadot required-opps = <&core_opp_1200>; 367*f126890aSEmmanuel Vadot }; 368*f126890aSEmmanuel Vadot }; 369*f126890aSEmmanuel Vadot 370*f126890aSEmmanuel Vadot gr3d_dvfs_opp_table: opp-table-gr3d { 371*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 372*f126890aSEmmanuel Vadot 373*f126890aSEmmanuel Vadot opp-114000000-950 { 374*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 375*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <114000000>; 376*f126890aSEmmanuel Vadot opp-supported-hw = <0x0001>; 377*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 378*f126890aSEmmanuel Vadot }; 379*f126890aSEmmanuel Vadot 380*f126890aSEmmanuel Vadot opp-161500000-1000 { 381*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 382*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <161500000>; 383*f126890aSEmmanuel Vadot opp-supported-hw = <0x0001>; 384*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 385*f126890aSEmmanuel Vadot }; 386*f126890aSEmmanuel Vadot 387*f126890aSEmmanuel Vadot opp-161500000-950 { 388*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 389*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <161500000>; 390*f126890aSEmmanuel Vadot opp-supported-hw = <0x0002>; 391*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 392*f126890aSEmmanuel Vadot }; 393*f126890aSEmmanuel Vadot 394*f126890aSEmmanuel Vadot opp-209000000-1000 { 395*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 396*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <209000000>; 397*f126890aSEmmanuel Vadot opp-supported-hw = <0x0002>; 398*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 399*f126890aSEmmanuel Vadot }; 400*f126890aSEmmanuel Vadot 401*f126890aSEmmanuel Vadot opp-218500000-950 { 402*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 403*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <218500000>; 404*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 405*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 406*f126890aSEmmanuel Vadot }; 407*f126890aSEmmanuel Vadot 408*f126890aSEmmanuel Vadot opp-247000000-1100 { 409*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 410*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <247000000>; 411*f126890aSEmmanuel Vadot opp-supported-hw = <0x0001>; 412*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 413*f126890aSEmmanuel Vadot }; 414*f126890aSEmmanuel Vadot 415*f126890aSEmmanuel Vadot opp-247000000-950 { 416*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 417*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <247000000>; 418*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 419*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 420*f126890aSEmmanuel Vadot }; 421*f126890aSEmmanuel Vadot 422*f126890aSEmmanuel Vadot opp-256500000-1000 { 423*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 424*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <256500000>; 425*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 426*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 427*f126890aSEmmanuel Vadot }; 428*f126890aSEmmanuel Vadot 429*f126890aSEmmanuel Vadot opp-285000000-1100 { 430*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 431*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <285000000>; 432*f126890aSEmmanuel Vadot opp-supported-hw = <0x0002>; 433*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 434*f126890aSEmmanuel Vadot }; 435*f126890aSEmmanuel Vadot 436*f126890aSEmmanuel Vadot opp-285000000-1000 { 437*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 438*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <285000000>; 439*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 440*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 441*f126890aSEmmanuel Vadot }; 442*f126890aSEmmanuel Vadot 443*f126890aSEmmanuel Vadot opp-304000000-1200 { 444*f126890aSEmmanuel Vadot opp-microvolt = <1200000 1200000 1300000>; 445*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <304000000>; 446*f126890aSEmmanuel Vadot opp-supported-hw = <0x0001>; 447*f126890aSEmmanuel Vadot required-opps = <&core_opp_1200>; 448*f126890aSEmmanuel Vadot }; 449*f126890aSEmmanuel Vadot 450*f126890aSEmmanuel Vadot opp-323000000-1100 { 451*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 452*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <323000000>; 453*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 454*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 455*f126890aSEmmanuel Vadot }; 456*f126890aSEmmanuel Vadot 457*f126890aSEmmanuel Vadot opp-333500000-1275 { 458*f126890aSEmmanuel Vadot opp-microvolt = <1275000 1275000 1300000>; 459*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <333500000>; 460*f126890aSEmmanuel Vadot opp-supported-hw = <0x0001>; 461*f126890aSEmmanuel Vadot required-opps = <&core_opp_1275>; 462*f126890aSEmmanuel Vadot }; 463*f126890aSEmmanuel Vadot 464*f126890aSEmmanuel Vadot opp-333500000-1200 { 465*f126890aSEmmanuel Vadot opp-microvolt = <1200000 1200000 1300000>; 466*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <333500000>; 467*f126890aSEmmanuel Vadot opp-supported-hw = <0x0002>; 468*f126890aSEmmanuel Vadot required-opps = <&core_opp_1200>; 469*f126890aSEmmanuel Vadot }; 470*f126890aSEmmanuel Vadot 471*f126890aSEmmanuel Vadot opp-351500000-1100 { 472*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 473*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <351500000>; 474*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 475*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 476*f126890aSEmmanuel Vadot }; 477*f126890aSEmmanuel Vadot 478*f126890aSEmmanuel Vadot opp-361000000-1275 { 479*f126890aSEmmanuel Vadot opp-microvolt = <1275000 1275000 1300000>; 480*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <361000000>; 481*f126890aSEmmanuel Vadot opp-supported-hw = <0x0002>; 482*f126890aSEmmanuel Vadot required-opps = <&core_opp_1275>; 483*f126890aSEmmanuel Vadot }; 484*f126890aSEmmanuel Vadot 485*f126890aSEmmanuel Vadot opp-380000000-1200 { 486*f126890aSEmmanuel Vadot opp-microvolt = <1200000 1200000 1300000>; 487*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <380000000>; 488*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 489*f126890aSEmmanuel Vadot required-opps = <&core_opp_1200>; 490*f126890aSEmmanuel Vadot }; 491*f126890aSEmmanuel Vadot 492*f126890aSEmmanuel Vadot opp-400000000-1275 { 493*f126890aSEmmanuel Vadot opp-microvolt = <1275000 1275000 1300000>; 494*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <400000000>; 495*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 496*f126890aSEmmanuel Vadot required-opps = <&core_opp_1275>; 497*f126890aSEmmanuel Vadot }; 498*f126890aSEmmanuel Vadot 499*f126890aSEmmanuel Vadot opp-400000000-1200 { 500*f126890aSEmmanuel Vadot opp-microvolt = <1200000 1200000 1300000>; 501*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <400000000>; 502*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 503*f126890aSEmmanuel Vadot required-opps = <&core_opp_1200>; 504*f126890aSEmmanuel Vadot }; 505*f126890aSEmmanuel Vadot }; 506*f126890aSEmmanuel Vadot 507*f126890aSEmmanuel Vadot disp1_dvfs_opp_table: opp-table-disp1 { 508*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 509*f126890aSEmmanuel Vadot 510*f126890aSEmmanuel Vadot opp-158000000-950 { 511*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 512*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <158000000>; 513*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 514*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 515*f126890aSEmmanuel Vadot }; 516*f126890aSEmmanuel Vadot 517*f126890aSEmmanuel Vadot opp-190000000-1100 { 518*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 519*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <190000000>; 520*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 521*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 522*f126890aSEmmanuel Vadot }; 523*f126890aSEmmanuel Vadot }; 524*f126890aSEmmanuel Vadot 525*f126890aSEmmanuel Vadot disp2_dvfs_opp_table: opp-table-disp2 { 526*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 527*f126890aSEmmanuel Vadot 528*f126890aSEmmanuel Vadot opp-158000000-950 { 529*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 530*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <158000000>; 531*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 532*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 533*f126890aSEmmanuel Vadot }; 534*f126890aSEmmanuel Vadot 535*f126890aSEmmanuel Vadot opp-190000000-1100 { 536*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 537*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <190000000>; 538*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 539*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 540*f126890aSEmmanuel Vadot }; 541*f126890aSEmmanuel Vadot }; 542*f126890aSEmmanuel Vadot 543*f126890aSEmmanuel Vadot dsi_dvfs_opp_table: opp-table-dsi { 544*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 545*f126890aSEmmanuel Vadot 546*f126890aSEmmanuel Vadot opp-100000000-950 { 547*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 548*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <100000000>; 549*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 550*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 551*f126890aSEmmanuel Vadot }; 552*f126890aSEmmanuel Vadot 553*f126890aSEmmanuel Vadot opp-500000000-1200 { 554*f126890aSEmmanuel Vadot opp-microvolt = <1200000 1200000 1300000>; 555*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <500000000>; 556*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 557*f126890aSEmmanuel Vadot required-opps = <&core_opp_1200>; 558*f126890aSEmmanuel Vadot }; 559*f126890aSEmmanuel Vadot }; 560*f126890aSEmmanuel Vadot 561*f126890aSEmmanuel Vadot hdmi_dvfs_opp_table: opp-table-hdmi { 562*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 563*f126890aSEmmanuel Vadot 564*f126890aSEmmanuel Vadot opp-148500000-1200 { 565*f126890aSEmmanuel Vadot opp-microvolt = <1200000 1200000 1300000>; 566*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <148500000>; 567*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 568*f126890aSEmmanuel Vadot required-opps = <&core_opp_1200>; 569*f126890aSEmmanuel Vadot }; 570*f126890aSEmmanuel Vadot }; 571*f126890aSEmmanuel Vadot 572*f126890aSEmmanuel Vadot tvo_dvfs_opp_table: opp-table-tvo { 573*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 574*f126890aSEmmanuel Vadot 575*f126890aSEmmanuel Vadot opp-250000000-1200 { 576*f126890aSEmmanuel Vadot opp-microvolt = <1200000 1200000 1300000>; 577*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <250000000>; 578*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 579*f126890aSEmmanuel Vadot required-opps = <&core_opp_1200>; 580*f126890aSEmmanuel Vadot }; 581*f126890aSEmmanuel Vadot }; 582*f126890aSEmmanuel Vadot 583*f126890aSEmmanuel Vadot sclk_dvfs_opp_table: opp-table-sclk { 584*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 585*f126890aSEmmanuel Vadot 586*f126890aSEmmanuel Vadot opp-95000000-950 { 587*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 588*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <95000000>; 589*f126890aSEmmanuel Vadot opp-supported-hw = <0x0001>; 590*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 591*f126890aSEmmanuel Vadot }; 592*f126890aSEmmanuel Vadot 593*f126890aSEmmanuel Vadot opp-123500000-950 { 594*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 595*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <123500000>; 596*f126890aSEmmanuel Vadot opp-supported-hw = <0x0002>; 597*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 598*f126890aSEmmanuel Vadot }; 599*f126890aSEmmanuel Vadot 600*f126890aSEmmanuel Vadot opp-133000000-1000 { 601*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 602*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <133000000>; 603*f126890aSEmmanuel Vadot opp-supported-hw = <0x0001>; 604*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 605*f126890aSEmmanuel Vadot }; 606*f126890aSEmmanuel Vadot 607*f126890aSEmmanuel Vadot opp-152000000-950 { 608*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 609*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <152000000>; 610*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 611*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 612*f126890aSEmmanuel Vadot }; 613*f126890aSEmmanuel Vadot 614*f126890aSEmmanuel Vadot opp-159500000-1000 { 615*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 616*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <159500000>; 617*f126890aSEmmanuel Vadot opp-supported-hw = <0x0002>; 618*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 619*f126890aSEmmanuel Vadot }; 620*f126890aSEmmanuel Vadot 621*f126890aSEmmanuel Vadot opp-171000000-950 { 622*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 623*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <171000000>; 624*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 625*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 626*f126890aSEmmanuel Vadot }; 627*f126890aSEmmanuel Vadot 628*f126890aSEmmanuel Vadot opp-180500000-1000 { 629*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 630*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <180500000>; 631*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 632*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 633*f126890aSEmmanuel Vadot }; 634*f126890aSEmmanuel Vadot 635*f126890aSEmmanuel Vadot opp-190000000-1100 { 636*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 637*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <190000000>; 638*f126890aSEmmanuel Vadot opp-supported-hw = <0x0001>; 639*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 640*f126890aSEmmanuel Vadot }; 641*f126890aSEmmanuel Vadot 642*f126890aSEmmanuel Vadot opp-207000000-1100 { 643*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 644*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <207000000>; 645*f126890aSEmmanuel Vadot opp-supported-hw = <0x0002>; 646*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 647*f126890aSEmmanuel Vadot }; 648*f126890aSEmmanuel Vadot 649*f126890aSEmmanuel Vadot opp-218500000-1000 { 650*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 651*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <218500000>; 652*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 653*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 654*f126890aSEmmanuel Vadot }; 655*f126890aSEmmanuel Vadot 656*f126890aSEmmanuel Vadot opp-222500000-1200 { 657*f126890aSEmmanuel Vadot opp-microvolt = <1200000 1200000 1300000>; 658*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <222500000>; 659*f126890aSEmmanuel Vadot opp-supported-hw = <0x0001>; 660*f126890aSEmmanuel Vadot required-opps = <&core_opp_1200>; 661*f126890aSEmmanuel Vadot }; 662*f126890aSEmmanuel Vadot 663*f126890aSEmmanuel Vadot opp-229500000-1100 { 664*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 665*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <229500000>; 666*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 667*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 668*f126890aSEmmanuel Vadot }; 669*f126890aSEmmanuel Vadot 670*f126890aSEmmanuel Vadot opp-240000000-1225 { 671*f126890aSEmmanuel Vadot opp-microvolt = <1225000 1225000 1300000>; 672*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <240000000>; 673*f126890aSEmmanuel Vadot opp-supported-hw = <0x0001>; 674*f126890aSEmmanuel Vadot required-opps = <&core_opp_1225>; 675*f126890aSEmmanuel Vadot }; 676*f126890aSEmmanuel Vadot 677*f126890aSEmmanuel Vadot opp-240000000-1200 { 678*f126890aSEmmanuel Vadot opp-microvolt = <1200000 1200000 1300000>; 679*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <240000000>; 680*f126890aSEmmanuel Vadot opp-supported-hw = <0x0002>; 681*f126890aSEmmanuel Vadot required-opps = <&core_opp_1200>; 682*f126890aSEmmanuel Vadot }; 683*f126890aSEmmanuel Vadot 684*f126890aSEmmanuel Vadot opp-247000000-1275 { 685*f126890aSEmmanuel Vadot opp-microvolt = <1275000 1275000 1300000>; 686*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <247000000>; 687*f126890aSEmmanuel Vadot opp-supported-hw = <0x0001>; 688*f126890aSEmmanuel Vadot required-opps = <&core_opp_1275>; 689*f126890aSEmmanuel Vadot }; 690*f126890aSEmmanuel Vadot 691*f126890aSEmmanuel Vadot opp-256500000-1100 { 692*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 693*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <256500000>; 694*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 695*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 696*f126890aSEmmanuel Vadot }; 697*f126890aSEmmanuel Vadot 698*f126890aSEmmanuel Vadot opp-260000000-1200 { 699*f126890aSEmmanuel Vadot opp-microvolt = <1200000 1200000 1300000>; 700*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <260000000>; 701*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 702*f126890aSEmmanuel Vadot required-opps = <&core_opp_1200>; 703*f126890aSEmmanuel Vadot }; 704*f126890aSEmmanuel Vadot 705*f126890aSEmmanuel Vadot opp-262000000-1300 { 706*f126890aSEmmanuel Vadot opp-microvolt = <1300000 1300000 1300000>; 707*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <262000000>; 708*f126890aSEmmanuel Vadot opp-supported-hw = <0x0001>; 709*f126890aSEmmanuel Vadot required-opps = <&core_opp_1300>; 710*f126890aSEmmanuel Vadot }; 711*f126890aSEmmanuel Vadot 712*f126890aSEmmanuel Vadot opp-264000000-1275 { 713*f126890aSEmmanuel Vadot opp-microvolt = <1275000 1275000 1300000>; 714*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <264000000>; 715*f126890aSEmmanuel Vadot opp-supported-hw = <0x0002>; 716*f126890aSEmmanuel Vadot required-opps = <&core_opp_1275>; 717*f126890aSEmmanuel Vadot }; 718*f126890aSEmmanuel Vadot 719*f126890aSEmmanuel Vadot opp-277500000-1300 { 720*f126890aSEmmanuel Vadot opp-microvolt = <1300000 1300000 1300000>; 721*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <277500000>; 722*f126890aSEmmanuel Vadot opp-supported-hw = <0x0002>; 723*f126890aSEmmanuel Vadot required-opps = <&core_opp_1300>; 724*f126890aSEmmanuel Vadot }; 725*f126890aSEmmanuel Vadot 726*f126890aSEmmanuel Vadot opp-285000000-1275 { 727*f126890aSEmmanuel Vadot opp-microvolt = <1275000 1275000 1300000>; 728*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <285000000>; 729*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 730*f126890aSEmmanuel Vadot required-opps = <&core_opp_1275>; 731*f126890aSEmmanuel Vadot }; 732*f126890aSEmmanuel Vadot 733*f126890aSEmmanuel Vadot opp-292500000-1200 { 734*f126890aSEmmanuel Vadot opp-microvolt = <1200000 1200000 1300000>; 735*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <292500000>; 736*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 737*f126890aSEmmanuel Vadot required-opps = <&core_opp_1200>; 738*f126890aSEmmanuel Vadot }; 739*f126890aSEmmanuel Vadot 740*f126890aSEmmanuel Vadot opp-300000000-1300 { 741*f126890aSEmmanuel Vadot opp-microvolt = <1300000 1300000 1300000>; 742*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <300000000>; 743*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 744*f126890aSEmmanuel Vadot required-opps = <&core_opp_1300>; 745*f126890aSEmmanuel Vadot }; 746*f126890aSEmmanuel Vadot 747*f126890aSEmmanuel Vadot opp-300000000-1275 { 748*f126890aSEmmanuel Vadot opp-microvolt = <1275000 1275000 1300000>; 749*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <300000000>; 750*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 751*f126890aSEmmanuel Vadot required-opps = <&core_opp_1275>; 752*f126890aSEmmanuel Vadot }; 753*f126890aSEmmanuel Vadot }; 754*f126890aSEmmanuel Vadot 755*f126890aSEmmanuel Vadot vde_dvfs_opp_table: opp-table-vde { 756*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 757*f126890aSEmmanuel Vadot 758*f126890aSEmmanuel Vadot opp-95000000-950 { 759*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 760*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <95000000>; 761*f126890aSEmmanuel Vadot opp-supported-hw = <0x0001>; 762*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 763*f126890aSEmmanuel Vadot }; 764*f126890aSEmmanuel Vadot 765*f126890aSEmmanuel Vadot opp-123500000-1000 { 766*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 767*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <123500000>; 768*f126890aSEmmanuel Vadot opp-supported-hw = <0x0001>; 769*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 770*f126890aSEmmanuel Vadot }; 771*f126890aSEmmanuel Vadot 772*f126890aSEmmanuel Vadot opp-123500000-950 { 773*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 774*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <123500000>; 775*f126890aSEmmanuel Vadot opp-supported-hw = <0x0002>; 776*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 777*f126890aSEmmanuel Vadot }; 778*f126890aSEmmanuel Vadot 779*f126890aSEmmanuel Vadot opp-152000000-1000 { 780*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 781*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <152000000>; 782*f126890aSEmmanuel Vadot opp-supported-hw = <0x0002>; 783*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 784*f126890aSEmmanuel Vadot }; 785*f126890aSEmmanuel Vadot 786*f126890aSEmmanuel Vadot opp-152000000-950 { 787*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 788*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <152000000>; 789*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 790*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 791*f126890aSEmmanuel Vadot }; 792*f126890aSEmmanuel Vadot 793*f126890aSEmmanuel Vadot opp-171000000-950 { 794*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 795*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <171000000>; 796*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 797*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 798*f126890aSEmmanuel Vadot }; 799*f126890aSEmmanuel Vadot 800*f126890aSEmmanuel Vadot opp-209000000-1100 { 801*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 802*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <209000000>; 803*f126890aSEmmanuel Vadot opp-supported-hw = <0x0001>; 804*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 805*f126890aSEmmanuel Vadot }; 806*f126890aSEmmanuel Vadot 807*f126890aSEmmanuel Vadot opp-209000000-1000 { 808*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 809*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <209000000>; 810*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 811*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 812*f126890aSEmmanuel Vadot }; 813*f126890aSEmmanuel Vadot 814*f126890aSEmmanuel Vadot opp-218500000-1000 { 815*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 816*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <218500000>; 817*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 818*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 819*f126890aSEmmanuel Vadot }; 820*f126890aSEmmanuel Vadot 821*f126890aSEmmanuel Vadot opp-237500000-1100 { 822*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 823*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <237500000>; 824*f126890aSEmmanuel Vadot opp-supported-hw = <0x0002>; 825*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 826*f126890aSEmmanuel Vadot }; 827*f126890aSEmmanuel Vadot 828*f126890aSEmmanuel Vadot opp-275500000-1200 { 829*f126890aSEmmanuel Vadot opp-microvolt = <1200000 1200000 1300000>; 830*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <275500000>; 831*f126890aSEmmanuel Vadot opp-supported-hw = <0x0001>; 832*f126890aSEmmanuel Vadot required-opps = <&core_opp_1200>; 833*f126890aSEmmanuel Vadot }; 834*f126890aSEmmanuel Vadot 835*f126890aSEmmanuel Vadot opp-285000000-1100 { 836*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 837*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <285000000>; 838*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 839*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 840*f126890aSEmmanuel Vadot }; 841*f126890aSEmmanuel Vadot 842*f126890aSEmmanuel Vadot opp-300000000-1275 { 843*f126890aSEmmanuel Vadot opp-microvolt = <1275000 1275000 1300000>; 844*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <300000000>; 845*f126890aSEmmanuel Vadot opp-supported-hw = <0x0001>; 846*f126890aSEmmanuel Vadot required-opps = <&core_opp_1275>; 847*f126890aSEmmanuel Vadot }; 848*f126890aSEmmanuel Vadot 849*f126890aSEmmanuel Vadot opp-300000000-1200 { 850*f126890aSEmmanuel Vadot opp-microvolt = <1200000 1200000 1300000>; 851*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <300000000>; 852*f126890aSEmmanuel Vadot opp-supported-hw = <0x0006>; 853*f126890aSEmmanuel Vadot required-opps = <&core_opp_1200>; 854*f126890aSEmmanuel Vadot }; 855*f126890aSEmmanuel Vadot 856*f126890aSEmmanuel Vadot opp-300000000-1100 { 857*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 858*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <300000000>; 859*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 860*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 861*f126890aSEmmanuel Vadot }; 862*f126890aSEmmanuel Vadot }; 863*f126890aSEmmanuel Vadot 864*f126890aSEmmanuel Vadot ndflash_dvfs_opp_table: opp-table-ndflash { 865*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 866*f126890aSEmmanuel Vadot 867*f126890aSEmmanuel Vadot opp-130000000-950 { 868*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 869*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <130000000>; 870*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 871*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 872*f126890aSEmmanuel Vadot }; 873*f126890aSEmmanuel Vadot 874*f126890aSEmmanuel Vadot opp-150000000-1000 { 875*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 876*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <150000000>; 877*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 878*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 879*f126890aSEmmanuel Vadot }; 880*f126890aSEmmanuel Vadot 881*f126890aSEmmanuel Vadot opp-158000000-1100 { 882*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 883*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <158000000>; 884*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 885*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 886*f126890aSEmmanuel Vadot }; 887*f126890aSEmmanuel Vadot 888*f126890aSEmmanuel Vadot opp-164000000-1200 { 889*f126890aSEmmanuel Vadot opp-microvolt = <1200000 1200000 1300000>; 890*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <164000000>; 891*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 892*f126890aSEmmanuel Vadot required-opps = <&core_opp_1200>; 893*f126890aSEmmanuel Vadot }; 894*f126890aSEmmanuel Vadot }; 895*f126890aSEmmanuel Vadot 896*f126890aSEmmanuel Vadot nor_dvfs_opp_table: opp-table-nor { 897*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 898*f126890aSEmmanuel Vadot 899*f126890aSEmmanuel Vadot opp-92000000-1000 { 900*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 901*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <92000000>; 902*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 903*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 904*f126890aSEmmanuel Vadot }; 905*f126890aSEmmanuel Vadot }; 906*f126890aSEmmanuel Vadot 907*f126890aSEmmanuel Vadot sdmmc1_dvfs_opp_table: opp-table-sdmmc1 { 908*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 909*f126890aSEmmanuel Vadot 910*f126890aSEmmanuel Vadot opp-44000000-950 { 911*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 912*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <44000000>; 913*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 914*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 915*f126890aSEmmanuel Vadot }; 916*f126890aSEmmanuel Vadot 917*f126890aSEmmanuel Vadot opp-52000000-1000 { 918*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 919*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <52000000>; 920*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 921*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 922*f126890aSEmmanuel Vadot }; 923*f126890aSEmmanuel Vadot }; 924*f126890aSEmmanuel Vadot 925*f126890aSEmmanuel Vadot sdmmc2_dvfs_opp_table: opp-table-sdmmc2 { 926*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 927*f126890aSEmmanuel Vadot 928*f126890aSEmmanuel Vadot opp-44000000-950 { 929*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 930*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <44000000>; 931*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 932*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 933*f126890aSEmmanuel Vadot }; 934*f126890aSEmmanuel Vadot 935*f126890aSEmmanuel Vadot opp-52000000-1000 { 936*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 937*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <52000000>; 938*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 939*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 940*f126890aSEmmanuel Vadot }; 941*f126890aSEmmanuel Vadot }; 942*f126890aSEmmanuel Vadot 943*f126890aSEmmanuel Vadot sdmmc3_dvfs_opp_table: opp-table-sdmmc3 { 944*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 945*f126890aSEmmanuel Vadot 946*f126890aSEmmanuel Vadot opp-44000000-950 { 947*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 948*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <44000000>; 949*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 950*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 951*f126890aSEmmanuel Vadot }; 952*f126890aSEmmanuel Vadot 953*f126890aSEmmanuel Vadot opp-52000000-1000 { 954*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 955*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <52000000>; 956*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 957*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 958*f126890aSEmmanuel Vadot }; 959*f126890aSEmmanuel Vadot }; 960*f126890aSEmmanuel Vadot 961*f126890aSEmmanuel Vadot sdmmc4_dvfs_opp_table: opp-table-sdmmc4 { 962*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 963*f126890aSEmmanuel Vadot 964*f126890aSEmmanuel Vadot opp-44000000-950 { 965*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1300000>; 966*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <44000000>; 967*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 968*f126890aSEmmanuel Vadot required-opps = <&core_opp_950>; 969*f126890aSEmmanuel Vadot }; 970*f126890aSEmmanuel Vadot 971*f126890aSEmmanuel Vadot opp-52000000-1000 { 972*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1300000>; 973*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <52000000>; 974*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 975*f126890aSEmmanuel Vadot required-opps = <&core_opp_1000>; 976*f126890aSEmmanuel Vadot }; 977*f126890aSEmmanuel Vadot }; 978*f126890aSEmmanuel Vadot 979*f126890aSEmmanuel Vadot pcie_dvfs_opp_table: opp-table-pcie { 980*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 981*f126890aSEmmanuel Vadot 982*f126890aSEmmanuel Vadot opp-250000000-1200 { 983*f126890aSEmmanuel Vadot opp-microvolt = <1200000 1200000 1300000>; 984*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <250000000>; 985*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 986*f126890aSEmmanuel Vadot required-opps = <&core_opp_1200>; 987*f126890aSEmmanuel Vadot }; 988*f126890aSEmmanuel Vadot }; 989*f126890aSEmmanuel Vadot 990*f126890aSEmmanuel Vadot usbd_dvfs_opp_table: opp-table-usbd { 991*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 992*f126890aSEmmanuel Vadot 993*f126890aSEmmanuel Vadot opp-480000000-1100 { 994*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 995*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <480000000>; 996*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 997*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 998*f126890aSEmmanuel Vadot }; 999*f126890aSEmmanuel Vadot }; 1000*f126890aSEmmanuel Vadot 1001*f126890aSEmmanuel Vadot usb2_dvfs_opp_table: opp-table-usb2 { 1002*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 1003*f126890aSEmmanuel Vadot 1004*f126890aSEmmanuel Vadot opp-480000000-1100 { 1005*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 1006*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <480000000>; 1007*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 1008*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 1009*f126890aSEmmanuel Vadot }; 1010*f126890aSEmmanuel Vadot }; 1011*f126890aSEmmanuel Vadot 1012*f126890aSEmmanuel Vadot usb3_dvfs_opp_table: opp-table-usb3 { 1013*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 1014*f126890aSEmmanuel Vadot 1015*f126890aSEmmanuel Vadot opp-480000000-1100 { 1016*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1300000>; 1017*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <480000000>; 1018*f126890aSEmmanuel Vadot opp-supported-hw = <0x000F>; 1019*f126890aSEmmanuel Vadot required-opps = <&core_opp_1100>; 1020*f126890aSEmmanuel Vadot }; 1021*f126890aSEmmanuel Vadot }; 1022*f126890aSEmmanuel Vadot}; 1023