lm363x-regulator.txt 757 B

1234567891011121314151617181920212223242526272829303132333435
  1. TI LMU LM363x regulator device tree bindings
  2. LM363x regulator driver supports LM3631 and LM3632.
  3. LM3631 has five regulators and LM3632 supports three regulators.
  4. Required property:
  5. - compatible: "ti,lm363x-regulator"
  6. Optional properties:
  7. LM3632 has external enable pins for two LDOs.
  8. - ti,lcm-en1-gpio: A GPIO specifier for Vpos control pin.
  9. - ti,lcm-en2-gpio: A GPIO specifier for Vneg control pin.
  10. Child nodes:
  11. LM3631
  12. - vboost
  13. - vcont
  14. - voref
  15. - vpos
  16. - vneg
  17. LM3632
  18. - vboost
  19. - vpos
  20. - vneg
  21. Optional properties of a child node:
  22. Each sub-node should contain the constraints and initialization.
  23. Please refer to [1].
  24. Examples: Please refer to ti-lmu dt-bindings [2].
  25. [1] ../regulator/regulator.txt
  26. [2] ../mfd/ti-lmu.txt