Master-Slave Communication Between Two Jetson Nano over SPI

Hii @csena ,
do device tree setup as shown in the

then change pinmux settings as shown using devmem2

and then try running spidev_test on slave 1st and then on master.
use this command on master as well as on slave
./spidev_test -D/dev/spidev1.0 -n1 -s20000 -H -g12 -p4 -zzz

use -H and -O options to set SPI mode just be sure that only on mode 1 & 3 slave can transmit as well as receive the message in mode 0 and 2 slave can only receive message.

Thank You.