tps6507x.dtsi 732 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
  4. */
  5. /*
  6. * Integrated Power Management Chip
  7. * http://www.ti.com/lit/ds/symlink/tps65070.pdf
  8. */
  9. &tps {
  10. compatible = "ti,tps6507x";
  11. regulators {
  12. #address-cells = <1>;
  13. #size-cells = <0>;
  14. vdcdc1_reg: regulator@0 {
  15. reg = <0>;
  16. regulator-compatible = "VDCDC1";
  17. };
  18. vdcdc2_reg: regulator@1 {
  19. reg = <1>;
  20. regulator-compatible = "VDCDC2";
  21. };
  22. vdcdc3_reg: regulator@2 {
  23. reg = <2>;
  24. regulator-compatible = "VDCDC3";
  25. };
  26. ldo1_reg: regulator@3 {
  27. reg = <3>;
  28. regulator-compatible = "LDO1";
  29. };
  30. ldo2_reg: regulator@4 {
  31. reg = <4>;
  32. regulator-compatible = "LDO2";
  33. };
  34. };
  35. };