/* SPDX-License-Identifier: GPL-2.0-only */ /* * Configuration header file for Aquila AM69 SoM * * Copyright (C) 2025 Toradex - https://www.toradex.com/ */ #ifndef __CONFIG_AQUILA_AM69_H #define __CONFIG_AQUILA_AM69_H /* DDR Configuration */ #define CFG_SYS_SDRAM_BASE 0x80000000 #define CFG_SYS_SDRAM_BASE1 0x880000000 #endif /* __CONFIG_AQUILA_AM69_H */