diff options
author | Ricardo Salveti <ricardo.salveti@linaro.org> | 2017-05-22 11:51:38 -0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-05-26 08:47:29 -0700 |
commit | c2498af5c036ee72e0a0f4247770cab7fd1f34b5 (patch) | |
tree | 1d4cc3d428fd85c5590d73ab742cc935940d1cce | |
parent | 2303587b9b1d7867c6d2ec4ea3bc341a1c8be486 (diff) |
arm: dts: boneblack-wireless: add WL1835 Bluetooth device node
This adds the serial slave device for the WL1835 Bluetooth interface.
Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am335x-boneblack-wireless.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-boneblack-wireless.dts b/arch/arm/boot/dts/am335x-boneblack-wireless.dts index 105bd10655f7..83f49f616b19 100644 --- a/arch/arm/boot/dts/am335x-boneblack-wireless.dts +++ b/arch/arm/boot/dts/am335x-boneblack-wireless.dts @@ -97,6 +97,11 @@ pinctrl-names = "default"; pinctrl-0 = <&uart3_pins &bt_pins>; status = "okay"; + + bluetooth { + compatible = "ti,wl1835-st"; + enable-gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>; + }; }; &gpio3 { |