Lines Matching +full:vdd +full:- +full:supply
4 - compatible: Must be "microchip,mcp4725" or "microchip,mcp4726"
5 - reg: Should contain the DAC I2C address
6 - vdd-supply: Phandle to the Vdd power supply. This supply is used as a
8 mcp4726 if there is no vref-supply specified.
11 - vref-supply: Optional phandle to the Vref power supply. Vref pin is
12 used as a voltage reference when this supply is specified.
13 - microchip,vref-buffered: Boolean to enable buffering of the external
14 Vref pin. This boolean is not valid without the vref-supply. Quoting
25 vdd-supply = <&vdac_vdd>;
32 vdd-supply = <&vdac_vdd>;
33 vref-supply = <&vdac_vref>;
34 microchip,vref-buffered;