arm64: dts: rockchip: pulldown BT irq gpio for rk3399pro evb v10

Change-Id: I8c4ac43cd2ff560f2f94a01570ec82b143a7966a
Signed-off-by: Longjian Lin <llj@rock-chips.com>
This commit is contained in:
Longjian Lin
2019-02-28 05:00:31 -05:00
committed by Tao Huang
parent fa797df8c3
commit d9e680986e

View File

@@ -213,7 +213,7 @@
clock-names = "ext_clock";
uart_rts_gpios = <&gpio2 RK_PC3 GPIO_ACTIVE_LOW>;
pinctrl-names = "default", "rts_gpio";
pinctrl-0 = <&uart0_rts>;
pinctrl-0 = <&uart0_rts>, <&bt_irq_gpio>;
pinctrl-1 = <&uart0_gpios>;
BT,reset_gpio = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
BT,wake_gpio = <&gpio2 RK_PD2 GPIO_ACTIVE_HIGH>;
@@ -1044,5 +1044,9 @@
rockchip,pins =
<2 RK_PC3 0 &pcfg_pull_none>;
};
bt_irq_gpio: bt-irq-gpio {
rockchip,pins =
<0 RK_PA5 0 &pcfg_pull_down>;
};
};
};