Skip to content

Commit

Permalink
ARM: dts: imx27-pdk: Pass the UART1 pin configuration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fabio Estevam authored and Shawn Guo committed May 16, 2014
1 parent 09c7450 commit e587732
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions arch/arm/boot/dts/imx27-pdk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,20 @@

&uart1 {
fsl,uart-has-rtscts;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart1>;
status = "okay";
};

&iomuxc {
imx27-pdk {
pinctrl_uart1: uart1grp {
fsl,pins = <
MX27_PAD_UART1_TXD__UART1_TXD 0x0
MX27_PAD_UART1_RXD__UART1_RXD 0x0
MX27_PAD_UART1_CTS__UART1_CTS 0x0
MX27_PAD_UART1_RTS__UART1_RTS 0x0
>;
};
};
};

0 comments on commit e587732

Please sign in to comment.