26 lines
505 B
Diff
26 lines
505 B
Diff
--- a/arch/arm64/boot/dts/rockchip/rk3328-roc-pc.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3328-roc-pc.dts
|
|
@@ -109,6 +109,21 @@
|
|
status = "okay";
|
|
};
|
|
|
|
+&uart1 {
|
|
+ status = "disabled";
|
|
+};
|
|
+
|
|
+&uart2 {
|
|
+ status = "okay";
|
|
+
|
|
+ bluetooth {
|
|
+ compatible = "realtek,rtl8723ds-bt";
|
|
+ enable-gpios = <&gpio1 RK_PD0 GPIO_ACTIVE_HIGH>;
|
|
+ host-wake-gpios = <&gpio1 RK_PD2 GPIO_ACTIVE_HIGH>;
|
|
+ };
|
|
+};
|
|
+
|
|
+
|
|
&usb20_host_drv {
|
|
rockchip,pins = <0 RK_PA0 RK_FUNC_GPIO &pcfg_pull_up>;
|
|
};
|
|
|