I am working with the compute module and I want to add a Parallel RGB screen using DPI (GPIO's 0-27) and a wifi module using SDIO. The problem is that as far as I know there are only two SD ports specifically SD0 (GPIO's 46-53) which is already used by the NAND flash and SD1 (GPIO's 22-27) which is already used by the RGB screen. I thought I was at a loss until I remembered the Raspberry Pi 3 has an SD card slot on SD0, a WIFI/BT chip using SDIO and allows users access to GPIO's 22-27. How is this possible?
I assume there is another set of pin muxing options that allow SD1 to be used on a different set of pins. This would be great for my project if I could figure out which I can use. Is there a current Alternative Functions table was available OR a current schematic of the RPi 3 with the BCM43438 connections labeled was available OR the device tree for the raspberry pi 3 had information about the pins used for the BCM43438 pin muxing options available?