twl4030.dtsi 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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. */
  11. &twl {
  12. compatible = "ti,twl4030";
  13. interrupt-controller;
  14. #interrupt-cells = <1>;
  15. rtc {
  16. compatible = "ti,twl4030-rtc";
  17. interrupts = <11>;
  18. };
  19. watchdog {
  20. compatible = "ti,twl4030-wdt";
  21. };
  22. vaux1: regulator-vaux1 {
  23. compatible = "ti,twl4030-vaux1";
  24. };
  25. vaux2: regulator-vaux2 {
  26. compatible = "ti,twl4030-vaux2";
  27. };
  28. vaux3: regulator-vaux3 {
  29. compatible = "ti,twl4030-vaux3";
  30. };
  31. vaux4: regulator-vaux4 {
  32. compatible = "ti,twl4030-vaux4";
  33. };
  34. vcc: regulator-vdd1 {
  35. compatible = "ti,twl4030-vdd1";
  36. regulator-min-microvolt = <600000>;
  37. regulator-max-microvolt = <1450000>;
  38. };
  39. vdac: regulator-vdac {
  40. compatible = "ti,twl4030-vdac";
  41. regulator-min-microvolt = <1800000>;
  42. regulator-max-microvolt = <1800000>;
  43. };
  44. vio: regulator-vio {
  45. compatible = "ti,twl4030-vio";
  46. };
  47. vintana1: regulator-vintana1 {
  48. compatible = "ti,twl4030-vintana1";
  49. };
  50. vintana2: regulator-vintana2 {
  51. compatible = "ti,twl4030-vintana2";
  52. };
  53. vintdig: regulator-vintdig {
  54. compatible = "ti,twl4030-vintdig";
  55. };
  56. vmmc1: regulator-vmmc1 {
  57. compatible = "ti,twl4030-vmmc1";
  58. regulator-min-microvolt = <1850000>;
  59. regulator-max-microvolt = <3150000>;
  60. };
  61. vmmc2: regulator-vmmc2 {
  62. compatible = "ti,twl4030-vmmc2";
  63. regulator-min-microvolt = <1850000>;
  64. regulator-max-microvolt = <3150000>;
  65. };
  66. vusb1v5: regulator-vusb1v5 {
  67. compatible = "ti,twl4030-vusb1v5";
  68. };
  69. vusb1v8: regulator-vusb1v8 {
  70. compatible = "ti,twl4030-vusb1v8";
  71. };
  72. vusb3v1: regulator-vusb3v1 {
  73. compatible = "ti,twl4030-vusb3v1";
  74. };
  75. vpll1: regulator-vpll1 {
  76. compatible = "ti,twl4030-vpll1";
  77. };
  78. vpll2: regulator-vpll2 {
  79. compatible = "ti,twl4030-vpll2";
  80. regulator-min-microvolt = <1800000>;
  81. regulator-max-microvolt = <1800000>;
  82. };
  83. vsim: regulator-vsim {
  84. compatible = "ti,twl4030-vsim";
  85. regulator-min-microvolt = <1800000>;
  86. regulator-max-microvolt = <3000000>;
  87. };
  88. twl_gpio: gpio {
  89. compatible = "ti,twl4030-gpio";
  90. gpio-controller;
  91. #gpio-cells = <2>;
  92. interrupt-controller;
  93. #interrupt-cells = <1>;
  94. };
  95. usb2_phy: twl4030-usb {
  96. compatible = "ti,twl4030-usb";
  97. interrupts = <10>, <4>;
  98. usb1v5-supply = <&vusb1v5>;
  99. usb1v8-supply = <&vusb1v8>;
  100. usb3v1-supply = <&vusb3v1>;
  101. usb_mode = <1>;
  102. };
  103. twl_pwm: pwm {
  104. compatible = "ti,twl4030-pwm";
  105. #pwm-cells = <2>;
  106. };
  107. twl_pwmled: pwmled {
  108. compatible = "ti,twl4030-pwmled";
  109. #pwm-cells = <2>;
  110. };
  111. };