Path: blob/master/Documentation/devicetree/bindings/hwmon/iio-hwmon.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/hwmon/iio-hwmon.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: ADC-attached Hardware Sensor78maintainers:9- Jonathan Cameron <jic23@kernel.org>1011description: >12Bindings for hardware monitoring devices connected to ADC controllers13supporting the Industrial I/O bindings.1415properties:16compatible:17const: iio-hwmon1819io-channels:20minItems: 121maxItems: 51 # Should be enough22description: >23List of phandles to ADC channels to read the monitoring values2425required:26- compatible27- io-channels2829additionalProperties: false3031examples:32- |33iio-hwmon {34compatible = "iio-hwmon";35io-channels = <&adc 1>, <&adc 2>;36};373839