twl6030.dtsi 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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@0 {
  21. compatible = "ti,twl6030-vaux1";
  22. regulator-min-microvolt = <1000000>;
  23. regulator-max-microvolt = <3000000>;
  24. };
  25. vaux2: regulator@1 {
  26. compatible = "ti,twl6030-vaux2";
  27. regulator-min-microvolt = <1200000>;
  28. regulator-max-microvolt = <2800000>;
  29. };
  30. vaux3: regulator@2 {
  31. compatible = "ti,twl6030-vaux3";
  32. regulator-min-microvolt = <1000000>;
  33. regulator-max-microvolt = <3000000>;
  34. };
  35. vmmc: regulator@3 {
  36. compatible = "ti,twl6030-vmmc";
  37. regulator-min-microvolt = <1200000>;
  38. regulator-max-microvolt = <3000000>;
  39. };
  40. vpp: regulator@4 {
  41. compatible = "ti,twl6030-vpp";
  42. regulator-min-microvolt = <1800000>;
  43. regulator-max-microvolt = <2500000>;
  44. };
  45. vusim: regulator@5 {
  46. compatible = "ti,twl6030-vusim";
  47. regulator-min-microvolt = <1200000>;
  48. regulator-max-microvolt = <2900000>;
  49. };
  50. vdac: regulator@6 {
  51. compatible = "ti,twl6030-vdac";
  52. };
  53. vana: regulator@7 {
  54. compatible = "ti,twl6030-vana";
  55. };
  56. vcxio: regulator@8 {
  57. compatible = "ti,twl6030-vcxio";
  58. };
  59. vusb: regulator@9 {
  60. compatible = "ti,twl6030-vusb";
  61. };
  62. v1v8: regulator@10 {
  63. compatible = "ti,twl6030-v1v8";
  64. };
  65. v2v1: regulator@11 {
  66. compatible = "ti,twl6030-v2v1";
  67. };
  68. clk32kg: regulator@12 {
  69. compatible = "ti,twl6030-clk32kg";
  70. };
  71. };