Skip to content

Commit

Permalink
arm64: dts: rockchip: Enable UART6 on rock-5b
Browse files Browse the repository at this point in the history
Enable UART lines on Radxa ROCK 5 Model B M.2 Key E.

Signed-off-by: Tamás Szűcs <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
  • Loading branch information
Tamás Szűcs authored and ayufan committed Nov 10, 2023
1 parent 9f23b72 commit ddcb007
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,12 @@
status = "okay";
};

&uart6 {
pinctrl-names = "default";
pinctrl-0 = <&uart6m1_xfer &uart6m1_ctsn &uart6m1_rtsn>;
status = "okay";
};

&spi2 {
status = "okay";
assigned-clocks = <&cru CLK_SPI2>;
Expand Down

0 comments on commit ddcb007

Please sign in to comment.