Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/contrib/device-tree/Bindings/iio/adc/ad7949.txt
48406 views
1
* Analog Devices AD7949/AD7682/AD7689
2
3
Required properties:
4
- compatible: Should be one of
5
* "adi,ad7949"
6
* "adi,ad7682"
7
* "adi,ad7689"
8
- reg: spi chip select number for the device
9
- vref-supply: The regulator supply for ADC reference voltage
10
11
Example:
12
adc@0 {
13
compatible = "adi,ad7949";
14
reg = <0>;
15
vref-supply = <&vdd_supply>;
16
};
17
18