Path: blob/master/Documentation/devicetree/bindings/iio/dac/adi,ad5761.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/dac/adi,ad5761.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Analog Devices AD5761 and similar DACs78maintainers:9- Ricardo Ribalda <ribalda@kernel.org>10- Jonathan Cameron <jic23@kernel.org>1112properties:1314compatible:15enum:16- adi,ad572117- adi,ad5721r18- adi,ad576119- adi,ad5761r2021reg:22maxItems: 12324vref-supply:25description: If not supplied, internal reference will be used.2627required:28- compatible29- reg3031allOf:32- $ref: /schemas/spi/spi-peripheral-props.yaml#33- if:34properties:35compatible:36contains:37enum:38- adi,ad572139- adi,ad576140then:41required:42- vref-supply4344unevaluatedProperties: false4546examples:47- |48spi {49#address-cells = <1>;50#size-cells = <0>;5152dac@0 {53compatible = "adi,ad5721";54reg = <0>;55vref-supply = <&dac_vref>;56};57};58...596061