ODROID-M2: dtb/dtbo: Add uart1 cts rts function.

- Deleted overlay uart0-with-ctsrts.dts cuz hw flow not working.
- add pinctrl-1 uart9
- add overlay for enable uart9 cts rts
- uart9 = uart1(serial1)

Signed-off-by: YoungSoo Shin <shinys000114@gmail.com>
Change-Id: I1117ad7afb592c8cf4d9deb9f491f8007bac4d4f
This commit is contained in:
2024-08-12 12:04:49 +09:00
committed by codewalkerster
parent f54c65c5b1
commit c996ac904d
3 changed files with 15 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ dtbo-y += \
spi0.dtbo \
ttyfiq0_115200.dtbo \
uart0.dtbo \
uart1-with-ctsrts.dtbo \
uart1.dtbo \
uart2.dtbo \
uart3.dtbo \

View File

@@ -0,0 +1,13 @@
/dts-v1/;
/plugin/;
/ {
fragment@0 {
target = <&uart9>;
__overlay__ {
status = "okay";
pinctrl-names = "not_use_it", "default";
};
};
};

View File

@@ -1049,6 +1049,7 @@
&uart9 {
pinctrl-0 = <&uart9m2_xfer>;
pinctrl-1 = <&uart9m2_xfer &uart9m2_ctsn &uart9m2_rtsn>;
dma-names = "tx", "rx";
status = "disabled";
};