1 #ifndef __IRRX_SUN20IW1_H__
2 #define __IRRX_SUN20IW1_H__
3 
4 #define SUNXI_IRADC_PBASE   0x07040000
5 #define SUNXI_IRQ_IRADC     167
6 #define IRADC_PIN       GPIO_PB7
7 #define IR_MUXSEL       4
8 #define IR_DRVSEL       2
9 
10 #endif
11