summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts b/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts
index d40ae1b93d2a..4c7aabe9174e 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399pro-evb-v10.dts
@@ -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>;
@@ -1052,5 +1052,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>;
+ };
};
};