Hello,
We are planning to design a board based on DM8168 with the support both for I2S audio and McBSP bus for fast serial communication with peripherals.
According to the datasheet, McBSP pins are multiplexed with some McASP 0 and 2 pins. But beside I2S audio, we will also need McBSP bus for other applications.
By looking into Linux board and device files, it seems that audio device is initialized via McASP and using McASP only, while McBSP is not turned on at all in board config.
Can anyone clarify the following:
1. Does the audio on DM8168 (with the latest EZSDK) work only on McASP or is it somehow using McBSP?
2. Is it I2S-compatible audio?
3. Is it possible to use one McASP channel for audio and have McBSP bus available at the same time?
Thanks!