dts: arm: silabs: sim3u: Add DMA support node

This is needed for Si32 DMA driver support.

Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
This commit is contained in:
Reto Schneider 2024-04-26 03:14:26 +02:00 committed by Anas Nashif
parent f84e2f2c2b
commit 3bc3ca8620
1 changed files with 12 additions and 0 deletions

View File

@ -61,6 +61,18 @@
};
soc {
dma: dma-controller@40036000 {
compatible = "silabs,si32-dma";
reg = <0x40036000 0x1000>;
interrupts = <4 0>, <5 0>, <6 0>, <7 0>,
<8 0>, <9 0>, <10 0>, <11 0>,
<12 0>, <13 0>, <14 0>, <15 0>,
<16 0>, <17 0>, <18 0>, <19 0>;
dma-channels = <16>;
#dma-cells = <3>;
status = "disabled";
};
flash: flash-controller@4002e000 {
compatible = "silabs,si32-flash-controller";
reg = <0x4002e000 0x1000>;