I have the Nano developer kit configured for SPI slave on the spi@7000d400 node. I receive data from the master correctly, but data transferred to the master has an extra bit at the start so all data from the slave is right-shifted by 1 bit.
The SPI slave is configured with the correct clock polarity and phase and the clock rate is low at 2MHz. Any recommendations for device tree settings (or missing settings) that could cause this behavior?