Hi experts,
I am using the TDA4 with SJA1105 (SPI port) and my device tree is here.
I found the SPI_CS0(AA24) SPI_CLK(Y25) worked BUT the MOSI(ball AA26) signal was not detected (NO SIGNAL).
My linux SDK is 08_00_00_08 and my rtos SDK is 08_00_00_12.
I've deleted all pinmux about the ball AA26 defined in RTOS SDK.
Here is my connection:
I've followed the suggestion https://e2e.ti.com/support/processors/f/791/t/947437 and I got spi3 in the rootfs:/sys/class/spi_master
root@j7-evm:/sys/class/spi_master# ls -l
total 0
lrwxrwxrwx 1 root root 0 Sep 2 18:01 spi3 -> ../../devices/platform/bus@100000/2130000.spi/spi_master/spi3
Thanks,