162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci 362306a36Sopenharmony_ci#ifndef _DT_BINDINGS_IIO_ADC_INGENIC_ADC_H 462306a36Sopenharmony_ci#define _DT_BINDINGS_IIO_ADC_INGENIC_ADC_H 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci/* ADC channel idx. */ 762306a36Sopenharmony_ci#define INGENIC_ADC_AUX 0 862306a36Sopenharmony_ci#define INGENIC_ADC_BATTERY 1 962306a36Sopenharmony_ci#define INGENIC_ADC_AUX2 2 1062306a36Sopenharmony_ci#define INGENIC_ADC_TOUCH_XP 3 1162306a36Sopenharmony_ci#define INGENIC_ADC_TOUCH_YP 4 1262306a36Sopenharmony_ci#define INGENIC_ADC_TOUCH_XN 5 1362306a36Sopenharmony_ci#define INGENIC_ADC_TOUCH_YN 6 1462306a36Sopenharmony_ci#define INGENIC_ADC_TOUCH_XD 7 1562306a36Sopenharmony_ci#define INGENIC_ADC_TOUCH_YD 8 1662306a36Sopenharmony_ci#define INGENIC_ADC_AUX0 9 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ci#endif 19