blob: 22b4683e7617046c67a8261aeb8b86d90aea90b5 [file] [log] [blame]
Jiaxun Yangb2c05382024-06-18 14:56:09 +01001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2024 Jiaxun Yang <jiaxun.yang@flygoat.com>
4 */
5
6#include <config.h>
7
8/ {
9 memory@0 {
10 device_type = "memory";
11#if XCHAL_HAVE_PTP_MMU
12 reg = <0x00000000 CFG_SYS_SDRAM_SIZE>;
13#else
14 reg = <CFG_SYS_MEMORY_BASE CFG_SYS_SDRAM_SIZE>;
15#endif
16 };
17};