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/max5821.txt
48525 views
1
Maxim max5821 DAC device driver
2
3
Required properties:
4
- compatible: Must be "maxim,max5821"
5
- reg: Should contain the DAC I2C address
6
- vref-supply: Phandle to the vref power supply
7
8
Example:
9
10
max5821@38 {
11
compatible = "maxim,max5821";
12
reg = <0x38>;
13
vref-supply = <&reg_max5821>;
14
};
15
16