diff options
author | 2024-10-18 23:48:42 +0200 | |
---|---|---|
committer | 2024-10-29 16:45:46 -0700 | |
commit | d61ceb5a520162e1f321369a6aeeea28eecab6c4 (patch) | |
tree | 81e1223cedf0c93c674682274a4f5c23481c2f4c | |
parent | ARM: dts: ti/omap: dra7: fix redundant clock divider definition (diff) | |
download | wireguard-linux-d61ceb5a520162e1f321369a6aeeea28eecab6c4.tar.xz wireguard-linux-d61ceb5a520162e1f321369a6aeeea28eecab6c4.zip |
ARM: ti/omap: omap3-gta04a5: add Bluetooth
The GTA04A5 model has a wl1837 WLAN/Bluetooth combo chip, add
it.
Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Link: https://lore.kernel.org/r/20241018214842.275194-1-andreas@kemnade.info
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/boot/dts/ti/omap/omap3-gta04a5.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ti/omap/omap3-gta04a5.dts b/arch/arm/boot/dts/ti/omap/omap3-gta04a5.dts index 8bd6b4b1f30b..d3a81f0b880f 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 @@ }; }; +&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; |