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

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
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include "hi3660.dtsi" #include "hi3660.dtsi"
#include "hikey960-pinctrl.dtsi" #include "hikey960-pinctrl.dtsi"
#include <dt-bindings/gpio/gpio.h>
/ { / {
model = "HiKey960"; model = "HiKey960";
...@@ -63,6 +64,16 @@ &uart3 { ...@@ -63,6 +64,16 @@ &uart3 {
status = "okay"; status = "okay";
}; };
&uart4 {
status = "okay";
bluetooth {
compatible = "ti,wl1837-st";
enable-gpios = <&gpio15 6 GPIO_ACTIVE_HIGH>;
max-speed = <921600>;
};
};
&uart6 { &uart6 {
/* On Low speed expansion */ /* On Low speed expansion */
label = "LS-UART1"; label = "LS-UART1";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment