summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBhavya Kapoor <b-kapoor@ti.com>2024-03-01 16:25:04 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2024-03-04 09:42:45 -0600
commita8e19846dc6fcdc6dd685ebb7e8022c505ac6314 (patch)
tree5d809c050a9212ae40b6ed819441ef9318a8c8a2
parent3f61bc1ce372c051f38858b5d1ee875d2e5558dd (diff)
arm64: dts: ti: k3-j722s-evm: Add Pinmux for CTS and RTS in main_uart0
TX, RX, CTS and RTS signal lines for main_uart0 are brought on the board. Pinmux for TX and RX signal lines are already present. Thus, add pinmux for CTS and RTS signal lines for main_uart0 in J722S. Signed-off-by: Bhavya Kapoor <b-kapoor@ti.com>
-rw-r--r--arch/arm64/boot/dts/ti/k3-j722s-evm.dts6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-j722s-evm.dts b/arch/arm64/boot/dts/ti/k3-j722s-evm.dts
index dc27ae9a078c..85340a77fef6 100644
--- a/arch/arm64/boot/dts/ti/k3-j722s-evm.dts
+++ b/arch/arm64/boot/dts/ti/k3-j722s-evm.dts
@@ -249,8 +249,10 @@
main_uart0_pins_default: main-uart0-default-pins {
pinctrl-single,pins = <
- J722S_IOPAD(0x01c8, PIN_INPUT, 0) /* (A22) UART0_RXD */
- J722S_IOPAD(0x01cc, PIN_OUTPUT, 0) /* (B22) UART0_TXD */
+ J722S_IOPAD(0x01c8, PIN_INPUT, 0) /* (F19) UART0_RXD */
+ J722S_IOPAD(0x01cc, PIN_OUTPUT, 0) /* (F20) UART0_TXD */
+ J722S_IOPAD(0x01d4, PIN_OUTPUT, 0) /* (B21) UART0_RTSn */
+ J722S_IOPAD(0x01d0, PIN_INPUT, 0) /* (E22) UART0_CTSn */
>;
bootph-all;
};