2012-05-16 04:20:04 -04:00
|
|
|
#ifndef __CSRBASE_H
|
|
|
|
#define __CSRBASE_H
|
|
|
|
|
|
|
|
#define UART_BASE 0xe0000000
|
|
|
|
#define DFII_BASE 0xe0000800
|
|
|
|
#define ID_BASE 0xe0001000
|
2012-05-21 13:46:04 -04:00
|
|
|
#define TIMER0_BASE 0xe0001800
|
|
|
|
#define MINIMAC_BASE 0xe0002000
|
2012-06-17 07:41:26 -04:00
|
|
|
#define FB_BASE 0xe0002800
|
2012-08-04 10:31:24 -04:00
|
|
|
#define ASMIPROBE_BASE 0xe0003000
|
2012-05-16 04:20:04 -04:00
|
|
|
|
|
|
|
#endif /* __CSRBASE_H */
|