1
0
Fork 0

ARM: dts: vf610: i2c: Add eDMA support

Add i2c dts node properties for eDMA support, them depend on the eDMA driver.

Signed-off-by: Yuan Yao <yao.yuan@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
hifive-unleashed-5.1
Yuan Yao 2014-02-27 14:06:19 +08:00 committed by Shawn Guo
parent 74ded659a7
commit b4e5e84ddf
1 changed files with 3 additions and 0 deletions

View File

@ -285,6 +285,9 @@
interrupts =<0 71 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clks VF610_CLK_I2C0>;
clock-names = "ipg";
dmas = <&edma0 0 50>,
<&edma0 0 51>;
dma-names = "rx","tx";
status = "disabled";
};