aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorHuang Shijie <b32955@freescale.com>2014-03-24 02:36:54 -0400
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 09:58:05 -0400
commitee88043a5fba8323e7e3fa6ef1d5a0cc370d50fe (patch)
tree7a7ecff3333cfe25ce18e271c0a34e802159d79d /arch/arm/boot
parent7a26b7e7b291cb3706966767e47f6bc64d9f5a0d (diff)
ENGR00304860-1 ARM: dts: imx6sx: add the DT nodes for ECSPI
Add four DT nodes for ECSPI. Signed-off-by: Huang Shijie <b32955@freescale.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/imx6sx.dtsi48
1 files changed, 48 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
index 95b47bec4dfd..6424b3b90fec 100644
--- a/arch/arm/boot/dts/imx6sx.dtsi
+++ b/arch/arm/boot/dts/imx6sx.dtsi
@@ -167,6 +167,54 @@
167 reg = <0x02000000 0x40000>; 167 reg = <0x02000000 0x40000>;
168 ranges; 168 ranges;
169 169
170 ecspi1: ecspi@02008000 {
171 #address-cells = <1>;
172 #size-cells = <0>;
173 compatible = "fsl,imx6sx-ecspi", "fsl,imx51-ecspi";
174 reg = <0x02008000 0x4000>;
175 interrupts = <0 31 0x04>;
176 clocks = <&clks IMX6SX_CLK_ECSPI1>,
177 <&clks IMX6SX_CLK_ECSPI1>;
178 clock-names = "ipg", "per";
179 status = "disabled";
180 };
181
182 ecspi2: ecspi@0200c000 {
183 #address-cells = <1>;
184 #size-cells = <0>;
185 compatible = "fsl,imx6sx-ecspi", "fsl,imx51-ecspi";
186 reg = <0x0200c000 0x4000>;
187 interrupts = <0 32 0x04>;
188 clocks = <&clks IMX6SX_CLK_ECSPI2>,
189 <&clks IMX6SX_CLK_ECSPI2>;
190 clock-names = "ipg", "per";
191 status = "disabled";
192 };
193
194 ecspi3: ecspi@02010000 {
195 #address-cells = <1>;
196 #size-cells = <0>;
197 compatible = "fsl,imx6sx-ecspi", "fsl,imx51-ecspi";
198 reg = <0x02010000 0x4000>;
199 interrupts = <0 33 0x04>;
200 clocks = <&clks IMX6SX_CLK_ECSPI3>,
201 <&clks IMX6SX_CLK_ECSPI3>;
202 clock-names = "ipg", "per";
203 status = "disabled";
204 };
205
206 ecspi4: ecspi@02014000 {
207 #address-cells = <1>;
208 #size-cells = <0>;
209 compatible = "fsl,imx6sx-ecspi", "fsl,imx51-ecspi";
210 reg = <0x02014000 0x4000>;
211 interrupts = <0 34 0x04>;
212 clocks = <&clks IMX6SX_CLK_ECSPI4>,
213 <&clks IMX6SX_CLK_ECSPI4>;
214 clock-names = "ipg", "per";
215 status = "disabled";
216 };
217
170 asrc: asrc@02034000 { 218 asrc: asrc@02034000 {
171 compatible = "fsl,imx53-asrc"; 219 compatible = "fsl,imx53-asrc";
172 reg = <0x02034000 0x4000>; 220 reg = <0x02034000 0x4000>;