summaryrefslogtreecommitdiff
path: root/configs/nsim_700_defconfig
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2018-05-21 16:55:20 +0300
committerAlexey Brodkin <abrodkin@synopsys.com>2018-05-24 15:59:17 +0300
commit0556b569e52caf3ab519c340435236e4940cc1cd (patch)
tree1a24cdaea346bfe0045f5d3ccd7fc43e129fe3c9 /configs/nsim_700_defconfig
parent54705016ba705601acd32e04ff4e28b82f7ce71a (diff)
ARC: Enable debug UART on nSIM boards
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'configs/nsim_700_defconfig')
-rw-r--r--configs/nsim_700_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/nsim_700_defconfig b/configs/nsim_700_defconfig
index 01a461b851..b10044986f 100644
--- a/configs/nsim_700_defconfig
+++ b/configs/nsim_700_defconfig
@@ -3,6 +3,7 @@ CONFIG_TARGET_NSIM=y
CONFIG_SYS_TEXT_BASE=0x81000000
CONFIG_SYS_CLK_FREQ=70000000
CONFIG_DEFAULT_DEVICE_TREE="nsim"
+CONFIG_DEBUG_UART=y
CONFIG_BOOTDELAY=3
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="console=ttyARC0,115200n8"
@@ -13,5 +14,8 @@ CONFIG_OF_CONTROL=y
CONFIG_OF_EMBED=y
CONFIG_DM=y
CONFIG_DM_SERIAL=y
+CONFIG_DEBUG_ARC_SERIAL=y
+CONFIG_DEBUG_UART_BASE=0xc0fc1000
+CONFIG_DEBUG_UART_CLOCK=70000000
CONFIG_ARC_SERIAL=y
CONFIG_USE_PRIVATE_LIBGCC=y