1/*
2 * Copyright (c) 2025 Charles Dias <charlesdias.cd@outlook.com>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 *
6 */
7
8/delete-node/ &sram1;
9/delete-node/ &sram2;
10
11/* Increase the SRAM0 bank memory size to accommodate the VIDEO_BUFFER_POOL_SZ_MAX configuration. */
12&sram0 {
13	reg = <0x24000000 DT_SIZE_K(1024)>;
14};
15