1 Maxim Integrated DS4422/DS4424 7-bit Sink/Source Current DAC Device Driver
3 Datasheet publicly available at:
4 https://datasheets.maximintegrated.com/en/ds/DS4422-DS4424.pdf
7 - compatible: Should be one of
10 - reg: Should contain the DAC I2C address
13 - vcc-supply: Power supply is optional. If not defined, driver will ignore it.
17 compatible = "maxim,ds4424";
18 reg = <0x10>; /* When A0, A1 pins are ground */
19 vcc-supply = <&vcc_3v3>;