eugene128, 12-04-2019, 02:08 AM
Yes, that's it.But my main question: is it possible to "reorder logic" of PINs.for example now in accordination with datasheet of TinyxRex there is next connection:[SD/eMMC: PINX] --> [TinyxRex: CPU_GPIO2] --> [imx.6: SD4_DAT0]we want to reorder PINs and get next chain:[SD/eMMC: PINX] --> [TinyRex: CPU_GPIO2] --> [imx.6: SD4_DAT7]Now, as I understand right, TinyRex just provided that chain on "hardware" level.And if I want to be able to connect SD/eMMC with the own schematic without any modifications of SoM I should programmatically reorder imx.6's PINs logic so that SD4_DAT0 do logic of SD4_DAT7, and SD4_DAT7 do logic of SD4_DAT0.So, maybe that question for NXP.