summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kocialkowski <paul.kocialkowski@bootlin.com>2019-11-27 14:59:36 +0100
committerHeiko Stuebner <heiko.stuebner@theobroma-systems.com>2019-12-17 11:06:03 +0100
commitd282b82d6744f8ecec59c937871adc9775428042 (patch)
treea5cace067c78ed20594155588e243a9a7eed875c
parentf98e9ab677b44e711e17df2dc1ae4c67d6b3564b (diff)
UPSTREAM: 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 (cherry picked from commit 48393e30c330e42cdd7b547cb0b7e2d745015afb) Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
-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 9b8ccfca..283b6064 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)