1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 2*f126890aSEmmanuel Vadot 3*f126890aSEmmanuel Vadot/ { 4*f126890aSEmmanuel Vadot emc_icc_dvfs_opp_table: opp-table-emc { 5*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 6*f126890aSEmmanuel Vadot 7*f126890aSEmmanuel Vadot opp-12750000-800 { 8*f126890aSEmmanuel Vadot opp-microvolt = <800000 800000 1150000>; 9*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <12750000>; 10*f126890aSEmmanuel Vadot opp-supported-hw = <0x0003>; 11*f126890aSEmmanuel Vadot }; 12*f126890aSEmmanuel Vadot 13*f126890aSEmmanuel Vadot opp-12750000-950 { 14*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1150000>; 15*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <12750000>; 16*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 17*f126890aSEmmanuel Vadot }; 18*f126890aSEmmanuel Vadot 19*f126890aSEmmanuel Vadot opp-12750000-1050 { 20*f126890aSEmmanuel Vadot opp-microvolt = <1050000 1050000 1150000>; 21*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <12750000>; 22*f126890aSEmmanuel Vadot opp-supported-hw = <0x0010>; 23*f126890aSEmmanuel Vadot }; 24*f126890aSEmmanuel Vadot 25*f126890aSEmmanuel Vadot opp-12750000-1110 { 26*f126890aSEmmanuel Vadot opp-microvolt = <1110000 1110000 1150000>; 27*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <12750000>; 28*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 29*f126890aSEmmanuel Vadot }; 30*f126890aSEmmanuel Vadot 31*f126890aSEmmanuel Vadot opp-20400000-800 { 32*f126890aSEmmanuel Vadot opp-microvolt = <800000 800000 1150000>; 33*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <20400000>; 34*f126890aSEmmanuel Vadot opp-supported-hw = <0x0003>; 35*f126890aSEmmanuel Vadot }; 36*f126890aSEmmanuel Vadot 37*f126890aSEmmanuel Vadot opp-20400000-950 { 38*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1150000>; 39*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <20400000>; 40*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 41*f126890aSEmmanuel Vadot }; 42*f126890aSEmmanuel Vadot 43*f126890aSEmmanuel Vadot opp-20400000-1050 { 44*f126890aSEmmanuel Vadot opp-microvolt = <1050000 1050000 1150000>; 45*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <20400000>; 46*f126890aSEmmanuel Vadot opp-supported-hw = <0x0010>; 47*f126890aSEmmanuel Vadot }; 48*f126890aSEmmanuel Vadot 49*f126890aSEmmanuel Vadot opp-20400000-1110 { 50*f126890aSEmmanuel Vadot opp-microvolt = <1110000 1110000 1150000>; 51*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <20400000>; 52*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 53*f126890aSEmmanuel Vadot }; 54*f126890aSEmmanuel Vadot 55*f126890aSEmmanuel Vadot opp-40800000-800 { 56*f126890aSEmmanuel Vadot opp-microvolt = <800000 800000 1150000>; 57*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <40800000>; 58*f126890aSEmmanuel Vadot opp-supported-hw = <0x0003>; 59*f126890aSEmmanuel Vadot }; 60*f126890aSEmmanuel Vadot 61*f126890aSEmmanuel Vadot opp-40800000-950 { 62*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1150000>; 63*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <40800000>; 64*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 65*f126890aSEmmanuel Vadot }; 66*f126890aSEmmanuel Vadot 67*f126890aSEmmanuel Vadot opp-40800000-1050 { 68*f126890aSEmmanuel Vadot opp-microvolt = <1050000 1050000 1150000>; 69*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <40800000>; 70*f126890aSEmmanuel Vadot opp-supported-hw = <0x0010>; 71*f126890aSEmmanuel Vadot }; 72*f126890aSEmmanuel Vadot 73*f126890aSEmmanuel Vadot opp-40800000-1110 { 74*f126890aSEmmanuel Vadot opp-microvolt = <1110000 1110000 1150000>; 75*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <40800000>; 76*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 77*f126890aSEmmanuel Vadot }; 78*f126890aSEmmanuel Vadot 79*f126890aSEmmanuel Vadot opp-68000000-800 { 80*f126890aSEmmanuel Vadot opp-microvolt = <800000 800000 1150000>; 81*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <68000000>; 82*f126890aSEmmanuel Vadot opp-supported-hw = <0x0003>; 83*f126890aSEmmanuel Vadot }; 84*f126890aSEmmanuel Vadot 85*f126890aSEmmanuel Vadot opp-68000000-950 { 86*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1150000>; 87*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <68000000>; 88*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 89*f126890aSEmmanuel Vadot }; 90*f126890aSEmmanuel Vadot 91*f126890aSEmmanuel Vadot opp-68000000-1050 { 92*f126890aSEmmanuel Vadot opp-microvolt = <1050000 1050000 1150000>; 93*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <68000000>; 94*f126890aSEmmanuel Vadot opp-supported-hw = <0x0010>; 95*f126890aSEmmanuel Vadot }; 96*f126890aSEmmanuel Vadot 97*f126890aSEmmanuel Vadot opp-68000000-1110 { 98*f126890aSEmmanuel Vadot opp-microvolt = <1110000 1110000 1150000>; 99*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <68000000>; 100*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 101*f126890aSEmmanuel Vadot }; 102*f126890aSEmmanuel Vadot 103*f126890aSEmmanuel Vadot opp-102000000-800 { 104*f126890aSEmmanuel Vadot opp-microvolt = <800000 800000 1150000>; 105*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <102000000>; 106*f126890aSEmmanuel Vadot opp-supported-hw = <0x0003>; 107*f126890aSEmmanuel Vadot }; 108*f126890aSEmmanuel Vadot 109*f126890aSEmmanuel Vadot opp-102000000-950 { 110*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1150000>; 111*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <102000000>; 112*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 113*f126890aSEmmanuel Vadot }; 114*f126890aSEmmanuel Vadot 115*f126890aSEmmanuel Vadot opp-102000000-1050 { 116*f126890aSEmmanuel Vadot opp-microvolt = <1050000 1050000 1150000>; 117*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <102000000>; 118*f126890aSEmmanuel Vadot opp-supported-hw = <0x0010>; 119*f126890aSEmmanuel Vadot }; 120*f126890aSEmmanuel Vadot 121*f126890aSEmmanuel Vadot opp-102000000-1110 { 122*f126890aSEmmanuel Vadot opp-microvolt = <1110000 1110000 1150000>; 123*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <102000000>; 124*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 125*f126890aSEmmanuel Vadot }; 126*f126890aSEmmanuel Vadot 127*f126890aSEmmanuel Vadot opp-204000000-800 { 128*f126890aSEmmanuel Vadot opp-microvolt = <800000 800000 1150000>; 129*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <204000000>; 130*f126890aSEmmanuel Vadot opp-supported-hw = <0x0003>; 131*f126890aSEmmanuel Vadot opp-suspend; 132*f126890aSEmmanuel Vadot }; 133*f126890aSEmmanuel Vadot 134*f126890aSEmmanuel Vadot opp-204000000-950 { 135*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1150000>; 136*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <204000000>; 137*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 138*f126890aSEmmanuel Vadot opp-suspend; 139*f126890aSEmmanuel Vadot }; 140*f126890aSEmmanuel Vadot 141*f126890aSEmmanuel Vadot opp-204000000-1050 { 142*f126890aSEmmanuel Vadot opp-microvolt = <1050000 1050000 1150000>; 143*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <204000000>; 144*f126890aSEmmanuel Vadot opp-supported-hw = <0x0010>; 145*f126890aSEmmanuel Vadot opp-suspend; 146*f126890aSEmmanuel Vadot }; 147*f126890aSEmmanuel Vadot 148*f126890aSEmmanuel Vadot opp-204000000-1110 { 149*f126890aSEmmanuel Vadot opp-microvolt = <1110000 1110000 1150000>; 150*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <204000000>; 151*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 152*f126890aSEmmanuel Vadot opp-suspend; 153*f126890aSEmmanuel Vadot }; 154*f126890aSEmmanuel Vadot 155*f126890aSEmmanuel Vadot opp-264000000-800 { 156*f126890aSEmmanuel Vadot opp-microvolt = <800000 800000 1150000>; 157*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <264000000>; 158*f126890aSEmmanuel Vadot opp-supported-hw = <0x0003>; 159*f126890aSEmmanuel Vadot }; 160*f126890aSEmmanuel Vadot 161*f126890aSEmmanuel Vadot opp-264000000-950 { 162*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1150000>; 163*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <264000000>; 164*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 165*f126890aSEmmanuel Vadot }; 166*f126890aSEmmanuel Vadot 167*f126890aSEmmanuel Vadot opp-264000000-1050 { 168*f126890aSEmmanuel Vadot opp-microvolt = <1050000 1050000 1150000>; 169*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <264000000>; 170*f126890aSEmmanuel Vadot opp-supported-hw = <0x0010>; 171*f126890aSEmmanuel Vadot }; 172*f126890aSEmmanuel Vadot 173*f126890aSEmmanuel Vadot opp-264000000-1110 { 174*f126890aSEmmanuel Vadot opp-microvolt = <1110000 1110000 1150000>; 175*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <264000000>; 176*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 177*f126890aSEmmanuel Vadot }; 178*f126890aSEmmanuel Vadot 179*f126890aSEmmanuel Vadot opp-300000000-850 { 180*f126890aSEmmanuel Vadot opp-microvolt = <850000 850000 1150000>; 181*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <300000000>; 182*f126890aSEmmanuel Vadot opp-supported-hw = <0x0003>; 183*f126890aSEmmanuel Vadot }; 184*f126890aSEmmanuel Vadot 185*f126890aSEmmanuel Vadot opp-300000000-950 { 186*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1150000>; 187*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <300000000>; 188*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 189*f126890aSEmmanuel Vadot }; 190*f126890aSEmmanuel Vadot 191*f126890aSEmmanuel Vadot opp-300000000-1050 { 192*f126890aSEmmanuel Vadot opp-microvolt = <1050000 1050000 1150000>; 193*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <300000000>; 194*f126890aSEmmanuel Vadot opp-supported-hw = <0x0010>; 195*f126890aSEmmanuel Vadot }; 196*f126890aSEmmanuel Vadot 197*f126890aSEmmanuel Vadot opp-300000000-1110 { 198*f126890aSEmmanuel Vadot opp-microvolt = <1110000 1110000 1150000>; 199*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <300000000>; 200*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 201*f126890aSEmmanuel Vadot }; 202*f126890aSEmmanuel Vadot 203*f126890aSEmmanuel Vadot opp-348000000-850 { 204*f126890aSEmmanuel Vadot opp-microvolt = <850000 850000 1150000>; 205*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <348000000>; 206*f126890aSEmmanuel Vadot opp-supported-hw = <0x0003>; 207*f126890aSEmmanuel Vadot }; 208*f126890aSEmmanuel Vadot 209*f126890aSEmmanuel Vadot opp-348000000-950 { 210*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1150000>; 211*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <348000000>; 212*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 213*f126890aSEmmanuel Vadot }; 214*f126890aSEmmanuel Vadot 215*f126890aSEmmanuel Vadot opp-348000000-1050 { 216*f126890aSEmmanuel Vadot opp-microvolt = <1050000 1050000 1150000>; 217*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <348000000>; 218*f126890aSEmmanuel Vadot opp-supported-hw = <0x0010>; 219*f126890aSEmmanuel Vadot }; 220*f126890aSEmmanuel Vadot 221*f126890aSEmmanuel Vadot opp-348000000-1110 { 222*f126890aSEmmanuel Vadot opp-microvolt = <1110000 1110000 1150000>; 223*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <348000000>; 224*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 225*f126890aSEmmanuel Vadot }; 226*f126890aSEmmanuel Vadot 227*f126890aSEmmanuel Vadot opp-396000000-950 { 228*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1150000>; 229*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <396000000>; 230*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 231*f126890aSEmmanuel Vadot }; 232*f126890aSEmmanuel Vadot 233*f126890aSEmmanuel Vadot opp-396000000-1000 { 234*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1150000>; 235*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <396000000>; 236*f126890aSEmmanuel Vadot opp-supported-hw = <0x0003>; 237*f126890aSEmmanuel Vadot }; 238*f126890aSEmmanuel Vadot 239*f126890aSEmmanuel Vadot opp-396000000-1050 { 240*f126890aSEmmanuel Vadot opp-microvolt = <1050000 1050000 1150000>; 241*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <396000000>; 242*f126890aSEmmanuel Vadot opp-supported-hw = <0x0010>; 243*f126890aSEmmanuel Vadot }; 244*f126890aSEmmanuel Vadot 245*f126890aSEmmanuel Vadot opp-396000000-1110 { 246*f126890aSEmmanuel Vadot opp-microvolt = <1110000 1110000 1150000>; 247*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <396000000>; 248*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 249*f126890aSEmmanuel Vadot }; 250*f126890aSEmmanuel Vadot 251*f126890aSEmmanuel Vadot opp-528000000-950 { 252*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1150000>; 253*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <528000000>; 254*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 255*f126890aSEmmanuel Vadot }; 256*f126890aSEmmanuel Vadot 257*f126890aSEmmanuel Vadot opp-528000000-1000 { 258*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1150000>; 259*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <528000000>; 260*f126890aSEmmanuel Vadot opp-supported-hw = <0x0003>; 261*f126890aSEmmanuel Vadot }; 262*f126890aSEmmanuel Vadot 263*f126890aSEmmanuel Vadot opp-528000000-1050 { 264*f126890aSEmmanuel Vadot opp-microvolt = <1050000 1050000 1150000>; 265*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <528000000>; 266*f126890aSEmmanuel Vadot opp-supported-hw = <0x0010>; 267*f126890aSEmmanuel Vadot }; 268*f126890aSEmmanuel Vadot 269*f126890aSEmmanuel Vadot opp-528000000-1110 { 270*f126890aSEmmanuel Vadot opp-microvolt = <1110000 1110000 1150000>; 271*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <528000000>; 272*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 273*f126890aSEmmanuel Vadot }; 274*f126890aSEmmanuel Vadot 275*f126890aSEmmanuel Vadot opp-600000000-950 { 276*f126890aSEmmanuel Vadot opp-microvolt = <950000 950000 1150000>; 277*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <600000000>; 278*f126890aSEmmanuel Vadot opp-supported-hw = <0x0008>; 279*f126890aSEmmanuel Vadot }; 280*f126890aSEmmanuel Vadot 281*f126890aSEmmanuel Vadot opp-600000000-1000 { 282*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1150000>; 283*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <600000000>; 284*f126890aSEmmanuel Vadot opp-supported-hw = <0x0003>; 285*f126890aSEmmanuel Vadot }; 286*f126890aSEmmanuel Vadot 287*f126890aSEmmanuel Vadot opp-600000000-1050 { 288*f126890aSEmmanuel Vadot opp-microvolt = <1050000 1050000 1150000>; 289*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <600000000>; 290*f126890aSEmmanuel Vadot opp-supported-hw = <0x0010>; 291*f126890aSEmmanuel Vadot }; 292*f126890aSEmmanuel Vadot 293*f126890aSEmmanuel Vadot opp-600000000-1110 { 294*f126890aSEmmanuel Vadot opp-microvolt = <1110000 1110000 1150000>; 295*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <600000000>; 296*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 297*f126890aSEmmanuel Vadot }; 298*f126890aSEmmanuel Vadot 299*f126890aSEmmanuel Vadot opp-792000000-1000 { 300*f126890aSEmmanuel Vadot opp-microvolt = <1000000 1000000 1150000>; 301*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <792000000>; 302*f126890aSEmmanuel Vadot opp-supported-hw = <0x000B>; 303*f126890aSEmmanuel Vadot }; 304*f126890aSEmmanuel Vadot 305*f126890aSEmmanuel Vadot opp-792000000-1050 { 306*f126890aSEmmanuel Vadot opp-microvolt = <1050000 1050000 1150000>; 307*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <792000000>; 308*f126890aSEmmanuel Vadot opp-supported-hw = <0x0010>; 309*f126890aSEmmanuel Vadot }; 310*f126890aSEmmanuel Vadot 311*f126890aSEmmanuel Vadot opp-792000000-1110 { 312*f126890aSEmmanuel Vadot opp-microvolt = <1110000 1110000 1150000>; 313*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <792000000>; 314*f126890aSEmmanuel Vadot opp-supported-hw = <0x0004>; 315*f126890aSEmmanuel Vadot }; 316*f126890aSEmmanuel Vadot 317*f126890aSEmmanuel Vadot opp-924000000-1100 { 318*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1150000>; 319*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <924000000>; 320*f126890aSEmmanuel Vadot opp-supported-hw = <0x0013>; 321*f126890aSEmmanuel Vadot }; 322*f126890aSEmmanuel Vadot 323*f126890aSEmmanuel Vadot opp-1200000000-1100 { 324*f126890aSEmmanuel Vadot opp-microvolt = <1100000 1100000 1150000>; 325*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <1200000000>; 326*f126890aSEmmanuel Vadot opp-supported-hw = <0x0003>; 327*f126890aSEmmanuel Vadot }; 328*f126890aSEmmanuel Vadot }; 329*f126890aSEmmanuel Vadot 330*f126890aSEmmanuel Vadot emc_bw_dfs_opp_table: opp-table-actmon { 331*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 332*f126890aSEmmanuel Vadot 333*f126890aSEmmanuel Vadot opp-12750000 { 334*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <12750000>; 335*f126890aSEmmanuel Vadot opp-supported-hw = <0x001F>; 336*f126890aSEmmanuel Vadot opp-peak-kBps = <204000>; 337*f126890aSEmmanuel Vadot }; 338*f126890aSEmmanuel Vadot 339*f126890aSEmmanuel Vadot opp-20400000 { 340*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <20400000>; 341*f126890aSEmmanuel Vadot opp-supported-hw = <0x001F>; 342*f126890aSEmmanuel Vadot opp-peak-kBps = <326400>; 343*f126890aSEmmanuel Vadot }; 344*f126890aSEmmanuel Vadot 345*f126890aSEmmanuel Vadot opp-40800000 { 346*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <40800000>; 347*f126890aSEmmanuel Vadot opp-supported-hw = <0x001F>; 348*f126890aSEmmanuel Vadot opp-peak-kBps = <652800>; 349*f126890aSEmmanuel Vadot }; 350*f126890aSEmmanuel Vadot 351*f126890aSEmmanuel Vadot opp-68000000 { 352*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <68000000>; 353*f126890aSEmmanuel Vadot opp-supported-hw = <0x001F>; 354*f126890aSEmmanuel Vadot opp-peak-kBps = <1088000>; 355*f126890aSEmmanuel Vadot }; 356*f126890aSEmmanuel Vadot 357*f126890aSEmmanuel Vadot opp-102000000 { 358*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <102000000>; 359*f126890aSEmmanuel Vadot opp-supported-hw = <0x001F>; 360*f126890aSEmmanuel Vadot opp-peak-kBps = <1632000>; 361*f126890aSEmmanuel Vadot }; 362*f126890aSEmmanuel Vadot 363*f126890aSEmmanuel Vadot opp-204000000 { 364*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <204000000>; 365*f126890aSEmmanuel Vadot opp-supported-hw = <0x001F>; 366*f126890aSEmmanuel Vadot opp-peak-kBps = <3264000>; 367*f126890aSEmmanuel Vadot opp-suspend; 368*f126890aSEmmanuel Vadot }; 369*f126890aSEmmanuel Vadot 370*f126890aSEmmanuel Vadot opp-264000000 { 371*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <264000000>; 372*f126890aSEmmanuel Vadot opp-supported-hw = <0x001F>; 373*f126890aSEmmanuel Vadot opp-peak-kBps = <4224000>; 374*f126890aSEmmanuel Vadot }; 375*f126890aSEmmanuel Vadot 376*f126890aSEmmanuel Vadot opp-300000000 { 377*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <300000000>; 378*f126890aSEmmanuel Vadot opp-supported-hw = <0x001F>; 379*f126890aSEmmanuel Vadot opp-peak-kBps = <4800000>; 380*f126890aSEmmanuel Vadot }; 381*f126890aSEmmanuel Vadot 382*f126890aSEmmanuel Vadot opp-348000000 { 383*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <348000000>; 384*f126890aSEmmanuel Vadot opp-supported-hw = <0x001F>; 385*f126890aSEmmanuel Vadot opp-peak-kBps = <5568000>; 386*f126890aSEmmanuel Vadot }; 387*f126890aSEmmanuel Vadot 388*f126890aSEmmanuel Vadot opp-396000000 { 389*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <396000000>; 390*f126890aSEmmanuel Vadot opp-supported-hw = <0x001F>; 391*f126890aSEmmanuel Vadot opp-peak-kBps = <6336000>; 392*f126890aSEmmanuel Vadot }; 393*f126890aSEmmanuel Vadot 394*f126890aSEmmanuel Vadot opp-528000000 { 395*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <528000000>; 396*f126890aSEmmanuel Vadot opp-supported-hw = <0x001F>; 397*f126890aSEmmanuel Vadot opp-peak-kBps = <8448000>; 398*f126890aSEmmanuel Vadot }; 399*f126890aSEmmanuel Vadot 400*f126890aSEmmanuel Vadot opp-600000000 { 401*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <600000000>; 402*f126890aSEmmanuel Vadot opp-supported-hw = <0x001F>; 403*f126890aSEmmanuel Vadot opp-peak-kBps = <9600000>; 404*f126890aSEmmanuel Vadot }; 405*f126890aSEmmanuel Vadot 406*f126890aSEmmanuel Vadot opp-792000000 { 407*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <792000000>; 408*f126890aSEmmanuel Vadot opp-supported-hw = <0x001F>; 409*f126890aSEmmanuel Vadot opp-peak-kBps = <12672000>; 410*f126890aSEmmanuel Vadot }; 411*f126890aSEmmanuel Vadot 412*f126890aSEmmanuel Vadot opp-924000000 { 413*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <924000000>; 414*f126890aSEmmanuel Vadot opp-supported-hw = <0x0013>; 415*f126890aSEmmanuel Vadot opp-peak-kBps = <14784000>; 416*f126890aSEmmanuel Vadot }; 417*f126890aSEmmanuel Vadot 418*f126890aSEmmanuel Vadot opp-1200000000 { 419*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <1200000000>; 420*f126890aSEmmanuel Vadot opp-supported-hw = <0x0003>; 421*f126890aSEmmanuel Vadot opp-peak-kBps = <19200000>; 422*f126890aSEmmanuel Vadot }; 423*f126890aSEmmanuel Vadot }; 424*f126890aSEmmanuel Vadot}; 425