Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates > by-pkgid > 8b1b14f34030bfa38399b9439603610b > files > 2291

kernel-linus-doc-5.4.20-1.mga7.noarch.rpm

* Texas Instruments' ads124s08 and ads124s06 ADC chip

Required properties:
 - compatible :
	"ti,ads124s08"
	"ti,ads124s06"
 - reg : spi chip select number for the device

Recommended properties:
 - spi-max-frequency : Definition as per
		Documentation/devicetree/bindings/spi/spi-bus.txt
 - spi-cpha : Definition as per
		Documentation/devicetree/bindings/spi/spi-bus.txt

Optional properties:
 - reset-gpios : GPIO pin used to reset the device.

Example:
adc@0 {
	compatible = "ti,ads124s08";
	reg = <0>;
	spi-max-frequency = <1000000>;
	spi-cpha;
	reset-gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
};