arm: dts: boneblack-wireless: add WL1835 Bluetooth device node
authorRicardo Salveti <ricardo.salveti@linaro.org>
Mon, 22 May 2017 14:51:38 +0000 (11:51 -0300)
committerTony Lindgren <tony@atomide.com>
Fri, 26 May 2017 15:47:29 +0000 (08:47 -0700)
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>
arch/arm/boot/dts/am335x-boneblack-wireless.dts

index 105bd10..83f49f6 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&uart3_pins &bt_pins>;
        status = "okay";
+
+       bluetooth {
+               compatible = "ti,wl1835-st";
+               enable-gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;
+       };
 };
 
 &gpio3 {