aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuodong Xu <guodong.xu@linaro.org>2014-12-22 15:26:06 -0600
committerJohn Stultz <john.stultz@linaro.org>2017-01-26 10:54:47 -0800
commit3545716e616f08b89c88c47b21ee440eb1e66409 (patch)
tree7a74858e438e70ae7d6bedf40a4f1fdc5b8a58a0
parentc72bc157e9aee9d16e3376d6c4fe41c899e96991 (diff)
downloadhikey-clang-3545716e616f08b89c88c47b21ee440eb1e66409.tar.gz
HACK: arm64: dts: hikey: add description for bluetooth and set baudrate to 3Mbps
Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
-rw-r--r--arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
index 77972aebb192..8a8f743feacc 100644
--- a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
+++ b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
@@ -322,6 +322,27 @@
};
};
+ kim {
+ compatible = "kim";
+ pinctrl-names = "default";
+ pinctrl-0 = <>; /* FIXME: add BT PCM pinctrl here */
+ /*
+ * FIXME: The following is complete CRAP since
+ * the vendor driver doesn't follow the gpio
+ * binding. Passing in a magic Linux gpio number
+ * here until we fix the vendor driver.
+ */
+ /* BT_EN: BT_REG_ON_GPIO1_7 */
+ nshutdown_gpio = <503>;
+ dev_name = "/dev/ttyAMA1";
+ flow_cntrl = <1>;
+ baud_rate = <3000000>;
+ };
+
+ btwilink {
+ compatible = "btwilink";
+ };
+
pmic: pmic@f8000000 {
compatible = "hisilicon,hi655x-pmic";
reg = <0x0 0xf8000000 0x0 0x1000>;