forked from Minki/linux
arm64: dts: hikey960: add WL1837 Bluetooth device node
This adds the serial slave device for the WL1837 Bluetooth interface. Signed-off-by: Guodong Xu <guodong.xu@linaro.org> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
This commit is contained in:
parent
254b07b2a2
commit
2e9b4447db
@ -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 @@
|
|||||||
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";
|
||||||
|
Loading…
Reference in New Issue
Block a user