aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2019-12-04 13:52:37 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2019-12-04 13:52:37 +0000
commit449aeb67d15dea56f315daeb1e01ade817c26c36 (patch)
tree954ca249c8533f4d1f9005dbc4694763bbe82eb3
parent84bd7a43af85fa7d186c68710379a3aa2db39370 (diff)
parent48393e30c330e42cdd7b547cb0b7e2d745015afb (diff)
downloadtrusted-firmware-a-449aeb67d15dea56f315daeb1e01ade817c26c36.tar.gz
Merge "rockchip: px30: Add support for UART3 as serial output" into integration
-rw-r--r--plat/rockchip/px30/px30_def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plat/rockchip/px30/px30_def.h b/plat/rockchip/px30/px30_def.h
index 9b8ccfca63..283b606412 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)