1# Copyright (c) 2023 Grinn 2# SPDX-License-Identifier: Apache-2.0 3 4description: AD559x ADC Controller 5 6compatible: "adi,ad559x-adc" 7 8include: adc-controller.yaml 9 10properties: 11 "#io-channel-cells": 12 const: 1 13 14 double-input-range: 15 type: boolean 16 description: | 17 Default ADC input range is 0V to Vref. 18 This option increases the range from 0V to 2 x Vref. Note that this 19 requires VDD >= 2 x Vref. 20 21io-channel-cells: 22 - input 23