Skip to content

Commit

Permalink
dts: arm/nxp: Add dma nodes to NXP MCXA156 dtsi file
Browse files Browse the repository at this point in the history
Add dma nodes to NXP MCXA156 dtsi file

Signed-off-by: Neil Chen <[email protected]>
  • Loading branch information
NeilChen93 authored and henrikbrixandersen committed Jan 8, 2025
1 parent cce0826 commit cf58bd8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dts/arm/nxp/nxp_mcxa156.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,20 @@
#io-channel-cells = <1>;
};

edma0: dma-controller@40080000 {
#dma-cells = <2>;
compatible = "nxp,mcux-edma";
nxp,version = <4>;
dma-channels = <8>;
dma-requests = <86>;

reg = <0x40080000 0x1000>;
interrupts = <2 0>, <3 0>, <4 0>, <5 0>,
<6 0>, <7 0>, <8 0>, <9 0>;
no-error-irq;
status = "disabled";
};

flexcan0: can@400cc000 {
compatible = "nxp,flexcan";
reg = <0x400cc000 0x1000>;
Expand Down

0 comments on commit cf58bd8

Please sign in to comment.