twl6030.dtsi 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. clk32kg: regulator-clk32kg {
  72. compatible = "ti,twl6030-clk32kg";
  73. };
  74. twl_usb_comparator: usb-comparator {
  75. compatible = "ti,twl6030-usb";
  76. interrupts = <4>, <10>;
  77. };
  78. };