/* * Copyright (c) 2024 Analog Devices, Inc. * * SPDX-License-Identifier: Apache-2.0 */ /* Increase SRAM2 size to get enough space for image */ &sram2 { reg = <20008000 DT_SIZE_K(32)>; }; &spi0 { dmas = <&dma0 1 MAX32_DMA_SLOT_SPI0_TX>, <&dma0 2 MAX32_DMA_SLOT_SPI0_RX>; dma-names = "tx", "rx"; slow@0 { compatible = "test-spi-loopback-slow"; reg = <0>; spi-max-frequency = <128000>; }; fast@0 { compatible = "test-spi-loopback-fast"; reg = <0>; spi-max-frequency = <500000>; }; };