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

Change-Id: I0426e9335154b9069fa3d73068250745b8481053
Signed-off-by: Longjian Lin <llj@rock-chips.com>
This commit is contained in:
Longjian Lin
2019-02-15 02:54:15 -05:00
committed by Tao Huang
parent 798b624811
commit fa797df8c3

View File

@@ -214,7 +214,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>;
@@ -1027,5 +1027,10 @@
rockchip,pins =
<2 RK_PC3 0 &pcfg_pull_none>;
};
bt_irq_gpio: bt-irq-gpio {
rockchip,pins =
<0 RK_PA5 0 &pcfg_pull_down>;
};
};
};