tps6507x.dtsi 881 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /*
  2. * Copyright (C) 2013 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/tps65070.pdf
  11. */
  12. &tps {
  13. compatible = "ti,tps6507x";
  14. regulators {
  15. #address-cells = <1>;
  16. #size-cells = <0>;
  17. vdcdc1_reg: regulator@0 {
  18. reg = <0>;
  19. regulator-compatible = "VDCDC1";
  20. };
  21. vdcdc2_reg: regulator@1 {
  22. reg = <1>;
  23. regulator-compatible = "VDCDC2";
  24. };
  25. vdcdc3_reg: regulator@2 {
  26. reg = <2>;
  27. regulator-compatible = "VDCDC3";
  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. };
  38. };