François Revol a4d5e47408 [ARM]
debug UART is [0] on Verdex.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32200 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-08-08 02:18:29 +00:00

19 lines
407 B
C

/*
* 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 <arch/arm/pxa270.h>
#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 */