light-ant-ref-crash.dts 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2022 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-ant";
  9. status = "okay";
  10. dvdd_cpu_reg: appcpu_dvdd {
  11. regulator-name = "appcpu_dvdd";
  12. regulator-min-microvolt = <300000>;
  13. regulator-max-microvolt = <1570000>;
  14. regulator-boot-on;
  15. regulator-always-on;
  16. };
  17. dvddm_cpu_reg: appcpu_dvddm {
  18. regulator-name = "appcpu_dvddm";
  19. regulator-min-microvolt = <300000>;
  20. regulator-max-microvolt = <1570000>;
  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 650000
  31. 800000 700000
  32. 1500000 800000
  33. >;
  34. light,dvddm-operating-points = <
  35. /* kHz uV */
  36. 300000 800000
  37. 800000 800000
  38. 1500000 800000
  39. >;
  40. };
  41. c910_1: cpu@1 {
  42. operating-points = <
  43. /* kHz uV */
  44. 300000 650000
  45. 800000 700000
  46. 1500000 800000
  47. >;
  48. light,dvddm-operating-points = <
  49. /* kHz uV */
  50. 300000 800000
  51. 800000 800000
  52. 1500000 800000
  53. >;
  54. };
  55. c910_2: cpu@2 {
  56. operating-points = <
  57. /* kHz uV */
  58. 300000 650000
  59. 800000 700000
  60. 1500000 800000
  61. >;
  62. light,dvddm-operating-points = <
  63. /* kHz uV */
  64. 300000 800000
  65. 800000 800000
  66. 1500000 800000
  67. >;
  68. };
  69. c910_3: cpu@3 {
  70. operating-points = <
  71. /* kHz uV */
  72. 300000 650000
  73. 800000 700000
  74. 1500000 800000
  75. >;
  76. light,dvddm-operating-points = <
  77. /* kHz uV */
  78. 300000 800000
  79. 800000 800000
  80. 1500000 800000
  81. >;
  82. };
  83. };