ltc2978.txt 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. ltc2978
  2. Required properties:
  3. - compatible: should contain one of:
  4. * "lltc,ltc2974"
  5. * "lltc,ltc2975"
  6. * "lltc,ltc2977"
  7. * "lltc,ltc2978"
  8. * "lltc,ltc2980"
  9. * "lltc,ltc3880"
  10. * "lltc,ltc3882"
  11. * "lltc,ltc3883"
  12. * "lltc,ltc3886"
  13. * "lltc,ltc3887"
  14. * "lltc,ltm2987"
  15. * "lltc,ltm4675"
  16. * "lltc,ltm4676"
  17. - reg: I2C slave address
  18. Optional properties:
  19. - regulators: A node that houses a sub-node for each regulator controlled by
  20. the device. Each sub-node is identified using the node's name, with valid
  21. values listed below. The content of each sub-node is defined by the
  22. standard binding for regulators; see regulator.txt.
  23. Valid names of regulators depend on number of supplies supported per device:
  24. * ltc2974, ltc2975 : vout0 - vout3
  25. * ltc2977, ltc2980, ltm2987 : vout0 - vout7
  26. * ltc2978 : vout0 - vout7
  27. * ltc3880, ltc3882, ltc3886 : vout0 - vout1
  28. * ltc3883 : vout0
  29. * ltm4676 : vout0 - vout1
  30. Example:
  31. ltc2978@5e {
  32. compatible = "lltc,ltc2978";
  33. reg = <0x5e>;
  34. regulators {
  35. vout0 {
  36. regulator-name = "FPGA-2.5V";
  37. };
  38. vout2 {
  39. regulator-name = "FPGA-1.5V";
  40. };
  41. };
  42. };