File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 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>
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
You can’t perform that action at this time.
0 commit comments