/* * Copyright (c) 2022, Synopsys, Inc. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 */ #include "skeleton.dtsi" #include #ifndef DDR_ADDR #define DDR_ADDR 80000000 #endif #ifndef DDR_SIZE #define DDR_SIZE DT_SIZE_M(1) #endif / { ddr0: memory@DDR_ADDR { device_type = "memory"; reg = ; }; chosen { zephyr,sram = &ddr0; }; };