1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/hwmon/iio-hwmon.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ADC-attached Hardware Sensor
10 - Jonathan Cameron <jic23@kernel.org>
13 Bindings for hardware monitoring devices connected to ADC controllers
14 supporting the Industrial I/O bindings.
22 maxItems: 51 # Should be enough
24 List of phandles to ADC channels to read the monitoring values
30 additionalProperties: false
35 compatible = "iio-hwmon";
36 io-channels = <&adc 1>, <&adc 2>;