Michal Simek | 5da048a | 2007-03-27 00:32:16 +0200 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2007 Michal Simek |
| 3 | * |
| 4 | * Michal SIMEK <monstr@monstr.eu> |
| 5 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 6 | * SPDX-License-Identifier: GPL-2.0+ |
Michal Simek | 5da048a | 2007-03-27 00:32:16 +0200 | [diff] [blame] | 7 | * |
Stephan Linz | 2063788 | 2012-02-25 00:48:33 +0000 | [diff] [blame] | 8 | * 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 Simek | 5da048a | 2007-03-27 00:32:16 +0200 | [diff] [blame] | 12 | */ |
Michal Simek | 76316a3 | 2007-03-11 13:42:58 +0100 | [diff] [blame] | 13 | |
Michal Simek | 330e554 | 2008-12-19 13:25:55 +0100 | [diff] [blame] | 14 | #define XILINX_BOARD_NAME microblaze-generic |
| 15 | |
Michal Simek | ffc50f9 | 2007-05-05 18:54:42 +0200 | [diff] [blame] | 16 | /* Microblaze is microblaze_0 */ |
Michal Simek | fb05f6d | 2007-05-07 23:58:31 +0200 | [diff] [blame] | 17 | #define XILINX_USE_MSR_INSTR 1 |
Michal Simek | 48fbd3a | 2007-05-07 17:11:09 +0200 | [diff] [blame] | 18 | #define XILINX_FSL_NUMBER 3 |
Michal Simek | ffc50f9 | 2007-05-05 18:54:42 +0200 | [diff] [blame] | 19 | |
Michal Simek | 48fbd3a | 2007-05-07 17:11:09 +0200 | [diff] [blame] | 20 | /* GPIO is LEDs_4Bit*/ |
| 21 | #define XILINX_GPIO_BASEADDR 0x40000000 |
| 22 | |
| 23 | /* Flash Memory is FLASH_2Mx32 */ |
Michal Simek | 9d1d6a3 | 2007-04-21 20:53:31 +0200 | [diff] [blame] | 24 | #define XILINX_FLASH_START 0x2c000000 |
Michal Simek | 1798049 | 2007-03-26 01:39:07 +0200 | [diff] [blame] | 25 | #define XILINX_FLASH_SIZE 0x00800000 |
Michal Simek | 76316a3 | 2007-03-11 13:42:58 +0100 | [diff] [blame] | 26 | |
Michal Simek | 0f21f98 | 2013-04-22 11:23:16 +0200 | [diff] [blame] | 27 | /* Watchdog IP is wxi_timebase_wdt_0 */ |
| 28 | #define XILINX_WATCHDOG_BASEADDR 0x50000000 |
| 29 | #define XILINX_WATCHDOG_IRQ 1 |