Path: blob/master/Documentation/devicetree/bindings/iio/dac/maxim,max5522.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/maxim,max5522.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Maxim Integrated MAX5522 Dual 10-bit Voltage-Output SPI DACs78maintainers:9- Angelo Dureghello <angelo.dureghello@timesys.com>10- Jonathan Cameron <jic23@kernel.org>1112description: |13Datasheet available at:14https://www.analog.com/en/products/max5522.html1516properties:17compatible:18const: maxim,max55221920reg:21maxItems: 12223vdd-supply: true24vrefin-supply: true2526required:27- compatible28- reg29- vrefin-supply3031allOf:32- $ref: /schemas/spi/spi-peripheral-props.yaml#3334unevaluatedProperties: false3536examples:37- |38spi {39#address-cells = <1>;40#size-cells = <0>;4142dac@0 {43compatible = "maxim,max5522";44reg = <0>;45vrefin-supply = <&vref>;46};47};48...495051