Lines Matching +full:opp +full:- +full:1300000000
1 i.MX CPUFreq-DT OPP bindings
6 the opp-supported-hw values for each OPP to check if the OPP is allowed.
9 --------------------
11 For each opp entry in 'operating-points-v2' table:
12 - opp-supported-hw: Two bitmaps indicating:
13 - Supported speed grade mask
14 - Supported market segment mask
21 --------
24 compatible = "operating-points-v2";
25 opp-1000000000 {
26 opp-hz = /bits/ 64 <1000000000>;
28 opp-supported-hw = <0xf>, <0x3>;
31 opp-1300000000 {
32 opp-hz = /bits/ 64 <1300000000>;
33 opp-microvolt = <1000000>;
35 opp-supported-hw = <0xe>, <0x7>;