light-a-val-crash.dts 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2021 Alibaba Group Holding Limited.
  4. */
  5. #include "light-crash.dts"
  6. &aon {
  7. aon_reg_dialog: light-dialog-reg {
  8. compatible = "thead,light-dialog-pmic";
  9. status = "okay";
  10. dvdd_cpu_reg: appcpu_dvdd {
  11. regulator-name = "appcpu_dvdd";
  12. regulator-min-microvolt = <600000>;
  13. regulator-max-microvolt = <1500000>;
  14. regulator-boot-on;
  15. regulator-always-on;
  16. };
  17. dvddm_cpu_reg: appcpu_dvddm {
  18. regulator-name = "appcpu_dvddm";
  19. regulator-min-microvolt = <600000>;
  20. regulator-max-microvolt = <1500000>;
  21. regulator-boot-on;
  22. regulator-always-on;
  23. };
  24. };
  25. };
  26. &cpus {
  27. c910_0: cpu@0 {
  28. operating-points = <
  29. /* kHz uV */
  30. 300000 600000
  31. 800000 700000
  32. 1500000 800000
  33. 1848000 1000000
  34. >;
  35. light,dvddm-operating-points = <
  36. /* kHz uV */
  37. 300000 800000
  38. 800000 800000
  39. 1500000 800000
  40. 1848000 1000000
  41. >;
  42. };
  43. c910_1: cpu@1 {
  44. operating-points = <
  45. /* kHz uV */
  46. 300000 600000
  47. 800000 700000
  48. 1500000 800000
  49. 1848000 1000000
  50. >;
  51. light,dvddm-operating-points = <
  52. /* kHz uV */
  53. 300000 800000
  54. 800000 800000
  55. 1500000 800000
  56. 1848000 1000000
  57. >;
  58. };
  59. c910_2: cpu@2 {
  60. operating-points = <
  61. /* kHz uV */
  62. 300000 600000
  63. 800000 700000
  64. 1500000 800000
  65. 1848000 1000000
  66. >;
  67. light,dvddm-operating-points = <
  68. /* kHz uV */
  69. 300000 800000
  70. 800000 800000
  71. 1500000 800000
  72. 1848000 1000000
  73. >;
  74. };
  75. c910_3: cpu@3 {
  76. operating-points = <
  77. /* kHz uV */
  78. 300000 600000
  79. 800000 700000
  80. 1500000 800000
  81. 1848000 1000000
  82. >;
  83. light,dvddm-operating-points = <
  84. /* kHz uV */
  85. 300000 800000
  86. 800000 800000
  87. 1500000 800000
  88. 1848000 1000000
  89. >;
  90. };
  91. };