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

Commit 2e9b4447 authored by Guodong Xu's avatar Guodong Xu Committed by Wei Xu
Browse files

arm64: dts: hikey960: add WL1837 Bluetooth device node



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

Signed-off-by: default avatarGuodong Xu <guodong.xu@linaro.org>
Signed-off-by: default avatarWei Xu <xuwei5@hisilicon.com>
parent 254b07b2
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@

#include "hi3660.dtsi"
#include "hikey960-pinctrl.dtsi"
#include <dt-bindings/gpio/gpio.h>

/ {
	model = "HiKey960";
@@ -63,6 +64,16 @@
	status = "okay";
};

&uart4 {
	status = "okay";

	bluetooth {
		compatible = "ti,wl1837-st";
		enable-gpios = <&gpio15 6 GPIO_ACTIVE_HIGH>;
		max-speed = <921600>;
	};
};

&uart6 {
	/* On Low speed expansion */
	label = "LS-UART1";