Skip to content

Commit 0eeca15

Browse files
yuyuyurekasvenpeter42
authored andcommitted
add EARLY_UART_BASE for T8132
Signed-off-by: Yureka <[email protected]>
1 parent b0f892e commit 0eeca15

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/soc.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#define T8103 0x8103
2020
#define T8112 0x8112
2121
#define T8122 0x8122
22+
#define T8132 0x8132
2223
#define T6000 0x6000
2324
#define T6001 0x6001
2425
#define T6002 0x6002
@@ -38,6 +39,8 @@
3839
#define EARLY_UART_BASE 0x39b200000
3940
#elif TARGET == T8112
4041
#define EARLY_UART_BASE 0x235200000
42+
#elif TARGET == T8132
43+
#define EARLY_UART_BASE 0x3ad200000
4144
#elif TARGET == T6034 || TARGET == T6031
4245
#define EARLY_UART_BASE 0x391200000
4346
#elif TARGET == T8015

0 commit comments

Comments
 (0)