File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 6363 };
6464
6565 soc {
66+ edma2: dma@42000000 {
67+ compatible = "nxp,mcux-edma";
68+ reg = <0x42000000 0x210000>;
69+ interrupt-parent = <&irqsteer_master0>;
70+ interrupts = <0 0>, <1 0>,
71+ <2 0>, <3 0>,
72+ <4 0>, <5 0>,
73+ <6 0>, <7 0>,
74+ <8 0>, <9 0>,
75+ <10 0>, <11 0>,
76+ <12 0>, <13 0>,
77+ <14 0>, <15 0>,
78+ <16 0>, <17 0>,
79+ <18 0>, <19 0>,
80+ <20 0>, <21 0>,
81+ <22 0>, <23 0>,
82+ <24 0>, <25 0>,
83+ <26 0>, <27 0>,
84+ <28 0>, <29 0>,
85+ <30 0>, <31 0>;
86+ #dma-cells = <2>;
87+ nxp,version = <5>;
88+ dma-channels = <64>;
89+ dma-requests = <123>;
90+ no-error-irq;
91+ status = "disabled";
92+ };
93+
6694 mu10_a: mbox@42430000 {
6795 compatible = "nxp,mbox-imx-mu";
6896 reg = <0x42430000 DT_SIZE_K(64)>;
118146 reg = <0x42570000 DT_SIZE_K(64)>;
119147 interrupts = <74 3>;
120148 clocks = <&scmi_clk IMX943_CLK_LPUART3>;
149+ dmas = <&edma2 0 9>, <&edma2 1 10>;
150+ dma-names = "tx", "rx";
121151 status = "disabled";
122152 };
123153
You can’t perform that action at this time.
0 commit comments