2009-08-08 00:35:48 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2009
|
|
|
|
* Distributed under the terms of the MIT License.
|
|
|
|
*/
|
|
|
|
#ifndef _BOARD_OVERO_BOARD_CONFIG_H
|
|
|
|
#define _BOARD_OVERO_BOARD_CONFIG_H
|
|
|
|
|
|
|
|
#define BOARD_NAME_PRETTY "Gumstix Overo"
|
|
|
|
|
2009-08-13 14:45:06 +00:00
|
|
|
#define BOARD_CPU_TYPE_OMAP 1
|
|
|
|
#define BOARD_CPU_OMAP3 1
|
|
|
|
|
2009-08-08 00:35:48 +00:00
|
|
|
#include <arch/arm/omap3.h>
|
|
|
|
|
2009-08-08 01:05:49 +00:00
|
|
|
#define BOARD_UART1_BASE OMAP_UART1_BASE
|
|
|
|
#define BOARD_UART2_BASE OMAP_UART2_BASE
|
|
|
|
#define BOARD_UART3_BASE OMAP_UART3_BASE
|
|
|
|
|
|
|
|
#define BOARD_DEBUG_UART 2
|
|
|
|
|
2009-08-08 00:35:48 +00:00
|
|
|
#endif /* _BOARD_OVERO_BOARD_CONFIG_H */
|