Skip to content

Commit 498dd5d

Browse files
gautierg-stkartben
authored andcommitted
dts: arm: st: n6: add gpdma
Add GPDMA support to STM32N6 Signed-off-by: Guillaume Gautier <[email protected]>
1 parent 12d950b commit 498dd5d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

dts/arm/st/n6/stm32n6.dtsi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
#include <arm/armv8.1-m.dtsi>
88
#include <zephyr/dt-bindings/clock/stm32n6_clock.h>
9+
#include <zephyr/dt-bindings/dma/stm32_dma.h>
910
#include <zephyr/dt-bindings/reset/stm32n6_reset.h>
1011
#include <zephyr/dt-bindings/memory-controller/stm32-fmc-nor-psram.h>
1112
#include <zephyr/dt-bindings/gpio/gpio.h>
@@ -450,6 +451,19 @@
450451
interrupts = <168 0>;
451452
status = "disabled";
452453
};
454+
455+
gpdma1: dma@50021000 {
456+
compatible = "st,stm32u5-dma";
457+
#dma-cells = <3>;
458+
reg = <0x50021000 0x1000>;
459+
clocks = <&rcc STM32_CLOCK(AHB1, 4)>;
460+
interrupts = <84 0 85 0 86 0 87 0 88 0 89 0 90 0 91 0
461+
92 0 93 0 94 0 95 0 96 0 97 0 98 0 99 0>;
462+
dma-channels = <16>;
463+
dma-requests = <144>;
464+
dma-offset = <0>;
465+
status = "disabled";
466+
};
453467
};
454468
};
455469

0 commit comments

Comments
 (0)