From: Chanho Park Date: Tue, 6 Feb 2018 11:18:54 +0000 (+0900) Subject: artik530: configs: add UART4 base address X-Git-Tag: submit/tizen/20180327.075642~70 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cfd11ba2ebc2b0c1a425269a7dc669a5606f2d6c;p=profile%2Fcommon%2Fplatform%2Fkernel%2Fu-boot-artik7.git artik530: configs: add UART4 base address 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 --- diff --git a/include/configs/artik530_raptor.h b/include/configs/artik530_raptor.h index 1c509f9bef..00c50c0831 100644 --- a/include/configs/artik530_raptor.h +++ b/include/configs/artik530_raptor.h @@ -159,7 +159,8 @@ #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 \