Path: blob/master/Documentation/devicetree/bindings/iio/dac/adi,ad8801.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,ad8801.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Analog Devices AD8801 and AD8803 DACs78maintainers:9- Jonathan Cameron <jic23@kernel.org>1011properties:1213compatible:14enum:15- adi,ad880116- adi,ad88031718reg:19maxItems: 12021vrefh-supply: true22vrefl-supply: true2324required:25- compatible26- reg27- vrefh-supply2829allOf:30- $ref: /schemas/spi/spi-peripheral-props.yaml#31- if:32properties:33compatible:34contains:35const: adi,ad880336then:37required:38- vrefl-supply39else:40properties:41vrefl-supply: false4243unevaluatedProperties: false4445examples:46- |47spi {48#address-cells = <1>;49#size-cells = <0>;5051dac@0 {52compatible = "adi,ad8803";53reg = <0>;54vrefl-supply = <&dac_vrefl>;55vrefh-supply = <&dac_vrefh>;56};57};58...596061