sun8i-r40-cpu-opp.dtsi 1007 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /{
  2. cpu0_opp_table: opp-table-cpu {
  3. compatible = "operating-points-v2";
  4. opp-shared;
  5. opp-720000000 {
  6. opp-hz = /bits/ 64 <720000000>;
  7. opp-microvolt = <1000000 1000000 1300000>;
  8. clock-latency-ns = <2000000>;
  9. };
  10. opp-912000000 {
  11. opp-hz = /bits/ 64 <912000000>;
  12. opp-microvolt = <1100000 1100000 1300000>;
  13. clock-latency-ns = <2000000>;
  14. };
  15. opp-1008000000 {
  16. opp-hz = /bits/ 64 <1008000000>;
  17. opp-microvolt = <1160000 1160000 1300000>;
  18. clock-latency-ns = <2000000>;
  19. };
  20. opp-1104000000 {
  21. opp-hz = /bits/ 64 <1104000000>;
  22. opp-microvolt = <1240000 1240000 1300000>;
  23. clock-latency-ns = <2000000>;
  24. };
  25. opp-1200000000 {
  26. opp-hz = /bits/ 64 <1200000000>;
  27. opp-microvolt = <1300000 1300000 1300000>;
  28. clock-latency-ns = <2000000>;
  29. };
  30. };
  31. };
  32. &cpu0 {
  33. operating-points-v2 = <&cpu0_opp_table>;
  34. };
  35. &cpu1 {
  36. operating-points-v2 = <&cpu0_opp_table>;
  37. };
  38. &cpu2 {
  39. operating-points-v2 = <&cpu0_opp_table>;
  40. };
  41. &cpu3 {
  42. operating-points-v2 = <&cpu0_opp_table>;
  43. };