Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c6c9eeb authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Shawn Guo
Browse files

ARM: dts: imx27-phytec-phycore-rdk: Add pinctrl definitions for WEIM



This patch adds pinctrl definitions for WEIM CS4 and GPIO used as
CAN IRQ line.

Signed-off-by: default avatarAlexander Shiyan <shc_work@mail.ru>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 836ac783
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -80,6 +80,13 @@
				MX27_PAD_UART2_RTS__UART2_RTS 0x0
				MX27_PAD_UART2_RTS__UART2_RTS 0x0
			>;
			>;
		};
		};

		pinctrl_weim: weimgrp {
			fsl,pins = <
				MX27_PAD_CS4_B__CS4_B		0x0 /* CS4 */
				MX27_PAD_SD1_D1__GPIO5_19	0x0 /* CAN IRQ */
			>;
		};
	};
	};
};
};


@@ -114,6 +121,9 @@
};
};


&weim {
&weim {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_weim>;

	can@d4000000 {
	can@d4000000 {
		compatible = "nxp,sja1000";
		compatible = "nxp,sja1000";
		reg = <4 0x00000000 0x00000100>;
		reg = <4 0x00000000 0x00000100>;