Hi,
we have created a led driver for ucs5603.c taking reference of ws2812-spi.c. we are using nrf52840 with NCS v17.0
we have set SPI clock frequency at 1MHz and we are getting 4MHz on clock line. When we check the MOSI line the data is at 500KHz. When I increased the clock frequency to 8MHz the MOSI line frequency is increased to 1MHz. So I got to know that it is using divider of 8 but I did not find the configuration of it.
we need to have 800KHz on MOSI line for ucs5603 to work so can you please guide us how to achieive this?