1/*
2 * Copyright (c) 2025 Analog Devices, Inc.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&sram0 {
8 compatible = "mmio-sram";
9 reg = <0x20000000 DT_SIZE_K(64)>;
10};
11
12/ {
13 chosen {
14 zephyr,sram = &sram0;
15 };
16};
17
18tst_dma0: &dma0 { };
19