Skip to content

Commit 093597c

Browse files
committed
dts/arm/st/mp2/stm32mp2_m33.dtsi: add hpdma3 node
Add a new HPDMA3 node to the STM32MP2 M33 device tree. With the current configuration, the Cortex-M33 can only use the HPDMA3 channels 0 to 13. Signed-off-by: Youssef Zini <[email protected]>
1 parent 3ce37dc commit 093597c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

dts/arm/st/mp2/stm32mp2_m33.dtsi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <mem.h>
1010
#include <zephyr/dt-bindings/gpio/gpio.h>
1111
#include <zephyr/dt-bindings/clock/stm32mp2_clock.h>
12+
#include <zephyr/dt-bindings/dma/stm32_dma.h>
1213
#include <zephyr/dt-bindings/reset/stm32mp2_reset.h>
1314

1415
/ {
@@ -240,6 +241,19 @@
240241
interrupts = <150 0>;
241242
status = "disabled";
242243
};
244+
245+
hpdma3: dma@40420000 {
246+
compatible = "st,stm32-dma-v3";
247+
reg = <0x40420000 DT_SIZE_K(4)>;
248+
#dma-cells = <3>;
249+
interrupts = <65 0>, <66 0>, <67 0>, <68 0>,
250+
<69 0>, <70 0>, <71 0>, <72 0>,
251+
<73 0>, <74 0>, <75 0>, <76 0>,
252+
<77 0>, <78 0>;
253+
dma-channels = <14>;
254+
dma-requests = <183>;
255+
dma-offset = <0>;
256+
};
243257
};
244258

245259
clocks {

0 commit comments

Comments
 (0)