Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx27-pdk: Pass the UART1 pin configuration

Provide an entry for the UART1 pin muxing.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>

authored by

Fabio Estevam and committed by
Shawn Guo
e5877326 09c7450c

+15
+15
arch/arm/boot/dts/imx27-pdk.dts
··· 28 28 29 29 &uart1 { 30 30 fsl,uart-has-rtscts; 31 + pinctrl-names = "default"; 32 + pinctrl-0 = <&pinctrl_uart1>; 31 33 status = "okay"; 34 + }; 35 + 36 + &iomuxc { 37 + imx27-pdk { 38 + pinctrl_uart1: uart1grp { 39 + fsl,pins = < 40 + MX27_PAD_UART1_TXD__UART1_TXD 0x0 41 + MX27_PAD_UART1_RXD__UART1_RXD 0x0 42 + MX27_PAD_UART1_CTS__UART1_CTS 0x0 43 + MX27_PAD_UART1_RTS__UART1_RTS 0x0 44 + >; 45 + }; 46 + }; 32 47 };