-
Should be SPI1_MOSI<- ->SPI3_MOSI, SPI1_MISO<- ->SPI3_MISO, SPI1_CLK<–>SPI3_CLK, SP1_CS0 <–> SPI3_CS0 and SPI1_CS1->SPI3_CS1.
-
You can try devmem2 to write those pinmux setting.
-
You can still update the dtb like as you do before. How to set to spi slave mode - #6 by _JJANG
-
change the cfg file …/Linux_for_Tegra/bootloader/t186ref/BCT/ and check with devmem2 would be good.
-
Correct.
-
It’s public source. linux/spidev_test.c at master · torvalds/linux · GitHub