]>
Commit | Line | Data |
---|---|---|
6658905f | 1 | #ifndef __CONFIG_GPIO_H\r |
2 | #define __CONFIG_GPIO_H\r | |
3 | \r | |
6949aca9 | 4 | #define GPIO_LED_A AT91C_PIO_PA0\r |
5 | #define GPIO_PA1 AT91C_PIO_PA1\r | |
6 | #define GPIO_LED_D AT91C_PIO_PA2\r | |
7 | #define GPIO_NVDD_ON AT91C_PIO_PA3\r | |
8 | #define GPIO_FPGA_NINIT AT91C_PIO_PA4\r | |
9 | #define GPIO_PA5 AT91C_PIO_PA5\r | |
10 | #define GPIO_PCK0 AT91C_PA6_PCK0\r | |
11 | #define GPIO_LRST AT91C_PIO_PA7\r | |
12 | #define GPIO_LED_B AT91C_PIO_PA8\r | |
13 | #define GPIO_LED_C AT91C_PIO_PA9\r | |
14 | #define GPIO_NCS2 AT91C_PA10_NPCS2\r | |
15 | #define GPIO_NCS0 AT91C_PA11_NPCS0\r | |
16 | #define GPIO_MISO AT91C_PA12_MISO\r | |
17 | #define GPIO_MOSI AT91C_PA13_MOSI\r | |
18 | #define GPIO_SPCK AT91C_PA14_SPCK\r | |
19 | #define GPIO_SSC_FRAME AT91C_PA15_TF\r | |
20 | #define GPIO_SSC_CLK AT91C_PA16_TK\r | |
21 | #define GPIO_SSC_DOUT AT91C_PA17_TD\r | |
22 | #define GPIO_SSC_DIN AT91C_PA18_RD\r | |
23 | #define GPIO_MUXSEL_HIPKD AT91C_PIO_PA19\r | |
24 | #define GPIO_MUXSEL_LOPKD AT91C_PIO_PA20\r | |
25 | #define GPIO_MUXSEL_HIRAW AT91C_PIO_PA21\r | |
26 | #define GPIO_MUXSEL_LORAW AT91C_PIO_PA22\r | |
27 | #define GPIO_BUTTON AT91C_PIO_PA23\r | |
28 | #define GPIO_USB_PU AT91C_PIO_PA24\r | |
29 | #define GPIO_RELAY AT91C_PIO_PA25\r | |
30 | #define GPIO_FPGA_ON AT91C_PIO_PA26\r | |
31 | #define GPIO_FPGA_DONE AT91C_PIO_PA27\r | |
32 | #define GPIO_FPGA_NPROGRAM AT91C_PIO_PA28\r | |
33 | #define GPIO_FPGA_CCLK AT91C_PIO_PA29\r | |
34 | #define GPIO_FPGA_DIN AT91C_PIO_PA30\r | |
35 | #define GPIO_FPGA_DOUT AT91C_PIO_PA31\r | |
6658905f | 36 | \r |
37 | #endif\r |