max5481.txt 549 B

1234567891011121314151617181920212223
  1. * Maxim Linear-Taper Digital Potentiometer MAX5481-MAX5484
  2. The node for this driver must be a child node of a SPI controller, hence
  3. all mandatory properties described in
  4. Documentation/devicetree/bindings/spi/spi-bus.txt
  5. must be specified.
  6. Required properties:
  7. - compatible: Must be one of the following, depending on the
  8. model:
  9. "maxim,max5481"
  10. "maxim,max5482"
  11. "maxim,max5483"
  12. "maxim,max5484"
  13. Example:
  14. max548x: max548x@0 {
  15. compatible = "maxim,max5482";
  16. spi-max-frequency = <7000000>;
  17. reg = <0>; /* chip-select */
  18. };