1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Configuration file for the SAMA5D2 ICP Board.
5 * Copyright (C) 2018 Microchip Corporation
6 * Eugen Hristev <eugen.hristev@microchip.com>
12 #include "at91-sama5_common.h"
14 #undef CONFIG_SYS_AT91_MAIN_CLOCK
15 #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* from 12 MHz crystal */
18 #define CONFIG_SYS_SDRAM_BASE 0x20000000
19 #define CONFIG_SYS_SDRAM_SIZE 0x20000000
22 /* u-boot env in sd/mmc card */
23 #define FAT_ENV_INTERFACE "mmc"
24 #define FAT_ENV_DEVICE_AND_PART "0"
25 #define FAT_ENV_FILE "uboot.env"
26 /* bootstrap + u-boot + env in sd card */
31 #define CONFIG_SYS_MONITOR_LEN (512 << 10)