twl6030.dtsi 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
  4. */
  5. /*
  6. * Integrated Power Management Chip
  7. * http://www.ti.com/lit/ds/symlink/twl6030.pdf
  8. */
  9. &twl {
  10. compatible = "ti,twl6030";
  11. interrupt-controller;
  12. #interrupt-cells = <1>;
  13. rtc {
  14. compatible = "ti,twl4030-rtc";
  15. interrupts = <11>;
  16. };
  17. vaux1: regulator-vaux1 {
  18. compatible = "ti,twl6030-vaux1";
  19. regulator-min-microvolt = <1000000>;
  20. regulator-max-microvolt = <3000000>;
  21. };
  22. vaux2: regulator-vaux2 {
  23. compatible = "ti,twl6030-vaux2";
  24. regulator-min-microvolt = <1200000>;
  25. regulator-max-microvolt = <2800000>;
  26. };
  27. vaux3: regulator-vaux3 {
  28. compatible = "ti,twl6030-vaux3";
  29. regulator-min-microvolt = <1000000>;
  30. regulator-max-microvolt = <3000000>;
  31. };
  32. vmmc: regulator-vmmc {
  33. compatible = "ti,twl6030-vmmc";
  34. regulator-min-microvolt = <1200000>;
  35. regulator-max-microvolt = <3000000>;
  36. };
  37. vpp: regulator-vpp {
  38. compatible = "ti,twl6030-vpp";
  39. regulator-min-microvolt = <1800000>;
  40. regulator-max-microvolt = <2500000>;
  41. };
  42. vusim: regulator-vusim {
  43. compatible = "ti,twl6030-vusim";
  44. regulator-min-microvolt = <1200000>;
  45. regulator-max-microvolt = <2900000>;
  46. };
  47. vdac: regulator-vdac {
  48. compatible = "ti,twl6030-vdac";
  49. };
  50. vana: regulator-vana {
  51. compatible = "ti,twl6030-vana";
  52. };
  53. vcxio: regulator-vcxio {
  54. compatible = "ti,twl6030-vcxio";
  55. regulator-always-on;
  56. };
  57. vusb: regulator-vusb {
  58. compatible = "ti,twl6030-vusb";
  59. };
  60. v1v8: regulator-v1v8 {
  61. compatible = "ti,twl6030-v1v8";
  62. regulator-always-on;
  63. };
  64. v2v1: regulator-v2v1 {
  65. compatible = "ti,twl6030-v2v1";
  66. regulator-always-on;
  67. };
  68. twl_usb_comparator: usb-comparator {
  69. compatible = "ti,twl6030-usb";
  70. interrupts = <4>, <10>;
  71. };
  72. twl_pwm: pwm {
  73. /* provides two PWMs (id 0, 1 for PWM1 and PWM2) */
  74. compatible = "ti,twl6030-pwm";
  75. #pwm-cells = <2>;
  76. };
  77. twl_pwmled: pwmled {
  78. /* provides one PWM (id 0 for Charging indicator LED) */
  79. compatible = "ti,twl6030-pwmled";
  80. #pwm-cells = <2>;
  81. };
  82. gpadc {
  83. compatible = "ti,twl6030-gpadc";
  84. interrupts = <3>;
  85. #io-channel-cells = <1>;
  86. };
  87. };