File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 217
217
interrupts = <7 0>;
218
218
status = "disabled";
219
219
};
220
+
221
+ dma1: dma@48700000 {
222
+ compatible = "st,stm32-dma-v2bis";
223
+ #dma-cells = <2>;
224
+ reg = <0x48700000 256>;
225
+ clocks = <&rcc STM32_CLOCK(AHB0, 0)>;
226
+ interrupts = <17 0 17 0 17 0 17 0 17 0 17 0 17 0 17 0>;
227
+ dma-requests = <8>;
228
+ dma-offset = <0>;
229
+ status = "disabled";
230
+ };
231
+
232
+ dmamux1: dmamux@48800000 {
233
+ compatible = "st,stm32-dmamux";
234
+ reg = <0x48800000 DT_SIZE_K(1)>;
235
+ /* `clocks` property is identical between DMA and DMAMUX
236
+ * because they share a single common bit in RCC registers
237
+ */
238
+ clocks = <&rcc STM32_CLOCK(AHB0, 0)>;
239
+ #dma-cells = <3>;
240
+ dma-channels = <8>;
241
+ dma-generators = <1>;
242
+ dma-requests= <25>;
243
+ status = "disabled";
244
+ };
220
245
};
221
246
};
222
247
You can’t perform that action at this time.
0 commit comments