aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/vf610.dtsi
diff options
context:
space:
mode:
authorYuan Yao <yao.yuan@freescale.com>2014-02-17 00:28:06 -0500
committerShawn Guo <shawn.guo@linaro.org>2014-02-17 22:47:34 -0500
commit8fbc8c0770b2afbdc395e95b075ed9f3fc0bde4d (patch)
treeb458af81181dab74e28377ff8448bd1375c5e523 /arch/arm/boot/dts/vf610.dtsi
parentb93293b951a50474267cc86fbca812194453808f (diff)
ARM: dts: vf610: lpuart: Add eDMA support
Add lpuart dts node properties for eDMA support, them depend on the eDMA driver. Signed-off-by: Yuan Yao <yao.yuan@freescale.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/vf610.dtsi')
-rw-r--r--arch/arm/boot/dts/vf610.dtsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vf610.dtsi b/arch/arm/boot/dts/vf610.dtsi
index e1e1e510287f..91a77570844f 100644
--- a/arch/arm/boot/dts/vf610.dtsi
+++ b/arch/arm/boot/dts/vf610.dtsi
@@ -109,6 +109,9 @@
109 interrupts = <0 61 IRQ_TYPE_LEVEL_HIGH>; 109 interrupts = <0 61 IRQ_TYPE_LEVEL_HIGH>;
110 clocks = <&clks VF610_CLK_UART0>; 110 clocks = <&clks VF610_CLK_UART0>;
111 clock-names = "ipg"; 111 clock-names = "ipg";
112 dmas = <&edma0 0 2>,
113 <&edma0 0 3>;
114 dma-names = "rx","tx";
112 status = "disabled"; 115 status = "disabled";
113 }; 116 };
114 117
@@ -118,6 +121,9 @@
118 interrupts = <0 62 IRQ_TYPE_LEVEL_HIGH>; 121 interrupts = <0 62 IRQ_TYPE_LEVEL_HIGH>;
119 clocks = <&clks VF610_CLK_UART1>; 122 clocks = <&clks VF610_CLK_UART1>;
120 clock-names = "ipg"; 123 clock-names = "ipg";
124 dmas = <&edma0 0 4>,
125 <&edma0 0 5>;
126 dma-names = "rx","tx";
121 status = "disabled"; 127 status = "disabled";
122 }; 128 };
123 129
@@ -127,6 +133,9 @@
127 interrupts = <0 63 IRQ_TYPE_LEVEL_HIGH>; 133 interrupts = <0 63 IRQ_TYPE_LEVEL_HIGH>;
128 clocks = <&clks VF610_CLK_UART2>; 134 clocks = <&clks VF610_CLK_UART2>;
129 clock-names = "ipg"; 135 clock-names = "ipg";
136 dmas = <&edma0 0 6>,
137 <&edma0 0 7>;
138 dma-names = "rx","tx";
130 status = "disabled"; 139 status = "disabled";
131 }; 140 };
132 141
@@ -136,6 +145,9 @@
136 interrupts = <0 64 IRQ_TYPE_LEVEL_HIGH>; 145 interrupts = <0 64 IRQ_TYPE_LEVEL_HIGH>;
137 clocks = <&clks VF610_CLK_UART3>; 146 clocks = <&clks VF610_CLK_UART3>;
138 clock-names = "ipg"; 147 clock-names = "ipg";
148 dmas = <&edma0 0 8>,
149 <&edma0 0 9>;
150 dma-names = "rx","tx";
139 status = "disabled"; 151 status = "disabled";
140 }; 152 };
141 153