]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/avnet/v5fx30teval/xparameters.h
Merge branch 'master' of /home/stefan/git/u-boot/u-boot
[karo-tx-uboot.git] / board / avnet / v5fx30teval / xparameters.h
1 /*
2  * (C) Copyright 2008
3  * Ricado Ribalda-Universidad Autonoma de Madrid-ricardo.ribalda@uam.es
4  * This work has been supported by: QTechnology  http://qtec.com/
5  * based on xparameters.h by Xilinx
6  *
7  * This program is free software: you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation, either version 2 of the License, or
10  * (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19 */
20
21 #ifndef XPARAMETER_H
22 #define XPARAMETER_H
23
24 #define XPAR_DDR2_SDRAM_MEM_BASEADDR    0x00000000
25 #define XPAR_INTC_0_BASEADDR            0x81800000
26 #define XPAR_UARTLITE_0_BASEADDR        0x84000000
27 #define XPAR_FLASH_MEM0_BASEADDR        0xFF000000
28 #define XPAR_PLB_CLOCK_FREQ_HZ          100000000
29 #define XPAR_CORE_CLOCK_FREQ_HZ         400000000
30 #define XPAR_INTC_MAX_NUM_INTR_INPUTS   13
31 #define XPAR_UARTLITE_0_BAUDRATE        9600
32
33 #endif