summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@openbsd.org>2021-10-23 17:58:04 +0300
committerTom Rini <trini@konsulko.com>2021-10-31 15:46:44 +0300
commitd520e1fb7276d9d14f3cf35e028c5fdb934b049c (patch)
tree99b79a26402e562e3dc337007ebf2cda1c38d7f0 /configs
parent003b657edcdc7ee96b7df277a16480129a5260a7 (diff)
downloadu-boot-d520e1fb7276d9d14f3cf35e028c5fdb934b049c.tar.xz
serial: s5p: Add Apple M1 support
Apple M1 SoCs include an S5L UART which is a variant of the S5P UART. Add support for this variant and enable it by default on Apple SoCs. Signed-off-by: Mark Kettenis <kettenis@openbsd.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/apple_m1_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/apple_m1_defconfig b/configs/apple_m1_defconfig
index 6072e7524c..520d7c7632 100644
--- a/configs/apple_m1_defconfig
+++ b/configs/apple_m1_defconfig
@@ -13,3 +13,7 @@ CONFIG_USE_PREBOOT=y
CONFIG_PREBOOT="usb start"
CONFIG_SYS_LOAD_ADDR=0x880000000
# CONFIG_GENERATE_SMBIOS_TABLE is not set
+CONFIG_DEBUG_UART=y
+CONFIG_DEBUG_UART_ANNOUNCE=y
+CONFIG_DEBUG_UART_BASE=0x235200000
+CONFIG_DEBUG_UART_CLOCK=240000