I am trying to communicate with an I2C device using an nRF52840.
I want to remove the external I2C pullup, so I want to reduce the communication speed to 10kHz.
However, the overlay clock speed cannot be set below 100kHz (it will be treated as an incorrect parameter and will result in a build error).
The slow mode of the I2C protocol is 10kHz, so this should not be treated as an error.
I'm sure this should be fixed at some point, but for now I just want to get it working.
How do I set the I2C clock to 10kHz?