Skip to content

Commit cf58bd8

Browse files
NeilChen93henrikbrixandersen
authored andcommitted
dts: arm/nxp: Add dma nodes to NXP MCXA156 dtsi file
Add dma nodes to NXP MCXA156 dtsi file Signed-off-by: Neil Chen <[email protected]>
1 parent cce0826 commit cf58bd8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

dts/arm/nxp/nxp_mcxa156.dtsi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,20 @@
221221
#io-channel-cells = <1>;
222222
};
223223

224+
edma0: dma-controller@40080000 {
225+
#dma-cells = <2>;
226+
compatible = "nxp,mcux-edma";
227+
nxp,version = <4>;
228+
dma-channels = <8>;
229+
dma-requests = <86>;
230+
231+
reg = <0x40080000 0x1000>;
232+
interrupts = <2 0>, <3 0>, <4 0>, <5 0>,
233+
<6 0>, <7 0>, <8 0>, <9 0>;
234+
no-error-irq;
235+
status = "disabled";
236+
};
237+
224238
flexcan0: can@400cc000 {
225239
compatible = "nxp,flexcan";
226240
reg = <0x400cc000 0x1000>;

0 commit comments

Comments
 (0)