Prepare v2023.10
[platform/kernel/u-boot.git] / include / configs / sama5d27_som1_ek.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Configuration file for the SAMA5D27 SOM1 EK Board.
4  *
5  * Copyright (C) 2017 Microchip Corporation
6  *                    Wenyou Yang <wenyou.yang@microchip.com>
7  */
8
9 #ifndef __CONFIG_H
10 #define __CONFIG_H
11
12 #include "at91-sama5_common.h"
13
14 #undef CFG_SYS_AT91_MAIN_CLOCK
15 #define CFG_SYS_AT91_MAIN_CLOCK      24000000 /* from 24 MHz crystal */
16
17 /* SPL */
18
19 #endif