dts: renesas: smartbond: Support the DMA engine.

Update DTS and board configurations to support the DMA accelerator.

Signed-off-by: Ioannis Karachalios <ioannis.karachalios.px@renesas.com>
This commit is contained in:
Ioannis Karachalios 2023-10-09 10:39:24 +03:00 committed by Fabio Baltieri
parent 546a640657
commit dd1371da8b
2 changed files with 11 additions and 0 deletions

View file

@ -17,4 +17,5 @@ supported:
- usb_device
- rtc
- crypto
- dma
vendor: renesas

View file

@ -303,6 +303,16 @@
interrupts = <15 0>, <21 0>;
status = "disabled";
};
dma: dma@50040800 {
compatible = "renesas,smartbond-dma";
reg = <0x50040800 0x110>;
interrupts = <1 0>;
status = "disabled";
dma-channels = <8>;
block-count = <1>;
#dma-cells = <0>;
};
};
};