Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/contrib/device-tree/Bindings/iio/dac/ds4424.txt
48525 views
1
Maxim Integrated DS4422/DS4424 7-bit Sink/Source Current DAC Device Driver
2
3
Datasheet publicly available at:
4
https://datasheets.maximintegrated.com/en/ds/DS4422-DS4424.pdf
5
6
Required properties:
7
- compatible: Should be one of
8
maxim,ds4422
9
maxim,ds4424
10
- reg: Should contain the DAC I2C address
11
12
Optional properties:
13
- vcc-supply: Power supply is optional. If not defined, driver will ignore it.
14
15
Example:
16
ds4224@10 {
17
compatible = "maxim,ds4424";
18
reg = <0x10>; /* When A0, A1 pins are ground */
19
vcc-supply = <&vcc_3v3>;
20
};
21
22