aboutsummaryrefslogtreecommitdiff
path: root/include/configs/sama5d29_curiosity.h
blob: ef09b8b25bc9f8b7c0bd674606e3ae9ed07da839 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Configuration file for the SAMA5D29 CURIOSITY board.
 *
 * Copyright (C) 2023 Microchip Technology Inc. and its subsidiaries
 *
 * Author: Mihai Sain <mihai.sain@microchip.com>
 *
 */

#ifndef __CONFIG_H
#define __CONFIG_H

#define CFG_SYS_AT91_SLOW_CLOCK		32768
#define CFG_SYS_AT91_MAIN_CLOCK		24000000

#endif