ingenic,adc.h revision 1.1.1.1
1/* $NetBSD: ingenic,adc.h,v 1.1.1.1 2019/05/25 11:29:13 jmcneill Exp $ */ 2 3/* SPDX-License-Identifier: GPL-2.0 */ 4 5#ifndef _DT_BINDINGS_IIO_ADC_INGENIC_ADC_H 6#define _DT_BINDINGS_IIO_ADC_INGENIC_ADC_H 7 8/* ADC channel idx. */ 9#define INGENIC_ADC_AUX 0 10#define INGENIC_ADC_BATTERY 1 11 12#endif 13