Mihai Sain | 87d1cac | 2023-07-24 14:35:10 +0300 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | /* | ||||
3 | * Configuration file for the SAMA5D29 CURIOSITY board. | ||||
4 | * | ||||
5 | * Copyright (C) 2023 Microchip Technology Inc. and its subsidiaries | ||||
6 | * | ||||
7 | * Author: Mihai Sain <mihai.sain@microchip.com> | ||||
8 | * | ||||
9 | */ | ||||
10 | |||||
11 | #ifndef __CONFIG_H | ||||
12 | #define __CONFIG_H | ||||
13 | |||||
14 | #define CFG_SYS_AT91_SLOW_CLOCK 32768 | ||||
15 | #define CFG_SYS_AT91_MAIN_CLOCK 24000000 | ||||
16 | |||||
17 | #endif |