twl4030.dtsi 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. charger: bci {
  20. compatible = "ti,twl4030-bci";
  21. interrupts = <9>, <2>;
  22. bci3v1-supply = <&vusb3v1>;
  23. };
  24. watchdog {
  25. compatible = "ti,twl4030-wdt";
  26. };
  27. vcc: regulator-vdd1 {
  28. compatible = "ti,twl4030-vdd1";
  29. regulator-min-microvolt = <600000>;
  30. regulator-max-microvolt = <1450000>;
  31. };
  32. vdac: regulator-vdac {
  33. compatible = "ti,twl4030-vdac";
  34. regulator-min-microvolt = <1800000>;
  35. regulator-max-microvolt = <1800000>;
  36. };
  37. vpll2: regulator-vpll2 {
  38. compatible = "ti,twl4030-vpll2";
  39. regulator-min-microvolt = <1800000>;
  40. regulator-max-microvolt = <1800000>;
  41. };
  42. vmmc1: regulator-vmmc1 {
  43. compatible = "ti,twl4030-vmmc1";
  44. regulator-min-microvolt = <1850000>;
  45. regulator-max-microvolt = <3150000>;
  46. };
  47. vmmc2: regulator-vmmc2 {
  48. compatible = "ti,twl4030-vmmc2";
  49. regulator-min-microvolt = <1850000>;
  50. regulator-max-microvolt = <3150000>;
  51. };
  52. vusb1v5: regulator-vusb1v5 {
  53. compatible = "ti,twl4030-vusb1v5";
  54. };
  55. vusb1v8: regulator-vusb1v8 {
  56. compatible = "ti,twl4030-vusb1v8";
  57. };
  58. vusb3v1: regulator-vusb3v1 {
  59. compatible = "ti,twl4030-vusb3v1";
  60. };
  61. vsim: regulator-vsim {
  62. compatible = "ti,twl4030-vsim";
  63. regulator-min-microvolt = <1800000>;
  64. regulator-max-microvolt = <3000000>;
  65. };
  66. twl_gpio: gpio {
  67. compatible = "ti,twl4030-gpio";
  68. gpio-controller;
  69. #gpio-cells = <2>;
  70. interrupt-controller;
  71. #interrupt-cells = <1>;
  72. };
  73. usb2_phy: twl4030-usb {
  74. compatible = "ti,twl4030-usb";
  75. interrupts = <10>, <4>;
  76. usb1v5-supply = <&vusb1v5>;
  77. usb1v8-supply = <&vusb1v8>;
  78. usb3v1-supply = <&vusb3v1>;
  79. usb_mode = <1>;
  80. };
  81. twl_pwm: pwm {
  82. compatible = "ti,twl4030-pwm";
  83. #pwm-cells = <2>;
  84. };
  85. twl_pwmled: pwmled {
  86. compatible = "ti,twl4030-pwmled";
  87. #pwm-cells = <2>;
  88. };
  89. };