tps65218.txt 572 B

123456789101112131415161718192021222324
  1. TPS65218 family of regulators
  2. Required properties:
  3. For tps65218 regulators/LDOs
  4. - compatible:
  5. - "ti,tps65218-dcdc1" for DCDC1
  6. - "ti,tps65218-dcdc2" for DCDC2
  7. - "ti,tps65218-dcdc3" for DCDC3
  8. - "ti,tps65218-dcdc4" for DCDC4
  9. - "ti,tps65218-dcdc5" for DCDC5
  10. - "ti,tps65218-dcdc6" for DCDC6
  11. - "ti,tps65218-ldo1" for LDO1
  12. Optional properties:
  13. - Any optional property defined in bindings/regulator/regulator.txt
  14. Example:
  15. xyz: regulator@0 {
  16. compatible = "ti,tps65218-dcdc1";
  17. regulator-min-microvolt = <1000000>;
  18. regulator-max-microvolt = <3000000>;
  19. };