dts: arm/nxp: Add dma nodes to NXP MCXA156 dtsi file

Add dma nodes to NXP MCXA156 dtsi file

Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
This commit is contained in:
Neil Chen 2025-01-08 14:10:56 +08:00 committed by Henrik Brix Andersen
parent cce082626e
commit cf58bd8814

View file

@ -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>;