blob: 36553d4295b74814f264324e52ac9fab659c7f6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* 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 */
|