Path: blob/master/Documentation/devicetree/bindings/iio/dac/lltc,ltc2632.yaml
26309 views
# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/dac/lltc,ltc2632.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Linear Technology LTC263x 12-/10-/8-Bit Rail-to-Rail DAC78maintainers:9- Michael Hennerich <michael.hennerich@analog.com>1011description: |12Bindings for the Linear Technology LTC2632/2634/2636 DAC13Datasheet can be found here: https://www.analog.com/media/en/technical-documentation/data-sheets/LTC263[246].pdf1415properties:16compatible:17enum:18- lltc,ltc2632-l1219- lltc,ltc2632-l1020- lltc,ltc2632-l821- lltc,ltc2632-h1222- lltc,ltc2632-h1023- lltc,ltc2632-h824- lltc,ltc2634-l1225- lltc,ltc2634-l1026- lltc,ltc2634-l827- lltc,ltc2634-h1228- lltc,ltc2634-h1029- lltc,ltc2634-h830- lltc,ltc2636-l1231- lltc,ltc2636-l1032- lltc,ltc2636-l833- lltc,ltc2636-h1234- lltc,ltc2636-h1035- lltc,ltc2636-h83637reg:38maxItems: 13940spi-max-frequency:41maximum: 20000004243vref-supply:44description:45Phandle to the external reference voltage supply. This should46only be set if there is an external reference voltage connected to the VREF47pin. If the property is not set the internal reference is used.4849required:50- compatible51- reg5253additionalProperties: false5455examples:56- |57vref: regulator-vref {58compatible = "regulator-fixed";59regulator-name = "vref-ltc2632";60regulator-min-microvolt = <1250000>;61regulator-max-microvolt = <1250000>;62regulator-always-on;63};6465spi {66#address-cells = <1>;67#size-cells = <0>;6869dac@0 {70compatible = "lltc,ltc2632-l12";71reg = <0>; /* CS0 */72spi-max-frequency = <1000000>;73vref-supply = <&vref>;74};75};76...777879