diff options
author | Tom Rini <trini@konsulko.com> | 2023-08-30 09:32:10 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-08-30 09:32:10 -0400 |
commit | c37be6a39a338187cfb140a6a1a8d1f9550c909d (patch) | |
tree | 13fefe63777c3b1b1446981a5fc0d6aa9a2d826b /include/configs | |
parent | da3cb125b0e8f0625b6bba5cb3f05b70174bb5e9 (diff) | |
parent | 6e8c9d29e3a72f93e4d5125079eaaa1b5a52a951 (diff) | |
download | u-boot-c37be6a39a338187cfb140a6a1a8d1f9550c909d.tar.gz |
Merge tag 'u-boot-at91-2023.10-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into nextWIP/30Aug2023-next
First set of u-boot-at91 features for the 2023.10 cycle:
This feature set includes a new board sama5d29 Curiosity, and various
fixes and alignments for sam9x60 and sam9x60 curiosity board.
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/sama5d29_curiosity.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/configs/sama5d29_curiosity.h b/include/configs/sama5d29_curiosity.h new file mode 100644 index 00000000000..ef09b8b25bc --- /dev/null +++ b/include/configs/sama5d29_curiosity.h @@ -0,0 +1,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 |