1/* SPDX-License-Identifier: Apache-2.0 */
2
3#include "nrf54h20dk_nrf54h20_common.dtsi"
4
5&dut_aux {
6	memory-regions = <&cpuapp_dma_region>;
7};
8
9&dut {
10	memory-regions = <&cpuapp_dma_region>;
11};
12