litex/common/csrbase.h
Sebastien Bourdeauducq bb798176fc Common include files
2012-05-16 10:20:04 +02:00

8 lines
153 B
C

#ifndef __CSRBASE_H
#define __CSRBASE_H
#define UART_BASE 0xe0000000
#define DFII_BASE 0xe0000800
#define ID_BASE 0xe0001000
#endif /* __CSRBASE_H */