aboutsummaryrefslogtreecommitdiffstats
path: root/plat
diff options
context:
space:
mode:
authorPaul Kocialkowski <paul.kocialkowski@bootlin.com>2019-11-27 14:59:36 +0100
committerPaul Kocialkowski <paul.kocialkowski@bootlin.com>2019-11-27 15:08:39 +0100
commit48393e30c330e42cdd7b547cb0b7e2d745015afb (patch)
tree44b1b31eb2e2ba0bee6403fd187a698f8977f619 /plat
parentd537ee795c1390601428d6b5b3499d05b62ad271 (diff)
downloadplatform_external_arm-trusted-firmware-48393e30c330e42cdd7b547cb0b7e2d745015afb.tar.gz
platform_external_arm-trusted-firmware-48393e30c330e42cdd7b547cb0b7e2d745015afb.tar.bz2
platform_external_arm-trusted-firmware-48393e30c330e42cdd7b547cb0b7e2d745015afb.zip
rockchip: px30: Add support for UART3 as serial output
Add the UART3 base definition for serial output, which is used on some PX30 SoM boards. Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com> Change-Id: I8490b15c9f129a33c01cb78bd78675014bc7b015
Diffstat (limited to 'plat')
-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 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)