diff options
author | Huang Shijie <b32955@freescale.com> | 2014-03-25 03:38:02 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:58:08 -0400 |
commit | c684aafd5d4be15080e9f491bcf8205ee5c66224 (patch) | |
tree | 57cf4b910b5131542361ea0f459cda4bbd70c6cf /arch/arm/boot | |
parent | 221a5696134ad622e3834af7b666560d8de5d3c0 (diff) |
ENGR00305106-2 ARM: dts: imx6sx: add a pinctrl for uart5
This pinctrl is used by the imx6sx-sdb board.
Signed-off-by: Huang Shijie <b32955@freescale.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6sx.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi index 002d1bbc71a2..a8cb7d2a9c69 100644 --- a/arch/arm/boot/dts/imx6sx.dtsi +++ b/arch/arm/boot/dts/imx6sx.dtsi | |||
@@ -1336,6 +1336,17 @@ | |||
1336 | }; | 1336 | }; |
1337 | }; | 1337 | }; |
1338 | 1338 | ||
1339 | uart5 { | ||
1340 | pinctrl_uart5_1: uart5grp-1 { | ||
1341 | fsl,pins = < | ||
1342 | MX6SX_PAD_KEY_ROW3__UART5_RX 0x1b0b1 | ||
1343 | MX6SX_PAD_KEY_COL3__UART5_TX 0x1b0b1 | ||
1344 | MX6SX_PAD_KEY_ROW2__UART5_CTS_B 0x1b0b1 | ||
1345 | MX6SX_PAD_KEY_COL2__UART5_RTS_B 0x1b0b1 | ||
1346 | >; | ||
1347 | }; | ||
1348 | }; | ||
1349 | |||
1339 | usbh { | 1350 | usbh { |
1340 | pinctrl_usbh_1: usbhgrp-1 { | 1351 | pinctrl_usbh_1: usbhgrp-1 { |
1341 | fsl,pins = < | 1352 | fsl,pins = < |