Artur Rojek | 2734789 | 2023-10-18 16:00:59 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | /* | ||||
3 | * Copyright (C) 2021-2023 Conclusive Engineering Sp. z o. o. | ||||
4 | */ | ||||
5 | |||||
6 | #ifndef __CONFIG_H | ||||
7 | #define __CONFIG_H | ||||
8 | |||||
9 | #include "at91-sama5_common.h" | ||||
10 | |||||
11 | /* SDRAM */ | ||||
12 | #define CFG_SYS_SDRAM_BASE 0x20000000 | ||||
13 | #define CFG_SYS_SDRAM_SIZE 0x10000000 | ||||
14 | |||||
15 | #endif |