twl4030.dtsi 2.0 KB

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