dts: nxp: s32: fix edma compat
Convert the eDMA compat to prop version for NXP S32Z2 SoC
that was missed in commit b070da7c33.
Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
parent
478cace022
commit
c11d4cc3b7
1 changed files with 8 additions and 4 deletions
|
|
@ -1128,7 +1128,8 @@
|
|||
};
|
||||
|
||||
edma0: dma-controller@405d0000 {
|
||||
compatible = "nxp,mcux-edma-v3";
|
||||
compatible = "nxp,mcux-edma";
|
||||
nxp,version = <3>;
|
||||
reg = <0x405d0000 0x10000>, <0x405a0000 0x10000>, <0x405b0000 0x100000>;
|
||||
dma-channels = <32>;
|
||||
dma-requests = <64>;
|
||||
|
|
@ -1172,7 +1173,8 @@
|
|||
};
|
||||
|
||||
edma1: dma-controller@40dd0000 {
|
||||
compatible = "nxp,mcux-edma-v3";
|
||||
compatible = "nxp,mcux-edma";
|
||||
nxp,version = <3>;
|
||||
reg = <0x40dd0000 0x10000>, <0x40da0000 0x10000>;
|
||||
dma-channels = <16>;
|
||||
dma-requests = <64>;
|
||||
|
|
@ -1200,7 +1202,8 @@
|
|||
};
|
||||
|
||||
edma4: dma-controller@425d0000 {
|
||||
compatible = "nxp,mcux-edma-v3";
|
||||
compatible = "nxp,mcux-edma";
|
||||
nxp,version = <3>;
|
||||
reg = <0x425d0000 0x10000>, <0x425a0000 0x10000>;
|
||||
dma-channels = <32>;
|
||||
dma-requests = <64>;
|
||||
|
|
@ -1228,7 +1231,8 @@
|
|||
};
|
||||
|
||||
edma5: dma-controller@42dd0000 {
|
||||
compatible = "nxp,mcux-edma-v3";
|
||||
compatible = "nxp,mcux-edma";
|
||||
nxp,version = <3>;
|
||||
reg = <0x42dd0000 0x10000>, <0x42da0000 0x10000>;
|
||||
dma-channels = <32>;
|
||||
dma-requests = <64>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue