public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
To: linux-amlogic@lists.infradead.org, devicetree@vger.kernel.org,
	khilman@baylibre.com, carlo@caione.org, robh+dt@kernel.org,
	mark.rutland@arm.com
Cc: balbes-150@yandex.ru,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Subject: [PATCH 5/6] ARM: dts: meson8: add the uart_A pins
Date: Sun,  6 May 2018 11:21:18 +0200	[thread overview]
Message-ID: <20180506092119.467-6-martin.blumenstingl@googlemail.com> (raw)
In-Reply-To: <20180506092119.467-1-martin.blumenstingl@googlemail.com>

This adds the pins for uart_A, which is used to connect to the Bluetooth
module on some devices.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
---
 arch/arm/boot/dts/meson8.dtsi | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/arch/arm/boot/dts/meson8.dtsi b/arch/arm/boot/dts/meson8.dtsi
index 7b16ea61e914..d77dcf890cfc 100644
--- a/arch/arm/boot/dts/meson8.dtsi
+++ b/arch/arm/boot/dts/meson8.dtsi
@@ -281,6 +281,22 @@
 				function = "pwm_e";
 			};
 		};
+
+		uart_a1_pins: uart-a1 {
+			mux {
+				groups = "uart_tx_a1",
+				       "uart_rx_a1";
+				function = "uart_a";
+			};
+		};
+
+		uart_a1_cts_rts_pins: uart-a1-cts-rts {
+			mux {
+				groups = "uart_cts_a1",
+				       "uart_rts_a1";
+				function = "uart_a";
+			};
+		};
 	};
 };
 
-- 
2.17.0


  parent reply	other threads:[~2018-05-06  9:21 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-06  9:21 [PATCH 0/6] Meson8m2 (32-bit ARM) SoC support Martin Blumenstingl
2018-05-06  9:21 ` [PATCH 1/6] dt-bindings: arm: amlogic: add support for the Meson8m2 SoC Martin Blumenstingl
2018-05-08 16:25   ` Rob Herring
2018-05-09 22:30     ` Kevin Hilman
2018-05-06  9:21 ` [PATCH 2/6] dt-bindings: arm: amlogic: add support for the Tronsmart MXIII Plus Martin Blumenstingl
2018-05-08 16:51   ` Rob Herring
2018-05-09 22:31     ` Kevin Hilman
2018-05-06  9:21 ` [PATCH 3/6] ARM: meson: add support for the Meson8m2 SoCs Martin Blumenstingl
2018-05-09 22:32   ` Kevin Hilman
2018-05-09 23:02     ` Martin Blumenstingl
2018-05-06  9:21 ` [PATCH 4/6] ARM: dts: meson: add support for the Meson8m2 SoC Martin Blumenstingl
2018-05-06  9:21 ` Martin Blumenstingl [this message]
2018-05-06  9:21 ` [PATCH 6/6] ARM: dts: meson8m2: add support for the Tronsmart MXIII Plus Martin Blumenstingl

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=20180506092119.467-6-martin.blumenstingl@googlemail.com \
    --to=martin.blumenstingl@googlemail.com \
    --cc=balbes-150@yandex.ru \
    --cc=carlo@caione.org \
    --cc=devicetree@vger.kernel.org \
    --cc=khilman@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.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