From 5eb16072595f338c44ecc12fb22bac92adc74861 Mon Sep 17 00:00:00 2001 From: Alex Zhao Date: Mon, 13 Nov 2017 11:08:11 +0800 Subject: [PATCH] ARM64: dts: rockchip: px5: add rtl8723ds bt support Change-Id: I81c612610a5a5310d5149489045a77180d4ea5ca Signed-off-by: Alex Zhao --- .../dts/rockchip/rk3368-px5-evb-android.dts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3368-px5-evb-android.dts b/arch/arm64/boot/dts/rockchip/rk3368-px5-evb-android.dts index 2e33ca3d6d7d..d6a851fd3b89 100644 --- a/arch/arm64/boot/dts/rockchip/rk3368-px5-evb-android.dts +++ b/arch/arm64/boot/dts/rockchip/rk3368-px5-evb-android.dts @@ -214,6 +214,18 @@ wireless-wlan { status = "okay"; }; + wireless-bluetooth { + compatible = "bluetooth-platdata"; + + keep_bt_power_on; + BT,power_gpio = <&gpio3 4 GPIO_ACTIVE_HIGH>; /* GPIO3_A4 */ + BT,reset_gpio = <&gpio3 2 GPIO_ACTIVE_HIGH>; /* GPIO3_A2 */ + BT,wake_gpio = <&gpio3 7 GPIO_ACTIVE_HIGH>; /* GPIO3_A7 */ + BT,wake_host_irq = <&gpio3 3 GPIO_ACTIVE_HIGH>; /* GPIO3_A3 */ + + status = "okay"; + }; + vcc_sys: vcc-sys-regulator { compatible = "regulator-fixed"; regulator-name = "vcc_sys"; @@ -1131,6 +1143,12 @@ &tsadc { status = "okay"; }; +&uart1 { + pinctrl-names = "default"; + pinctrl-0 = <&uart1_xfer &uart1_cts>; + status = "okay"; +}; + &uart2 { status = "disabled"; };