twl4030.dtsi 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. vdac: regulator-vdac {
  23. compatible = "ti,twl4030-vdac";
  24. regulator-min-microvolt = <1800000>;
  25. regulator-max-microvolt = <1800000>;
  26. };
  27. vpll2: regulator-vpll2 {
  28. compatible = "ti,twl4030-vpll2";
  29. regulator-min-microvolt = <1800000>;
  30. regulator-max-microvolt = <1800000>;
  31. };
  32. vmmc1: regulator-vmmc1 {
  33. compatible = "ti,twl4030-vmmc1";
  34. regulator-min-microvolt = <1850000>;
  35. regulator-max-microvolt = <3150000>;
  36. };
  37. vusb1v5: regulator-vusb1v5 {
  38. compatible = "ti,twl4030-vusb1v5";
  39. };
  40. vusb1v8: regulator-vusb1v8 {
  41. compatible = "ti,twl4030-vusb1v8";
  42. };
  43. vusb3v1: regulator-vusb3v1 {
  44. compatible = "ti,twl4030-vusb3v1";
  45. };
  46. vsim: regulator-vsim {
  47. compatible = "ti,twl4030-vsim";
  48. regulator-min-microvolt = <1800000>;
  49. regulator-max-microvolt = <3000000>;
  50. };
  51. twl_gpio: gpio {
  52. compatible = "ti,twl4030-gpio";
  53. gpio-controller;
  54. #gpio-cells = <2>;
  55. interrupt-controller;
  56. #interrupt-cells = <1>;
  57. };
  58. twl4030-usb {
  59. compatible = "ti,twl4030-usb";
  60. interrupts = <10>, <4>;
  61. usb1v5-supply = <&vusb1v5>;
  62. usb1v8-supply = <&vusb1v8>;
  63. usb3v1-supply = <&vusb3v1>;
  64. usb_mode = <1>;
  65. };
  66. };