Henrik Larsson Posted August 8, 2018 Posted August 8, 2018 On my NanoPi Neo Air it seems there is no pull up resistors on I2C (SDA, SCL). Is it possible to enable pull-up on these pins in a DTS overlay (either the standard i2c dtb or in a user overlay)? If so could anyone give me an example of how to do that...I have tried to understand the dts files but failed.
martinayotte Posted August 8, 2018 Posted August 8, 2018 Don't try to enable internal GPIO pullups, it is waste of time since internal ones are too weak for I2C, which need something like 3K while internals are usually around 30K. Simply add some external ones on one of your peripherals ... 1
Recommended Posts