diff options
| author | Garrett Giordano <[email protected]> | 2024-11-18 15:16:05 -0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-12-13 17:30:01 -0600 |
| commit | d13e67c24d167d965b8b733ed7b81712d02518e3 (patch) | |
| tree | abbcdc1c16554510e3011664bcd86eba257a316d /include | |
| parent | deb9a07cf167f68184fe782047bfd77c238276cd (diff) | |
board: phytec: am62a7: Add PHYTEC phyCORE-AM62A7 SoM
Add support for PHYTEC phyCORE-AM62A7 SoM.
Supported features:
- 2GB LPDDR4 RAM
- eMMC
- External SD
- Ethernet
- debug UART
Signed-off-by: Garrett Giordano <[email protected]>
Reviewed-by: Wadim Egorov <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Bryan Brattlof <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/phycore_am62ax.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/configs/phycore_am62ax.h b/include/configs/phycore_am62ax.h new file mode 100644 index 00000000000..661ba8f73ca --- /dev/null +++ b/include/configs/phycore_am62ax.h @@ -0,0 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later OR MIT */ +/* + * Configuration header file for PHYTEC phyCORE-AM62Ax + * + * Copyright (C) 2024 PHYTEC America LLC + * Author: Garrett Giordano <[email protected]> + */ + +#ifndef __PHYCORE_AM62AX_H +#define __PHYCORE_AM62AX_H + +/* DDR Configuration */ +#define CFG_SYS_SDRAM_BASE 0x80000000 + +#endif /* __PHYCORE_AM62AX_H */ |
