software/include: add stdbool.h
[litex.git] / common / csrbase.h
1 #ifndef __CSRBASE_H
2 #define __CSRBASE_H
3
4 #define UART_BASE 0xe0000000
5 #define DFII_BASE 0xe0000800
6 #define ID_BASE 0xe0001000
7 #define TIMER0_BASE 0xe0001800
8 #define MINIMAC_BASE 0xe0002000
9 #define FB_BASE 0xe0002800
10 #define ASMIPROBE_BASE 0xe0003000
11
12 #endif /* __CSRBASE_H */