Path: blob/master/Documentation/devicetree/bindings/iio/dac/dac.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/dac/dac.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: IIO Common Properties for DAC Channels78maintainers:9- Jonathan Cameron <jic23@kernel.org>1011description:12A few properties are defined in a common way for DAC channels.1314properties:15$nodename:16pattern: "^channel(@[0-9a-f]+)?$"17description:18A channel index should match reg.1920reg:21maxItems: 12223label:24description: Unique name to identify which channel this is.2526output-range-microamp:27maxItems: 228minItems: 229description:30Specify the channel output full scale range in microamperes.3132output-range-microvolt:33maxItems: 234minItems: 235description:36Specify the channel output full scale range in microvolts.3738anyOf:39- oneOf:40- required:41- reg42- output-range-microamp43- required:44- reg45- output-range-microvolt46- required:47- reg4849additionalProperties: true505152