Part Number: AM5728
I have working bit-banged SPI transfers using GPIO pins with the following device tree.
But I need to slow down the "SPI" clock frequency. Even though device tree has "spi-max-frequency = <100000>;" entries in the device tree, the actual transfer is
taking place at 400000 (400 KHz). Changing the <100000> to a lower number does not affect the actual observed SPI clock rate coming out of the GPIO pin.
What is the correct way to set the SPI transfer speed in this situation?