1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/iio/dac/adi,ad7303.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices AD7303 DAC
10 - Lars-Peter Clausen <lars@metafoo.de>
21 Used to calculate output channel scalling if REF-supply not specified.
24 If not provided, Vdd/2 is used as the reference voltage.
34 additionalProperties: false
43 compatible = "adi,ad7303";
45 spi-max-frequency = <10000000>;
46 Vdd-supply = <&vdd_supply>;
47 REF-supply = <&vref_supply>;