Skip to content

Commit a6169ab

Browse files
Tamás Szűcsmmind
authored andcommitted
arm64: dts: rockchip: Enable UART6 on rock-5b
Enable UART lines on Radxa ROCK 5 Model B M.2 Key E. Signed-off-by: Tamás Szűcs <szucst@iit.uni-miskolc.hu> Link: https://lore.kernel.org/r/20231013215208.81345-1-szucst@iit.uni-miskolc.hu Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 0002c37 commit a6169ab

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,12 @@
377377
status = "okay";
378378
};
379379

380+
&uart6 {
381+
pinctrl-names = "default";
382+
pinctrl-0 = <&uart6m1_xfer &uart6m1_ctsn &uart6m1_rtsn>;
383+
status = "okay";
384+
};
385+
380386
&spi2 {
381387
status = "okay";
382388
assigned-clocks = <&cru CLK_SPI2>;

0 commit comments

Comments
 (0)