Skip to content

Commit

Permalink
arm64: rockchip: pinetab2: Enable Bluetooth UART port
Browse files Browse the repository at this point in the history
  • Loading branch information
Danct12 committed Jan 10, 2025
1 parent a023bb9 commit c7ee769
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3566-pinetab2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,15 @@
status = "okay";
};

&uart1 {
pinctrl-names = "default";
pinctrl-0 = <&uart1m0_xfer
&uart1m0_ctsn
&uart1m0_rtsn>;
status = "okay";
uart-has-rtscts;
};

&uart2 {
status = "okay";
};
Expand Down

0 comments on commit c7ee769

Please sign in to comment.