Skip to content

Commit

Permalink
feat: add rk3588-uart1-m1
Browse files Browse the repository at this point in the history
Signed-off-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
RadxaYuntian committed Oct 14, 2024
1 parent 42368be commit aa04c02
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/rockchip/overlays/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ dtb-$(CONFIG_CLK_RK3588) += \
rk3588-spi4-m2-cs0-spidev.dtbo \
rk3588-spi4-m2-cs0-waveshare35.dtbo \
rk3588-spi4-m2-cs0-waveshare35b.dtbo \
rk3588-uart1-m1.dtbo \
rk3588-uart1-m2.dtbo \
rk3588-uart2-m0.dtbo \
rk3588-uart2-m2.dtbo \
Expand Down
17 changes: 17 additions & 0 deletions arch/arm64/boot/dts/rockchip/overlays/rk3588-uart1-m1.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/dts-v1/;
/plugin/;

/ {
metadata {
title = "Enable UART1-M1";
compatible = "unknown";
category = "misc";
exclusive = "GPIO1_B6", "GPIO1_B7";
description = "Enable UART1-M1.";
};
};

&uart1 {
status = "okay";
pinctrl-0 = <&uart1m1_xfer>;
};

0 comments on commit aa04c02

Please sign in to comment.