Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 21be4fe1e6180fdb79c9c4d7f33d25e7 > files > 2251

kernel-doc-5.3.11-1.mga7.noarch.rpm

* Texas Instruments' ADC084S021

Required properties:
 - compatible        : Must be "ti,adc084s021"
 - reg               : SPI chip select number for the device
 - vref-supply       : The regulator supply for ADC reference voltage
 - spi-cpol          : Per spi-bus bindings
 - spi-cpha          : Per spi-bus bindings
 - spi-max-frequency : Per spi-bus bindings

Example:
adc@0 {
	compatible = "ti,adc084s021";
	reg = <0>;
	vref-supply = <&adc_vref>;
	spi-cpol;
	spi-cpha;
	spi-max-frequency = <16000000>;
};