Commit 1a6c5600 authored by Jonas Andersson's avatar Jonas Andersson Committed by Shawn Guo

ARM: dts: imx53: add ecspi2 pinctrl

Add ecspi2 pinctrl.
Signed-off-by: default avatarJonas Andersson <jonas@microbit.se>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 4017f791
......@@ -421,6 +421,16 @@ MX53_PAD_EIM_D19__ECSPI1_SS1 0x80000000
};
};
ecspi2 {
pinctrl_ecspi2_1: ecspi2grp-1 {
fsl,pins = <
MX53_PAD_EIM_OE__ECSPI2_MISO 0x80000000
MX53_PAD_EIM_CS1__ECSPI2_MOSI 0x80000000
MX53_PAD_EIM_CS0__ECSPI2_SCLK 0x80000000
>;
};
};
esdhc1 {
pinctrl_esdhc1_1: esdhc1grp-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