mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 06:12:58 +00:00
18 lines
359 B
C
18 lines
359 B
C
|
/* 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
|