浏览代码

arm64: dts: hikey: add WL1835 Bluetooth device node

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

Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Wei Xu <xuwei5@hisilicon.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Rob Herring 8 年之前
父节点
当前提交
019aa56b7d
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts

+ 5 - 0
arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts

@@ -98,6 +98,11 @@
 			assigned-clocks = <&sys_ctrl HI6220_UART1_SRC>;
 			assigned-clock-rates = <150000000>;
 			status = "ok";
+
+			bluetooth {
+				compatible = "ti,wl1835-st";
+				enable-gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
+			};
 		};
 
 		uart2: uart@f7112000 {