blob: 772a073ba209267ea451a95263546470e67b297e [file] [log] [blame]
Artur Rojek27347892023-10-18 16:00:59 +02001/* 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