/* * Copyright 2009 * Distributed under the terms of the MIT License. */ #ifndef _BOARD_VERDEX_BOARD_CONFIG_H #define _BOARD_VERDEX_BOARD_CONFIG_H #define BOARD_NAME_PRETTY "Gumstix Verdex" #include #define BOARD_UART1_BASE FFUART_BASE #define BOARD_UART2_BASE BTUART_BASE #define BOARD_UART3_BASE STUART_BASE #define BOARD_DEBUG_UART 0 #endif /* _BOARD_VERDEX_BOARD_CONFIG_H */