commit | 449aeb67d15dea56f315daeb1e01ade817c26c36 | [log] [tgz] |
---|---|---|
author | Manish Pandey <manish.pandey2@arm.com> | Wed Dec 04 13:52:37 2019 +0000 |
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | Wed Dec 04 13:52:37 2019 +0000 |
tree | 954ca249c8533f4d1f9005dbc4694763bbe82eb3 | |
parent | 84bd7a43af85fa7d186c68710379a3aa2db39370 [diff] | |
parent | 48393e30c330e42cdd7b547cb0b7e2d745015afb [diff] |
Merge "rockchip: px30: Add support for UART3 as serial output" into integration
diff --git a/plat/rockchip/px30/px30_def.h b/plat/rockchip/px30/px30_def.h index 9b8ccfc..283b606 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)