Dear all, please could you describe how to disable defualt mapping of I2C0 and I2C1 interfaces of BBB, so their pins can be used as GPIO? Thank you for detailed description!
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/bb1e41bf-f6e3-4723-a952-8b687d05b6a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/178d3d73-e8ca-cef9-50c1-e75d7c74d0ab%40steinkuehler.net.
I2C2 is used for cape EEPROMs (so the cape manager can auto-detect
capes and load the appropriate overlays). It may also be used for I2C
expansion depending on the cape(s) installed.
It is possible (although a bit tricky) to keep the boot-time cape
manager functionality and switch the I2C2 pins to GPIO at runtime by
migrating the pinmux control out of the I2C device-tree entry and into
something like my Universal Cape overlay, then setting the default
mode of the mux to I2C. That way the pins are I2C at startup, then
can be switched to GPIO (or any other supported function) at run-time.
--
Charles Steinkuehler
cha...@steinkuehler.net
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/8c5312e7-21b9-81bb-d5f5-b3dfd7394a4f%40steinkuehler.net.