Sophie

Sophie

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

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

TI DAC7311 device tree bindings

Required properties:
- compatible: must be set to:
	* "ti,dac7311"
	* "ti,dac6311"
	* "ti,dac5311"
- reg: spi chip select number for the device
- vref-supply: The regulator supply for ADC reference voltage

Optional properties:
- spi-max-frequency: Max SPI frequency to use

Example:

	spi_master {
		dac@0 {
			compatible = "ti,dac7311";
			reg = <0>; /* CS0 */
			spi-max-frequency = <1000000>;
			vref-supply = <&vdd_supply>;
		};
	};