Hi,
On our custom board and on S32G2_RDB2 I am trying to communicate over UART1 but there is no data transmit and receive happening.
I am working with Linux BSP:BSP29.0_HF1
UART pins used on both hardware is same i.e.:
UART_TX: U12 (PA_13)
UART_RX: W12 (PB_00)
In file: arch/arm64/boot/dts/freescale/fsl-s32-gen1.dtsi
Below configuration looks fine:
uart1:serial@401CC000 {
compatible = "fsl,s32-linflexuart";
reg = <0x0 0x401CC000 0x0 0x3000>;
interrupts = <0 83 1>;
clocks = <&clks S32GEN1_SCMI_CLK_LINFLEX_LIN>,
<&clks S32GEN1_SCMI_CLK_LINFLEX_XBAR>;
clock-names = "lin", "ipg";
dmas = <&edma0 0 6>,
<&edma0 0 5>;
dma-names = "rx", "tx";
};
On both custom and RDB2 I can see node: /dev/ttyLF1 but there is no communication.
Can you confirm if anything is missing in software or hardware.
Kind Regards
Vivek