1 /*
2  * Copyright (c) 2022 Telink Semiconductor
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ADC_B91_ADC_H_
8 #define ZEPHYR_INCLUDE_DT_BINDINGS_ADC_B91_ADC_H_
9 
10 #define DT_ADC_GPIO_PB0      0x01
11 #define DT_ADC_GPIO_PB1      0x02
12 #define DT_ADC_GPIO_PB2      0x03
13 #define DT_ADC_GPIO_PB3      0x04
14 #define DT_ADC_GPIO_PB4      0x05
15 #define DT_ADC_GPIO_PB5      0x06
16 #define DT_ADC_GPIO_PB6      0x07
17 #define DT_ADC_GPIO_PB7      0x08
18 #define DT_ADC_GPIO_PD0      0x09
19 #define DT_ADC_GPIO_PD1      0x0a
20 #define DT_ADC_VBAT          0x0f
21 
22 #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_ADC_B91_ADC_H_ */
23