From cf58bd8814dd5733d4c8d56941760cb208804b5c Mon Sep 17 00:00:00 2001 From: Neil Chen Date: Wed, 8 Jan 2025 14:10:56 +0800 Subject: [PATCH] dts: arm/nxp: Add dma nodes to NXP MCXA156 dtsi file Add dma nodes to NXP MCXA156 dtsi file Signed-off-by: Neil Chen --- dts/arm/nxp/nxp_mcxa156.dtsi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/dts/arm/nxp/nxp_mcxa156.dtsi b/dts/arm/nxp/nxp_mcxa156.dtsi index 5837d21ecfce..17ba5aeb2cd7 100644 --- a/dts/arm/nxp/nxp_mcxa156.dtsi +++ b/dts/arm/nxp/nxp_mcxa156.dtsi @@ -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>;