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:
parent
cce082626e
commit
cf58bd8814
1 changed files with 14 additions and 0 deletions
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue