tps65217.dtsi 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /*
  2. * Copyright (C) 2012 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. * http://www.ti.com/lit/ds/symlink/tps65217.pdf
  11. */
  12. &tps {
  13. compatible = "ti,tps65217";
  14. regulators {
  15. #address-cells = <1>;
  16. #size-cells = <0>;
  17. dcdc1_reg: regulator@0 {
  18. reg = <0>;
  19. regulator-compatible = "dcdc1";
  20. };
  21. dcdc2_reg: regulator@1 {
  22. reg = <1>;
  23. regulator-compatible = "dcdc2";
  24. };
  25. dcdc3_reg: regulator@2 {
  26. reg = <2>;
  27. regulator-compatible = "dcdc3";
  28. };
  29. ldo1_reg: regulator@3 {
  30. reg = <3>;
  31. regulator-compatible = "ldo1";
  32. };
  33. ldo2_reg: regulator@4 {
  34. reg = <4>;
  35. regulator-compatible = "ldo2";
  36. };
  37. ldo3_reg: regulator@5 {
  38. reg = <5>;
  39. regulator-compatible = "ldo3";
  40. };
  41. ldo4_reg: regulator@6 {
  42. reg = <6>;
  43. regulator-compatible = "ldo4";
  44. };
  45. };
  46. };