aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Nelson <[email protected]>2017-06-05 10:36:21 -0500
committerTony Lindgren <[email protected]>2017-06-06 00:32:59 -0700
commit7ff64afbc73c32171d9e08aa5444c68a654bb9d0 (patch)
tree4fc8fb4624cfec83b764133be79cf1c1feabfa08
parentd132a000887b47e2d8ba711224d19bd58727abe2 (diff)
ARM: dts: bonegreen-wireless: add WL1835 Bluetooth device node
This adds the serial slave device for the WL1835 Bluetooth interface. Signed-off-by: Robert Nelson <[email protected]> CC: Ricardo Salveti <[email protected]> CC: Tony Lindgren <[email protected]> CC: Jason Kridner <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
-rw-r--r--arch/arm/boot/dts/am335x-bonegreen-wireless.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-bonegreen-wireless.dts b/arch/arm/boot/dts/am335x-bonegreen-wireless.dts
index 9d1a0fd555f3..57731f0daf10 100644
--- a/arch/arm/boot/dts/am335x-bonegreen-wireless.dts
+++ b/arch/arm/boot/dts/am335x-bonegreen-wireless.dts
@@ -97,6 +97,11 @@
pinctrl-names = "default";
pinctrl-0 = <&uart3_pins &bt_pins>;
status = "okay";
+
+ bluetooth {
+ compatible = "ti,wl1835-st";
+ enable-gpios = <&gpio1 28 GPIO_ACTIVE_HIGH>;
+ };
};
&gpio1 {