#address-cells = <2>;
        #size-cells = <2>;
 
+       cluster01_opp: opp-table-0 {
+               compatible = "operating-points-v2";
+               opp-shared;
+
+               opp-500000000 {
+                       opp-hz = /bits/ 64 <500000000>;
+                       opp-microvolt = <880000>;
+                       clock-latency-ns = <500000>;
+               };
+               opp-800000000 {
+                       opp-hz = /bits/ 64 <800000000>;
+                       opp-microvolt = <880000>;
+                       clock-latency-ns = <500000>;
+               };
+               opp-1000000000 {
+                       opp-hz = /bits/ 64 <1000000000>;
+                       opp-microvolt = <880000>;
+                       clock-latency-ns = <500000>;
+               };
+               opp-1200000000 {
+                       opp-hz = /bits/ 64 <1200000000>;
+                       opp-microvolt = <880000>;
+                       clock-latency-ns = <500000>;
+                       opp-suspend;
+               };
+       };
+
+       cluster23_opp: opp-table-1 {
+               compatible = "operating-points-v2";
+               opp-shared;
+
+               opp-500000000 {
+                       opp-hz = /bits/ 64 <500000000>;
+                       opp-microvolt = <880000>;
+                       clock-latency-ns = <500000>;
+               };
+               opp-800000000 {
+                       opp-hz = /bits/ 64 <800000000>;
+                       opp-microvolt = <880000>;
+                       clock-latency-ns = <500000>;
+               };
+               opp-1000000000 {
+                       opp-hz = /bits/ 64 <1000000000>;
+                       opp-microvolt = <880000>;
+                       clock-latency-ns = <500000>;
+               };
+               opp-1200000000 {
+                       opp-hz = /bits/ 64 <1200000000>;
+                       opp-microvolt = <880000>;
+                       clock-latency-ns = <500000>;
+                       opp-suspend;
+               };
+       };
+
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;
                        enable-method = "psci";
                        cpu-idle-states = <&CPU_SLEEP_0>;
                        clocks = <&cpg CPG_CORE R8A779F0_CLK_Z0>;
+                       operating-points-v2 = <&cluster01_opp>;
                };
 
                a55_1: cpu@100 {
                        enable-method = "psci";
                        cpu-idle-states = <&CPU_SLEEP_0>;
                        clocks = <&cpg CPG_CORE R8A779F0_CLK_Z0>;
+                       operating-points-v2 = <&cluster01_opp>;
                };
 
                a55_2: cpu@10000 {
                        enable-method = "psci";
                        cpu-idle-states = <&CPU_SLEEP_0>;
                        clocks = <&cpg CPG_CORE R8A779F0_CLK_Z0>;
+                       operating-points-v2 = <&cluster01_opp>;
                };
 
                a55_3: cpu@10100 {
                        enable-method = "psci";
                        cpu-idle-states = <&CPU_SLEEP_0>;
                        clocks = <&cpg CPG_CORE R8A779F0_CLK_Z0>;
+                       operating-points-v2 = <&cluster01_opp>;
                };
 
                a55_4: cpu@20000 {
                        enable-method = "psci";
                        cpu-idle-states = <&CPU_SLEEP_0>;
                        clocks = <&cpg CPG_CORE R8A779F0_CLK_Z1>;
+                       operating-points-v2 = <&cluster23_opp>;
                };
 
                a55_5: cpu@20100 {
                        enable-method = "psci";
                        cpu-idle-states = <&CPU_SLEEP_0>;
                        clocks = <&cpg CPG_CORE R8A779F0_CLK_Z1>;
+                       operating-points-v2 = <&cluster23_opp>;
                };
 
                a55_6: cpu@30000 {
                        enable-method = "psci";
                        cpu-idle-states = <&CPU_SLEEP_0>;
                        clocks = <&cpg CPG_CORE R8A779F0_CLK_Z1>;
+                       operating-points-v2 = <&cluster23_opp>;
                };
 
                a55_7: cpu@30100 {
                        enable-method = "psci";
                        cpu-idle-states = <&CPU_SLEEP_0>;
                        clocks = <&cpg CPG_CORE R8A779F0_CLK_Z1>;
+                       operating-points-v2 = <&cluster23_opp>;
                };
 
                L3_CA55_0: cache-controller-0 {