1/* SPDX-License-Identifier: Apache-2.0 */ 2 3#include "nrf54h20dk_nrf54h20_common.dtsi" 4 5&dut { 6 memory-regions = <&cpuapp_dma_region>; 7}; 8 9&dut2 { 10 status = "okay"; 11 memory-regions = <&dma_fast_region>; 12}; 13 14&dma_fast_region { 15 status = "okay"; 16}; 17