Lines Matching +full:io +full:- +full:channels
7 .------.
8 .-----------. | |
9 | vref |--' .---.
10 | regulator |--. | |
11 '-----------' | | d |
14 | | t |<---------+
16 | '---' dac output voltage
18 '------+------------+
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";