OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [sw/] [board/] [include/] [board.h] - Blame information for rev 393

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 349 julius
#ifndef _BOARD_H_
2
#define _BOARD_H_
3
 
4 354 julius
#define IN_CLK                50000000 // Hz
5 349 julius
 
6
//
7
// Defines for each core (memory map base, OR1200 interrupt line number, etc.)
8
//
9 361 julius
#define RAM_BASE            0x00000000
10 349 julius
 
11
#define UART0_BASE          0x90000000
12
#define UART0_IRQ                    2
13
#define UART0_BAUD_RATE         115200
14
 
15 373 julius
#define SPI0_BASE 0xb0000000
16
 
17 349 julius
//
18
// OR1200 tick timer period define
19
//
20
#define TICKS_PER_SEC   100
21
 
22
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.