diff options
author | Ricardo Salveti <ricardo.salveti@linaro.org> | 2017-05-22 16:51:38 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-05-26 17:47:29 +0200 |
commit | c2498af5c036ee72e0a0f4247770cab7fd1f34b5 (patch) | |
tree | 1d4cc3d428fd85c5590d73ab742cc935940d1cce | |
parent | ARM: dts: am571x-idk: Enable the system mailboxes 5 and 6 (diff) | |
download | linux-c2498af5c036ee72e0a0f4247770cab7fd1f34b5.tar.xz linux-c2498af5c036ee72e0a0f4247770cab7fd1f34b5.zip |
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 { |