ARM: dts: enable dma support for auart0 in mx28
enable the dma support for auart0 in mx28. Signed-off-by: Huang Shijie <b32955@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e800163281
commit
77a807dceb
1 changed files with 1 additions and 0 deletions
|
@ -799,6 +799,7 @@
|
||||||
compatible = "fsl,imx28-auart", "fsl,imx23-auart";
|
compatible = "fsl,imx28-auart", "fsl,imx23-auart";
|
||||||
reg = <0x8006a000 0x2000>;
|
reg = <0x8006a000 0x2000>;
|
||||||
interrupts = <112 70 71>;
|
interrupts = <112 70 71>;
|
||||||
|
fsl,auart-dma-channel = <8 9>;
|
||||||
clocks = <&clks 45>;
|
clocks = <&clks 45>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue