1 Texas Instruments 8/10/12-bit 2/4-channel DAC driver
4 - compatible: Must be one of:
11 - reg: Chip select number.
12 - spi-cpha, spi-cpol: SPI mode (0,1) or (1,0) must be used, so specify
13 either spi-cpha or spi-cpol (but not both).
14 - vref-supply: Phandle to the external reference voltage supply.
16 For other required and optional properties of SPI slave nodes please refer to
17 ../../spi/spi-bus.txt.
20 vref_2v5_reg: regulator-vref {
21 compatible = "regulator-fixed";
22 regulator-name = "2v5";
23 regulator-min-microvolt = <2500000>;
24 regulator-max-microvolt = <2500000>;
29 compatible = "ti,dac082s085";
31 spi-max-frequency = <40000000>;
33 vref-supply = <&vref_2v5_reg>;