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

Commit 7ff64afb authored by Robert Nelson's avatar Robert Nelson Committed by Tony Lindgren
Browse files

ARM: dts: bonegreen-wireless: add WL1835 Bluetooth device node



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

Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
CC: Ricardo Salveti <ricardo.salveti@linaro.org>
CC: Tony Lindgren <tony@atomide.com>
CC: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent d132a000
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 {