litex/common/csrbase.h
Sebastien Bourdeauducq 4e18e45686 Add Ethernet MAC
2012-05-20 00:30:03 +02:00

9 lines
185 B
C

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