rockchip,pins = <1  RK_PA7  RK_FUNC_GPIO  &pcfg_pull_none>;
                };
        };
+
+       wireless-bluetooth {
+               bt_reset_pin: bt-reset-pin {
+                       rockchip,pins = <0 RK_PD4 RK_FUNC_GPIO &pcfg_pull_none>;
+               };
+
+               bt_wake_pin: bt-wake-pin {
+                       rockchip,pins = <0 RK_PD3 RK_FUNC_GPIO &pcfg_pull_up>;
+               };
+
+               bt_wake_host_irq: bt-wake-host-irq {
+                       rockchip,pins = <0 RK_PD5 RK_FUNC_GPIO &pcfg_pull_down>;
+               };
+       };
 };
 
 &pcie2x1l2 {
        status = "okay";
 };
 
+&uart9 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&uart9m2_xfer &uart9m2_ctsn>;
+       status = "okay";
+};
+
 &u2phy2 {
        status = "okay";
 };