1 Linear Technology LTC2632 DAC device driver
4 - compatible: Has to contain one of the following:
12 Property rules described in Documentation/devicetree/bindings/spi/spi-bus.txt
13 apply. In particular, "reg" and "spi-max-frequency" properties must be given.
16 - vref-supply: Phandle to the external reference voltage supply. This should
17 only be set if there is an external reference voltage connected to the VREF
18 pin. If the property is not set the internal reference is used.
22 vref: regulator-vref {
23 compatible = "regulator-fixed";
24 regulator-name = "vref-ltc2632";
25 regulator-min-microvolt = <1250000>;
26 regulator-max-microvolt = <1250000>;
32 compatible = "lltc,ltc2632-l12";
34 spi-max-frequency = <1000000>;
35 vref-supply = <&vref>; /* optional */