Devicetree
 help / color / mirror / Atom feed
* [PATCH] ARM: ti/omap: omap3-gta04a5: add Bluetooth
@ 2024-10-18 21:48 Andreas Kemnade
  2024-10-30  0:10 ` Kevin Hilman
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Kemnade @ 2024-10-18 21:48 UTC (permalink / raw)
  To: tony, robh, krzk+dt, conor+dt, linux-omap, devicetree,
	linux-kernel, aaro.koskinen, khilman, Roger Quadros
  Cc: Andreas Kemnade

The GTA04A5 model has a wl1837 WLAN/Bluetooth combo chip, add
it.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
---
 arch/arm/boot/dts/ti/omap/omap3-gta04a5.dts | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm/boot/dts/ti/omap/omap3-gta04a5.dts b/arch/arm/boot/dts/ti/omap/omap3-gta04a5.dts
index 8bd6b4b1f30b8..d3a81f0b880fd 100644
--- a/arch/arm/boot/dts/ti/omap/omap3-gta04a5.dts
+++ b/arch/arm/boot/dts/ti/omap/omap3-gta04a5.dts
@@ -114,6 +114,16 @@ wlcore: wlcore@2 {
 	};
 };
 
+&uart1 {
+	bluetooth {
+		compatible = "ti,wl1837-st";
+		pinctrl-names = "default";
+		pinctrl-0 = <&bt_pins>;
+		enable-gpios = <&gpio5 9 GPIO_ACTIVE_HIGH>;	/* GPIO_137 */
+	};
+};
+
+
 &i2c2 {
 	/delete-node/ bmp085@77;
 	/delete-node/ bma180@41;
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-10-30  0:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-18 21:48 [PATCH] ARM: ti/omap: omap3-gta04a5: add Bluetooth Andreas Kemnade
2024-10-30  0:10 ` Kevin Hilman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox