/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2022 MediaTek Inc. */ #ifndef _DT_BINDINGS_IIO_ADC_RICHTEK_RT9490_ADC_H #define _DT_BINDINGS_IIO_ADC_RICHTEK_RT9490_ADC_H #define RT9490_CHAN_TDIE 0 #define RT9490_CHAN_TS 1 #define RT9490_CHAN_VSYS 2 #define RT9490_CHAN_VBAT 3 #define RT9490_CHAN_VBUS 4 #define RT9490_CHAN_IBAT 5 #define RT9490_CHAN_IBUS 6 #define RT9490_CHAN_VAC1 7 #define RT9490_CHAN_VAC2 8 #define RT9490_CHAN_DM 9 #define RT9490_CHAN_DP 10 #endif