twl4030.dtsi 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. vdac: regulator@0 {
  20. compatible = "ti,twl4030-vdac";
  21. regulator-min-microvolt = <1800000>;
  22. regulator-max-microvolt = <1800000>;
  23. };
  24. vpll2: regulator@1 {
  25. compatible = "ti,twl4030-vpll2";
  26. regulator-min-microvolt = <1800000>;
  27. regulator-max-microvolt = <1800000>;
  28. };
  29. vmmc1: regulator@2 {
  30. compatible = "ti,twl4030-vmmc1";
  31. regulator-min-microvolt = <1850000>;
  32. regulator-max-microvolt = <3150000>;
  33. };
  34. twl_gpio: gpio {
  35. compatible = "ti,twl4030-gpio";
  36. gpio-controller;
  37. #gpio-cells = <2>;
  38. interrupt-controller;
  39. #interrupt-cells = <1>;
  40. };
  41. };