1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Configuration for MT8183 based boards
5 * Copyright (C) 2021 BayLibre, SAS
6 * Author: Fabien Parent <fparent@baylibre.com
12 #include <linux/sizes.h>
14 #define COUNTER_FREQUENCY 13000000
16 #define CONFIG_SYS_NS16550_SERIAL
17 #define CONFIG_SYS_NS16550_REG_SIZE -4
18 #define CONFIG_SYS_NS16550_MEM32
19 #define CONFIG_SYS_NS16550_COM1 0x11005200
20 #define CONFIG_SYS_NS16550_CLK 26000000
22 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + SZ_2M - \
23 GENERATED_GBL_DATA_SIZE)
25 #define CONFIG_SYS_BOOTM_LEN SZ_64M
27 /* Environment settings */
28 #include <config_distro_bootcmd.h>
30 #define BOOT_TARGET_DEVICES(func) \
33 #define CONFIG_EXTRA_ENV_SETTINGS \
34 "scriptaddr=0x40000000\0" \