17 lines
463 B
C
17 lines
463 B
C
#ifndef __CSRBASE_H
|
|
#define __CSRBASE_H
|
|
|
|
#define UART_BASE 0xe0000000
|
|
#define DFII_BASE 0xe0000800
|
|
#define IDENTIFIER_BASE 0xe0001000
|
|
#define TIMER0_BASE 0xe0001800
|
|
#define MINIMAC_BASE 0xe0002000
|
|
#define FB_BASE 0xe0002800
|
|
#define ASMIPROBE_BASE 0xe0003000
|
|
#define DVISAMPLER0_BASE 0xe0003800
|
|
#define DVISAMPLER0_EDID_MEM_BASE 0xe0004000
|
|
#define DVISAMPLER1_BASE 0xe0004800
|
|
#define DVISAMPLER1_EDID_MEM_BASE 0xe0005000
|
|
|
|
#endif /* __CSRBASE_H */
|