diff options
-rw-r--r-- | plat/rockchip/px30/px30_def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plat/rockchip/px30/px30_def.h b/plat/rockchip/px30/px30_def.h index 9b8ccfca6..283b60641 100644 --- a/plat/rockchip/px30/px30_def.h +++ b/plat/rockchip/px30/px30_def.h @@ -54,6 +54,9 @@ #define UART2_BASE 0xff160000 #define UART2_SIZE SIZE_K(64) +#define UART3_BASE 0xff168000 +#define UART3_SIZE SIZE_K(64) + #define UART5_BASE 0xff178000 #define UART5_SIZE SIZE_K(64) |