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

[kernel] Add mx2 target with very basic support for the vp6500 voip phone

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20786 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars
2010-04-10 18:37:34 +00:00
parent fc6a5146e9
commit d531754b83
8 changed files with 408 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#ifndef __BOARD_VP6500__
#define __BOARD_VP6500__
#define VP6500_GPIO_CAMERA_DIRECTION 45
#define VP6500_GPIO_KEYPAD_LEDS 82
#define VP6500_GPIO_AMP_ENABLE 89
#endif