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