blob: 0eecb561508ede715696f319841de349e9f36868 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Wenyou Yangce4054b2017-09-13 14:58:54 +08002/*
3 * Configuration file for the SAMA5D27 SOM1 EK Board.
4 *
5 * Copyright (C) 2017 Microchip Corporation
6 * Wenyou Yang <wenyou.yang@microchip.com>
Wenyou Yangce4054b2017-09-13 14:58:54 +08007 */
8
9#ifndef __CONFIG_H
10#define __CONFIG_H
11
12#include "at91-sama5_common.h"
13
Wenyou Yangce4054b2017-09-13 14:58:54 +080014#undef CONFIG_SYS_AT91_MAIN_CLOCK
Wenyou Yangce4054b2017-09-13 14:58:54 +080015#define CONFIG_SYS_AT91_MAIN_CLOCK 24000000 /* from 24 MHz crystal */
16
Wenyou Yangce4054b2017-09-13 14:58:54 +080017/* SPL */
Wenyou Yangce4054b2017-09-13 14:58:54 +080018
19#define CONFIG_SYS_MONITOR_LEN (512 << 10)
20
Wenyou Yangce4054b2017-09-13 14:58:54 +080021#endif