u-boot/include/configs/sama7g54_curiosity.h
Mihai Sain a7ba3bf65d configs: at91: sama7g54_curiosity: Add initial default configs
Add default configuration for nand-flash to boot the linux kernel.
Add default configuration for qspi-flash to boot the linux kernel.
Add default configuration for sd-card to boot the linux kernel.
Configs are synced with savedefconfig.

Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
2024-03-13 13:35:16 +02:00

17 lines
359 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Configuration file for the SAMA7G54 CURIOSITY board.
*
* Copyright (C) 2024 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