max5821.txt 294 B

1234567891011121314
  1. Maxim max5821 DAC device driver
  2. Required properties:
  3. - compatible: Must be "maxim,max5821"
  4. - reg: Should contain the DAC I2C address
  5. - vref-supply: Phandle to the vref power supply
  6. Example:
  7. max5821@38 {
  8. compatible = "maxim,max5821";
  9. reg = <0x38>;
  10. vref-supply = <&reg_max5821>;
  11. };