blob: ccb528ed9266646b5d4786efe30680925f9a6639 [file] [log] [blame]
Michal Simek21d62e62007-03-27 00:32:16 +02001/*
2 * (C) Copyright 2007 Michal Simek
3 *
4 * Michal SIMEK <monstr@monstr.eu>
5 *
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02006 * SPDX-License-Identifier: GPL-2.0+
Michal Simek21d62e62007-03-27 00:32:16 +02007 *
Stephan Linz2dd5cb12012-02-25 00:48:33 +00008 * CAUTION: This file is a faked configuration !!!
9 * There is no real target for the microblaze-generic
10 * configuration. You have to replace this file with
11 * the generated file from your Xilinx design flow.
Michal Simek21d62e62007-03-27 00:32:16 +020012 */
Michal Simek952d5142007-03-11 13:42:58 +010013
Michal Simek0d141652008-12-19 13:25:55 +010014#define XILINX_BOARD_NAME microblaze-generic
15
Michal Simek1f0c40c2007-03-26 01:39:07 +020016/* System Clock Frequency */
Michal Simek9251df32007-04-21 20:53:31 +020017#define XILINX_CLOCK_FREQ 100000000
Michal Simek952d5142007-03-11 13:42:58 +010018
Michal Simek95945832007-05-05 18:54:42 +020019/* Microblaze is microblaze_0 */
Michal Simek98c19792007-05-07 23:58:31 +020020#define XILINX_USE_MSR_INSTR 1
Michal Simek603aa742007-05-07 17:11:09 +020021#define XILINX_FSL_NUMBER 3
Michal Simek95945832007-05-05 18:54:42 +020022
Michal Simek603aa742007-05-07 17:11:09 +020023/* Interrupt controller is opb_intc_0 */
Michal Simek9251df32007-04-21 20:53:31 +020024#define XILINX_INTC_BASEADDR 0x41200000
Michal Simek98c19792007-05-07 23:58:31 +020025#define XILINX_INTC_NUM_INTR_INPUTS 6
Michal Simek952d5142007-03-11 13:42:58 +010026
Michal Simek603aa742007-05-07 17:11:09 +020027/* Timer pheriphery is opb_timer_1 */
Michal Simek9251df32007-04-21 20:53:31 +020028#define XILINX_TIMER_BASEADDR 0x41c00000
Michal Simek1f0c40c2007-03-26 01:39:07 +020029#define XILINX_TIMER_IRQ 0
Michal Simek952d5142007-03-11 13:42:58 +010030
Michal Simek603aa742007-05-07 17:11:09 +020031/* GPIO is LEDs_4Bit*/
32#define XILINX_GPIO_BASEADDR 0x40000000
33
34/* Flash Memory is FLASH_2Mx32 */
Michal Simek9251df32007-04-21 20:53:31 +020035#define XILINX_FLASH_START 0x2c000000
Michal Simek1f0c40c2007-03-26 01:39:07 +020036#define XILINX_FLASH_SIZE 0x00800000
37
Michal Simek80e045f2013-04-22 11:23:16 +020038/* Watchdog IP is wxi_timebase_wdt_0 */
39#define XILINX_WATCHDOG_BASEADDR 0x50000000
40#define XILINX_WATCHDOG_IRQ 1