artik530: configs: add UART4 base address
authorChanho Park <chanho61.park@samsung.com>
Tue, 6 Feb 2018 11:18:54 +0000 (20:18 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 6 Feb 2018 11:18:54 +0000 (20:18 +0900)
This patch adds the UART4 base address for the artik530. The s5p4418
SoC has five uart ports and the UART4 has been exposed in the GPIO
header. It can be possible to make the UART4 is one of the debug
console of u-boot.

Change-Id: I8158cdeeaff52841508f6067214770f143dbfb40
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
include/configs/artik530_raptor.h

index 1c509f9befc8935e9849d588e658f206c5b4929f..00c50c0831afa4cd2afcdb196a7003cd75b71d74 100644 (file)
 #define CONFIG_PL01x_PORTS                     {(void *)PHY_BASEADDR_UART0, \
                                                (void *)PHY_BASEADDR_UART1, \
                                                (void *)PHY_BASEADDR_UART2, \
-                                               (void *)PHY_BASEADDR_UART3}
+                                               (void *)PHY_BASEADDR_UART3, \
+                                               (void *)PHY_BASEADDR_UART4}
 
 #define CONFIG_BAUDRATE                                115200
 #define CONFIG_SYS_BAUDRATE_TABLE \