Our own design of the development board UART port is not enough
Use SPI2 to make uart port
But when I modified pinmux, the generated pinmux could not associate uart7 with this port of SPI2. How do we solve this?
Another problem is that uart7 is defined as uarth in the device tree
But in the pinmux excel file, it is defined as UG3
Is that a problem?
Look here: https://www.nxp.com/part/SC16IS762IBS#/
SPI to Dual UART Bridge
This might solve your problem. If you have multiple CS pins for that SPI you could add more than one chip.
Does this function require SPI to Dual UART SPI to Dual UART Bridge?
Our design is also used on Xavier . There is no Bridge either
Can’t this be solved by directly modifying pinmux?