Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1646318 > unrolled thread

[RFC 1/3] DTS: gta04: add serdev nodes for w2sg00x4, w2cbw etc.

Started by"H. Nikolaus Schaller" <hns@goldelico.com>
First post2017-05-21 12:50 +0200
Last post2017-05-21 12:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [RFC 1/3] DTS: gta04: add serdev nodes for w2sg00x4, w2cbw etc. "H. Nikolaus Schaller" <hns@goldelico.com> - 2017-05-21 12:50 +0200

#1646318 — [RFC 1/3] DTS: gta04: add serdev nodes for w2sg00x4, w2cbw etc.

From"H. Nikolaus Schaller" <hns@goldelico.com>
Date2017-05-21 12:50 +0200
Subject[RFC 1/3] DTS: gta04: add serdev nodes for w2sg00x4, w2cbw etc.
Message-ID<tJwAW-6Es-15@gated-at.bofh.it>
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
---
 arch/arm/boot/dts/omap3-gta04.dtsi | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi
index 430b438e0ee9..45f0c109960f 100644
--- a/arch/arm/boot/dts/omap3-gta04.dtsi
+++ b/arch/arm/boot/dts/omap3-gta04.dtsi
@@ -472,16 +472,34 @@
 &uart1 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&uart1_pins>;
+
+	bluetooth: w2cbw003 {
+		compatible = "wi2wi,w2cbw003-bluetooth";
+		vdd-supply = <&vaux4>;
+	};
 };
 
 &uart2 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&uart2_pins>;
+
+	gps: w2sg0004 {
+		compatible = "wi2wi,w2sg0004";
+		lna-supply = <&vsim>;   /* LNA regulator */
+		on-off-gpios = <&gpio5 17 GPIO_ACTIVE_HIGH>;    /* GPIO_145: trigger for turning on/off w2sg0004 */
+	};
 };
 
 &uart3 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&uart3_pins>;
+
+	rs232: trs3386 {
+		status = "disabled";
+		compatible = "ti,trs3386-mctrl";
+		gpios = <0>,		/* ... */
+			<&gpio1 21 0>;	/* DTR: GPIO_21 */
+	};
 };
 
 &charger {
-- 
2.12.2

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web