Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2498af5 authored by Ricardo Salveti's avatar Ricardo Salveti Committed by Tony Lindgren
Browse files

arm: dts: boneblack-wireless: add WL1835 Bluetooth device node



This adds the serial slave device for the WL1835 Bluetooth interface.

Signed-off-by: default avatarRicardo Salveti <ricardo.salveti@linaro.org>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 2303587b
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -97,6 +97,11 @@
	pinctrl-names = "default";
	pinctrl-names = "default";
	pinctrl-0 = <&uart3_pins &bt_pins>;
	pinctrl-0 = <&uart3_pins &bt_pins>;
	status = "okay";
	status = "okay";

	bluetooth {
		compatible = "ti,wl1835-st";
		enable-gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;
	};
};
};


&gpio3 {
&gpio3 {