From: p.zabel@pengutronix.de (Philipp Zabel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 08/10] ARM: dts: pfla02: Add UART1 (uart3)
Date: Mon, 14 Apr 2014 17:37:30 +0200 [thread overview]
Message-ID: <1397489852-1669-8-git-send-email-p.zabel@pengutronix.de> (raw)
In-Reply-To: <1397489852-1669-1-git-send-email-p.zabel@pengutronix.de>
The pins labeled UART1 on the module connector are wired to i.MX6 uart3.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
index 6936177..faa3494 100644
--- a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
@@ -235,6 +235,15 @@
>;
};
+ pinctrl_uart3: uart3grp {
+ fsl,pins = <
+ MX6QDL_PAD_EIM_D24__UART3_TX_DATA 0x1b0b1
+ MX6QDL_PAD_EIM_D25__UART3_RX_DATA 0x1b0b1
+ MX6QDL_PAD_EIM_D30__UART3_RTS_B 0x1b0b1
+ MX6QDL_PAD_EIM_D31__UART3_CTS_B 0x1b0b1
+ >;
+ };
+
pinctrl_uart4: uart4grp {
fsl,pins = <
MX6QDL_PAD_KEY_COL0__UART4_TX_DATA 0x1b0b1
@@ -302,6 +311,12 @@
status = "disabled";
};
+&uart3 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_uart3>;
+ status = "disabled";
+};
+
&uart4 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart4>;
--
1.9.1
next prev parent reply other threads:[~2014-04-14 15:37 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-14 15:37 [PATCH 01/10] ARM: dts: Add Phytec pfla02 with i.MX6 DualLite/Solo Philipp Zabel
2014-04-14 15:37 ` [PATCH 02/10] ARM: dts: Add Phytec pbab01 " Philipp Zabel
2014-04-16 6:11 ` Shawn Guo
2014-04-14 15:37 ` [PATCH 03/10] ARM: dts: pfla02: Add GPIO LEDs Philipp Zabel
2014-04-14 15:37 ` [PATCH 04/10] ARM: dts: pfla02: PHY reset is active-low Philipp Zabel
2014-04-14 15:37 ` [PATCH 05/10] ARM: dts: pbab01: Set linux,stdout-path to UART4 Philipp Zabel
2014-04-14 15:37 ` [PATCH 06/10] ARM: dts: pbab01: Add I2C2 and I2C3 Philipp Zabel
2014-04-14 15:37 ` [PATCH 07/10] ARM: dts: pbab01: Add I2C devices Philipp Zabel
2014-04-14 15:37 ` Philipp Zabel [this message]
2014-04-14 15:37 ` [PATCH 09/10] ARM: dts: pbab01: Enable UART1 Philipp Zabel
2014-04-14 15:37 ` [PATCH 10/10] ARM: dts: pbab01: Enable DVI Philipp Zabel
2014-04-16 6:05 ` [PATCH 01/10] ARM: dts: Add Phytec pfla02 with i.MX6 DualLite/Solo Shawn Guo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1397489852-1669-8-git-send-email-p.zabel@pengutronix.de \
--to=p.zabel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).