summaryrefslogtreecommitdiff
path: root/configs/nyan-big_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-06-12 12:21:33 (GMT)
committerSimon Glass <sjg@chromium.org>2017-07-11 16:08:20 (GMT)
commit0be3a3b4732a0d66ff12b5e3abb1644fb884f13f (patch)
treef4c947bc3f55865ed83384fbf83be877cd9e68c0 /configs/nyan-big_defconfig
parent23acc48d8499944f41e4608b5683b1cdce95ec9b (diff)
downloadu-boot-fsl-qoriq-0be3a3b4732a0d66ff12b5e3abb1644fb884f13f.tar.xz
tegra: nyan-big: Enable the debug UART
Enable this to allow debugging when the serial UART driver is misconfigured. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Tested-on: Beaver, Jetson-TK1
Diffstat (limited to 'configs/nyan-big_defconfig')
-rw-r--r--configs/nyan-big_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/nyan-big_defconfig b/configs/nyan-big_defconfig
index fb2e479..8ecb56b 100644
--- a/configs/nyan-big_defconfig
+++ b/configs/nyan-big_defconfig
@@ -46,6 +46,10 @@ CONFIG_PMIC_AS3722=y
CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_PWM_TEGRA=y
+CONFIG_DEBUG_UART=y
+CONFIG_DEBUG_UART_BASE=0x70006000
+CONFIG_DEBUG_UART_CLOCK=408000000
+CONFIG_DEBUG_UART_SHIFT=2
CONFIG_SYS_NS16550=y
CONFIG_TEGRA114_SPI=y
CONFIG_TPM_TIS_INFINEON=y