Skip to content

Commit

Permalink
ARM: dts: imx6sl: add a pinctrl for ECSPI1
Browse files Browse the repository at this point in the history
add a pinctrl for ECSPI1. This pinctrl can be used in the imx6sl-evk board.

Signed-off-by: Huang Shijie <b32955@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Huang Shijie authored and Shawn Guo committed Oct 18, 2013
1 parent 443b658 commit dc10892
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/imx6sl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,16 @@
compatible = "fsl,imx6sl-iomuxc";
reg = <0x020e0000 0x4000>;

ecspi1 {
pinctrl_ecspi1_1: ecspi1grp-1 {
fsl,pins = <
MX6SL_PAD_ECSPI1_MISO__ECSPI1_MISO 0x100b1
MX6SL_PAD_ECSPI1_MOSI__ECSPI1_MOSI 0x100b1
MX6SL_PAD_ECSPI1_SCLK__ECSPI1_SCLK 0x100b1
>;
};
};

fec {
pinctrl_fec_1: fecgrp-1 {
fsl,pins = <
Expand Down

0 comments on commit dc10892

Please sign in to comment.