litex/common/csrbase.h

10 lines
185 B
C
Raw Normal View History

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-19 18:30:03 -04:00
#define MINIMAC_BASE 0xe0001800
2012-05-16 04:20:04 -04:00
#endif /* __CSRBASE_H */