Is it possible to configure the custom carrier board not to use the Camera function and camera connector, but to use the existing Camera GPIO function by changing the Pinmux from the GPIO to the UART function?
And if the Pinmux and Hardware are changed as above, how should the S/W be handled?
Yes, you can configure them as Uart-D in pinmux spreadsheet.
Do you have the requirement for HW flow contorl?
If so, please also configure #L4 GPIO3_PH.05 to UD3_RTS and #L49 GPIO3_PH.06 to UD3_CTS in pinmux.
In addition to the modification in pinmux spreadsheet, you should also enable the serial@3130000 node in device tree to enable UART-D.
The problem has been resolved.
Existing Dev. This was resolved by blocking the CAM0_RST and PCIe_3V3_EN related functions of the Linux S/W of Pin L4 (UART4_TX) and L48 (UART4_RX) used as GPIO in the kit.