Sophie

Sophie

distrib > Mageia > 6 > i586 > by-pkgid > f01a6e0eafdd4310c5c23232c36360ae > files > 1653

kernel-doc-4.9.43-1.mga6.noarch.rpm

Maxim max5821 DAC device driver

Required properties:
	- compatible: Must be "maxim,max5821"
	- reg: Should contain the DAC I2C address
	- vref-supply: Phandle to the vref power supply

Example:

	max5821@38 {
		compatible = "maxim,max5821";
		reg = <0x38>;
		vref-supply = <&reg_max5821>;
	};