| 1 | |
| 2 | #ifndef __BOARD_VP6500__ |
| 3 | #define __BOARD_VP6500__ |
| 4 | |
| 5 | #define VP6500_GPIO_POWER_KEY GPIO_PORTB | 5 |
| 6 | #define VP6500_GPIO_CAMERA_DIRECTION GPIO_PORTB | 13 |
| 7 | #define VP6500_GPIO_LED_KEYPAD GPIO_PORTC | 18 |
| 8 | #define VP6500_GPIO_AMP_ENABLE GPIO_PORTC | 25 |
| 9 | #define VP6500_GPIO_LED_RED GPIO_PORTC | 27 |
| 10 | #define VP6500_GPIO_LED_GREEN GPIO_PORTC | 28 |
| 11 | #define VP6500_GPIO_LED_CAMERA GPIO_PORTC | 29 |
| 12 | #define VP6500_GPIO_BACKLIGHT_EN GPIO_PORTE | 10 |
| 13 | |
| 14 | #define VP6500_GPIO_TLV_RESET GPIO_PORTB | 27 |
| 15 | #define VP6500_GPIO_TLV_ENABLE GPIO_PORTC | 25 |
| 16 | |
| 17 | #endif |
| 18 | |