twl6030.dtsi 2.2 KB

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