diff options
| author | Tom Rini <[email protected]> | 2024-03-25 08:18:20 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-03-25 08:19:04 -0400 |
| commit | 8ef8dcc54a0d507912ee57e15a541c5cebcfca76 (patch) | |
| tree | 51cbf8ce83dc695ca81f65acd8c93cee2f3b43d6 /include | |
| parent | 0cfdc7d22336f0f0ef4092163510fafffe4e3b4c (diff) | |
| parent | a7ba3bf65db264c02a774a59e8febc2ecb095f68 (diff) | |
Merge tag 'u-boot-at91-2024.07-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into next
First set of u-boot-at91 features for the 2024.07 cycle:
- This feature set includes a new board named sama7g54 Curiosity.
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sama7g54_curiosity.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/configs/sama7g54_curiosity.h b/include/configs/sama7g54_curiosity.h new file mode 100644 index 00000000000..fe47236158e --- /dev/null +++ b/include/configs/sama7g54_curiosity.h @@ -0,0 +1,17 @@ +/* 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 <[email protected]> + * + */ + +#ifndef __CONFIG_H +#define __CONFIG_H + +#define CFG_SYS_AT91_SLOW_CLOCK 32768 +#define CFG_SYS_AT91_MAIN_CLOCK 24000000 + +#endif |
