Skip to content

Commit 524cb4a

Browse files
jannaumarcan
authored andcommitted
soc: Add target for t6002
Signed-off-by: Janne Grunau <[email protected]>
1 parent 1b5dee2 commit 524cb4a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/soc.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
#define T8103 0x8103
99
#define T6000 0x6000
1010
#define T6001 0x6001
11+
#define T6002 0x6002
1112

1213
#ifdef TARGET
1314

1415
#if TARGET == T8103
1516
#define EARLY_UART_BASE 0x235200000
16-
#elif TARGET == T6000 || TARGET == T6001
17+
#elif TARGET == T6000 || TARGET == T6001 || TARGET == T6002
1718
#define EARLY_UART_BASE 0x39b200000
1819
#endif
1920

0 commit comments

Comments
 (0)