Merge "rockchip: px30: Add support for UART3 as serial output" into integration

This commit is contained in:
Manish Pandey 2019-12-04 13:52:37 +00:00 committed by TrustedFirmware Code Review
commit 449aeb67d1
1 changed files with 3 additions and 0 deletions

View File

@ -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)