1 * Texas Instruments Dual, 12-Bit Serial Input Digital-to-Analog Converter
3 The DAC7612 is a dual, 12-bit digital-to-analog converter (DAC) with guaranteed
4 12-bit monotonicity performance over the industrial temperature range.
5 Is is programmable through an SPI interface.
7 The internal DACs are loaded when the LOADDACS pin is pulled down.
9 http://www.ti.com/lit/ds/sbas106/sbas106.pdf
12 - compatible: Should be one of:
16 - reg: Definition as per Documentation/devicetree/bindings/spi/spi-bus.txt
19 - ti,loaddacs-gpios: GPIO descriptor for the LOADDACS pin.
20 - spi-*: Definition as per Documentation/devicetree/bindings/spi/spi-bus.txt
25 compatible = "ti,dac7612";
27 ti,loaddacs-gpios = <&msmgpio 25 GPIO_ACTIVE_LOW>;