Commit 4820a9ac authored by Sean Cross's avatar Sean Cross Committed by Shawn Guo

ARM: dts: imx6q: Add pinctrl for ecspi3

Add a group of pins to allow ecspi3 to be used on imx6q.
Signed-off-by: default avatarSean Cross <xobs@kosagi.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent e1641531
......@@ -97,6 +97,16 @@ MX6Q_PAD_EIM_D16__ECSPI1_SCLK 0x100b1
};
};
ecspi3 {
pinctrl_ecspi3_1: ecspi3grp-1 {
fsl,pins = <
MX6Q_PAD_DISP0_DAT2__ECSPI3_MISO 0x100b1
MX6Q_PAD_DISP0_DAT1__ECSPI3_MOSI 0x100b1
MX6Q_PAD_DISP0_DAT0__ECSPI3_SCLK 0x100b1
>;
};
};
enet {
pinctrl_enet_1: enetgrp-1 {
fsl,pins = <
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment