xref: /freebsd/sys/contrib/device-tree/Bindings/iio/dac/ti,dac5571.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot* Texas Instruments DAC5571 Family
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot - compatible: Should contain
5*c66ec88fSEmmanuel Vadot    "ti,dac5571"
6*c66ec88fSEmmanuel Vadot    "ti,dac6571"
7*c66ec88fSEmmanuel Vadot    "ti,dac7571"
8*c66ec88fSEmmanuel Vadot    "ti,dac5574"
9*c66ec88fSEmmanuel Vadot    "ti,dac6574"
10*c66ec88fSEmmanuel Vadot    "ti,dac7574"
11*c66ec88fSEmmanuel Vadot    "ti,dac5573"
12*c66ec88fSEmmanuel Vadot    "ti,dac6573"
13*c66ec88fSEmmanuel Vadot    "ti,dac7573"
14*c66ec88fSEmmanuel Vadot - reg: Should contain the DAC I2C address
15*c66ec88fSEmmanuel Vadot
16*c66ec88fSEmmanuel VadotOptional properties:
17*c66ec88fSEmmanuel Vadot - vref-supply: The regulator supply for DAC reference voltage
18*c66ec88fSEmmanuel Vadot
19*c66ec88fSEmmanuel VadotExample:
20*c66ec88fSEmmanuel Vadotdac@0 {
21*c66ec88fSEmmanuel Vadot	compatible = "ti,dac5571";
22*c66ec88fSEmmanuel Vadot	reg = <0x4C>;
23*c66ec88fSEmmanuel Vadot	vref-supply = <&vdd_supply>;
24*c66ec88fSEmmanuel Vadot};
25