1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[mx2] vp6500: Add leds and keypad devices.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20817 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars
2010-04-12 00:11:18 +00:00
parent 08c30bcfff
commit 2813d4aa74
3 changed files with 100 additions and 6 deletions

View File

@@ -2,8 +2,12 @@
#ifndef __BOARD_VP6500__
#define __BOARD_VP6500__
#define VP6500_GPIO_CAMERA_DIRECTION 45
#define VP6500_GPIO_KEYPAD_LEDS 82
#define VP6500_GPIO_AMP_ENABLE 89
#define VP6500_GPIO_POWER_KEY 39
#define VP6500_GPIO_CAMERA_DIRECTION 45
#define VP6500_GPIO_LED_KEYPAD 82
#define VP6500_GPIO_AMP_ENABLE 89
#define VP6500_GPIO_LED_RED 91
#define VP6500_GPIO_LED_GREEN 92
#define VP6500_GPIO_LED_CAMERA 93
#endif