blob: 8baf6a434c4a1e1699a49b3f581648979be990fb (
plain)
1
2
3
4
5
6
7
8
9
|
#define EVE_GPIO_DIR 0x800f
#define EVE_GPIO_DEFAULT 0x8002 /* DISP on, EVEAUDIO_DIS */
#define EVE_GPIO_USR 0
#define EVE_GPIO_EVEAUDIO_DIS 1 /* only when lspk is off */
#define EVE_GPIO_LSGAIN_SEL 1 /* only when lspk is on */
#define EVE_GPIO_LCD_EN 2
#define EVE_GPIO_CAM_EN 3
#define EVE_GPIO_DISP 15
|