1 Bindings for DAC emulation using a digital potentiometer
3 It is assumed that the dpot is used as a voltage divider between the
4 current dpot wiper setting and the maximum resistance of the dpot. The
5 divided voltage is provided by a vref regulator.
16 | '---' dac output voltage
21 - compatible: Should be "dpot-dac"
22 - vref-supply: The regulator supplying the voltage divider.
23 - io-channels: Channel node of the dpot to be used for the voltage division.
24 - io-channel-names: Should be "dpot".
29 dpot: mcp4651-503@28 {
30 compatible = "microchip,mcp4651-503";
32 #io-channel-cells = <1>;
37 compatible = "dpot-dac";
38 vref-supply = <®_3v3>;
39 io-channels = <&dpot 0>;
40 io-channel-names = "dpot";