Path: blob/master/Documentation/devicetree/bindings/iio/dac/lltc,ltc1660.yaml
26309 views
# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause1# Copyright 2019 Marcus Folkesson <[email protected]>2%YAML 1.23---4$id: http://devicetree.org/schemas/iio/dac/lltc,ltc1660.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#67title: Linear Technology Micropower octal 8-Bit and 10-Bit DACs89maintainers:10- Marcus Folkesson <marcus.folkesson@gmail.com>1112description: |13Bindings for the Linear Technology Micropower octal 8-Bit and 10-Bit DAC.14Datasheet can be found here: https://www.analog.com/media/en/technical-documentation/data-sheets/166560fa.pdf1516properties:17compatible:18enum:19- lltc,ltc166020- lltc,ltc16652122reg:23maxItems: 12425spi-max-frequency:26maximum: 50000002728vref-supply:29description: Phandle to the external reference voltage supply.3031required:32- compatible33- reg34- vref-supply3536additionalProperties: false3738examples:39- |40spi {41#address-cells = <1>;42#size-cells = <0>;4344dac@0 {45compatible = "lltc,ltc1660";46reg = <0>;47spi-max-frequency = <5000000>;48vref-supply = <&vref_reg>;49};50};515253