0001 /{
0002 cpu0_opp_table: opp-table-cpu {
0003 compatible = "operating-points-v2";
0004 opp-shared;
0005
0006 opp-720000000 {
0007 opp-hz = /bits/ 64 <720000000>;
0008 opp-microvolt = <1000000 1000000 1300000>;
0009 clock-latency-ns = <2000000>;
0010 };
0011
0012 opp-912000000 {
0013 opp-hz = /bits/ 64 <912000000>;
0014 opp-microvolt = <1100000 1100000 1300000>;
0015 clock-latency-ns = <2000000>;
0016 };
0017
0018 opp-1008000000 {
0019 opp-hz = /bits/ 64 <1008000000>;
0020 opp-microvolt = <1160000 1160000 1300000>;
0021 clock-latency-ns = <2000000>;
0022 };
0023
0024 opp-1104000000 {
0025 opp-hz = /bits/ 64 <1104000000>;
0026 opp-microvolt = <1240000 1240000 1300000>;
0027 clock-latency-ns = <2000000>;
0028 };
0029
0030 opp-1200000000 {
0031 opp-hz = /bits/ 64 <1200000000>;
0032 opp-microvolt = <1300000 1300000 1300000>;
0033 clock-latency-ns = <2000000>;
0034 };
0035 };
0036 };
0037
0038 &cpu0 {
0039 operating-points-v2 = <&cpu0_opp_table>;
0040 };
0041
0042 &cpu1 {
0043 operating-points-v2 = <&cpu0_opp_table>;
0044 };
0045
0046 &cpu2 {
0047 operating-points-v2 = <&cpu0_opp_table>;
0048 };
0049
0050 &cpu3 {
0051 operating-points-v2 = <&cpu0_opp_table>;
0052 };