summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap3-igep0020-rev-f.dts
diff options
context:
space:
mode:
authorSebastian Reichel <sebastian.reichel@collabora.com>2019-10-03 16:41:45 +0300
committerTony Lindgren <tony@atomide.com>2019-10-22 18:58:01 +0300
commit4dd8f92fa125934f8a1af9da949189599a1b7e16 (patch)
treed81f1911fd150de004a8261e578efc77051c80b5 /arch/arm/boot/dts/omap3-igep0020-rev-f.dts
parent3522a0cbf72023e6f797f42be26b66e377b770e4 (diff)
downloadlinux-4dd8f92fa125934f8a1af9da949189599a1b7e16.tar.xz
ARM: dts: IGEP: Add WiLink UART node
Add a node for the UART part of WiLink chip. Tested-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-igep0020-rev-f.dts')
-rw-r--r--arch/arm/boot/dts/omap3-igep0020-rev-f.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-igep0020-rev-f.dts b/arch/arm/boot/dts/omap3-igep0020-rev-f.dts
index 03dcd05fb8a0..001decc20b3d 100644
--- a/arch/arm/boot/dts/omap3-igep0020-rev-f.dts
+++ b/arch/arm/boot/dts/omap3-igep0020-rev-f.dts
@@ -49,3 +49,11 @@
interrupts = <17 IRQ_TYPE_EDGE_RISING>; /* gpio 177 */
};
};
+
+&uart2 {
+ bluetooth {
+ compatible = "ti,wl1835-st";
+ enable-gpios = <&gpio5 9 GPIO_ACTIVE_HIGH>; /* gpio 137 */
+ max-speed = <300000>;
+ };
+};