00001 /*This file is prepared for Doxygen automatic documentation generation.*/ 00018 /* Copyright (c) 2009 Atmel Corporation. All rights reserved. 00019 * 00020 * Redistribution and use in source and binary forms, with or without 00021 * modification, are permitted provided that the following conditions are met: 00022 * 00023 * 1. Redistributions of source code must retain the above copyright notice, this 00024 * list of conditions and the following disclaimer. 00025 * 00026 * 2. Redistributions in binary form must reproduce the above copyright notice, 00027 * this list of conditions and the following disclaimer in the documentation 00028 * and/or other materials provided with the distribution. 00029 * 00030 * 3. The name of Atmel may not be used to endorse or promote products derived 00031 * from this software without specific prior written permission. 00032 * 00033 * 4. This software may only be redistributed and used in connection with an Atmel 00034 * AVR product. 00035 * 00036 * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED 00037 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 00038 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE 00039 * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR 00040 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 00041 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 00042 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 00043 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 00044 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 00045 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE 00046 * 00047 */ 00048 00049 #ifndef _CONF_EBI_H_ 00050 #define _CONF_EBI_H_ 00051 00052 #include "compiler.h" 00053 #include "board.h" 00054 00055 #if (NF_SMC_USE_NCS == 3) 00056 #define SMC_USE_NCS3 00057 #define SMC_COMPONENT_CS3 NF_SMC_COMPONENT_CS 00058 #else 00059 #error This board is not supported 00060 #endif 00061 00062 #define EBI_DATA_0 NF_EBI_DATA_0 00063 #define EBI_DATA_1 NF_EBI_DATA_1 00064 #define EBI_DATA_2 NF_EBI_DATA_2 00065 #define EBI_DATA_3 NF_EBI_DATA_3 00066 #define EBI_DATA_4 NF_EBI_DATA_4 00067 #define EBI_DATA_5 NF_EBI_DATA_5 00068 #define EBI_DATA_6 NF_EBI_DATA_6 00069 #define EBI_DATA_7 NF_EBI_DATA_7 00070 00071 #define EBI_ADDR_21 NF_EBI_ADDR_21 00072 #define EBI_ADDR_22 NF_EBI_ADDR_22 00073 00074 #define EBI_NANDOE NF_EBI_NANDOE 00075 #define EBI_NANDWE NF_EBI_NANDWE 00076 00077 #endif // _CONF_EBI_H_