Path: blob/master/Documentation/devicetree/bindings/iio/dac/adi,ad5421.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,ad5421.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Analog Devices AD5421 DAC78maintainers:9- Lars-Peter Clausen <lars@metafoo.de>10- Jonathan Cameron <jic23@kernel.org>1112description: |13AD5421 is designed for us in loop-powered, 4 mA to 20 mA smart transmitter14applications. It provides a 16-bit DAC, current amplifier, voltage regulator15to drive the loop and a voltage reference.1617properties:18compatible:19const: adi,ad54212021reg:22maxItems: 12324interrupts:25maxItems: 126description: Fault signal.2728required:29- compatible30- reg3132allOf:33- $ref: /schemas/spi/spi-peripheral-props.yaml#3435unevaluatedProperties: false3637examples:38- |39#include <dt-bindings/interrupt-controller/irq.h>40spi {41#address-cells = <1>;42#size-cells = <0>;4344dac@0 {45compatible = "adi,ad5421";46reg = <0>;47spi-max-frequency = <30000000>;48interrupts = <55 IRQ_TYPE_LEVEL_HIGH>;49};50};51...525354