xparameters.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  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-ml507.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. #ifndef XPARAMETER_H
  21. #define XPARAMETER_H
  22. #define XPAR_DDR2_SDRAM_MEM_BASEADDR 0x00000000
  23. #define XPAR_INTC_0_BASEADDR 0x81800000
  24. #define XPAR_UARTLITE_0_BASEADDR 0x84000000
  25. #define XPAR_IIC_EEPROM_BASEADDR 0x81600000
  26. #define XPAR_LLTEMAC_0_BASEADDR 0x81c00000
  27. #define XPAR_FLASH_MEM0_BASEADDR 0xFC000000
  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. #endif