blob: d62146e779726e8ce4169b34676197f094438176 [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
Tom Rini65cc0e22022-11-16 13:10:41 -050014#undef CFG_SYS_AT91_MAIN_CLOCK
15#define CFG_SYS_AT91_MAIN_CLOCK 24000000 /* from 24 MHz crystal */
Wenyou Yangce4054b2017-09-13 14:58:54 +080016
Wenyou Yangce4054b2017-09-13 14:58:54 +080017/* SPL */
Wenyou Yangce4054b2017-09-13 14:58:54 +080018
Wenyou Yangce4054b2017-09-13 14:58:54 +080019#endif