Sophie

Sophie

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

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

* Texas Instruments DAC5571 Family

Required properties:
 - compatible: Should contain
    "ti,dac5571"
    "ti,dac6571"
    "ti,dac7571"
    "ti,dac5574"
    "ti,dac6574"
    "ti,dac7574"
    "ti,dac5573"
    "ti,dac6573"
    "ti,dac7573"
 - reg: Should contain the DAC I2C address

Optional properties:
 - vref-supply: The regulator supply for DAC reference voltage

Example:
dac@0 {
	compatible = "ti,dac5571";
	reg = <0x4C>;
	vref-supply = <&vdd_supply>;
};