blob: b2a51459c4441c6666f47fb289d7117155144011 [file] [log] [blame]
/*
* Copyright (c) 2024, Analog Devices, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
chosen {
zephyr,sram = &sram0;
};
};
/*
* Concatenate SRAM0(16KB), SRAM1(16KB) and SRAM2(16KB)
* to lvgl example work
*/
&sram0 {
reg = <0x20000000 DT_SIZE_K(48)>;
};