1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 #ifndef _DT_BINDINGS_IIO_ADC_INGENIC_ADC_H
4 #define _DT_BINDINGS_IIO_ADC_INGENIC_ADC_H
5 
6 /* ADC channel idx. */
7 #define INGENIC_ADC_AUX		0
8 #define INGENIC_ADC_BATTERY	1
9 #define INGENIC_ADC_AUX2	2
10 
11 #endif
12