Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
awilliam
GitHub Repository: awilliam/linux-vfio
Path: blob/master/arch/xtensa/platforms/s6105/include/platform/gpio.h
15163 views
1
#ifndef __ASM_XTENSA_S6105_GPIO_H
2
#define __ASM_XTENSA_S6105_GPIO_H
3
4
#define GPIO_BP_TEMP_ALARM 0
5
#define GPIO_PB_RESET_IN 1
6
#define GPIO_EXP_IRQ 2
7
#define GPIO_TRIGGER_IRQ 3
8
#define GPIO_RTC_IRQ 4
9
#define GPIO_PHY_IRQ 5
10
#define GPIO_IMAGER_RESET 6
11
#define GPIO_SD_IRQ 7
12
#define GPIO_MINI_BOOT_INH 8
13
#define GPIO_BOARD_RESET 9
14
#define GPIO_EXP_PRESENT 10
15
#define GPIO_LED1_NGREEN 12
16
#define GPIO_LED1_RED 13
17
#define GPIO_LED0_NGREEN 14
18
#define GPIO_LED0_NRED 15
19
#define GPIO_SPI_CS0 16
20
#define GPIO_SPI_CS1 17
21
#define GPIO_SPI_CS3 19
22
#define GPIO_SPI_CS4 20
23
#define GPIO_SD_WP 21
24
#define GPIO_BP_RESET 22
25
#define GPIO_ALARM_OUT 23
26
27
#endif /* __ASM_XTENSA_S6105_GPIO_H */
28
29