mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
soc: Add T8112 defines
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
c947b600c7
commit
8a607f049f
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
#include "../config.h"
|
||||
|
||||
#define T8103 0x8103
|
||||
#define T8112 0x8112
|
||||
#define T6000 0x6000
|
||||
#define T6001 0x6001
|
||||
#define T6002 0x6002
|
||||
|
@ -16,6 +17,8 @@
|
|||
#define EARLY_UART_BASE 0x235200000
|
||||
#elif TARGET == T6000 || TARGET == T6001 || TARGET == T6002
|
||||
#define EARLY_UART_BASE 0x39b200000
|
||||
#elif TARGET == T8112
|
||||
#define EARLY_UART_BASE 0x235200000
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue