Skip to content

Commit

Permalink
dts: renesas: smartbond: Support the DMA engine.
Browse files Browse the repository at this point in the history
Update DTS and board configurations to support the DMA accelerator.

Signed-off-by: Ioannis Karachalios <[email protected]>
  • Loading branch information
ioannis-karachalios committed Oct 18, 2023
1 parent 588e4ee commit 3bf5f77
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/arm/da1469x_dk_pro/da1469x_dk_pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ supported:
- i2c
- spi
- usb_device
- dma
vendor: renesas
9 changes: 9 additions & 0 deletions dts/arm/renesas/smartbond/da1469x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,15 @@
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>;
};
};
};

Expand Down

0 comments on commit 3bf5f77

Please sign in to comment.