This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

McASP DMA Address Map

Hi,

We would like to know the DMA memory offset details of McASP in Netra.

In the linux driver file, address of McASP2 is mentioned as 0x46800000, sample code below:

static struct snd_platform_data ti8168_evm_snd_data = {
        .tx_dma_offset  = 0x46800000,
        .rx_dma_offset  = 0x46800000,
        .op_mode        = DAVINCI_MCASP_IIS_MODE,
        .num_serializer = ARRAY_SIZE(ti8168_iis_serializer_direction),
        .tdm_slots      = 2,
        .serial_dir     = ti8168_iis_serializer_direction,
        .asp_chan_q     = EVENTQ_2,
        .version        = MCASP_VERSION_2,
        .txnumevt       = 1,
        .rxnumevt       = 1,
};

Similarly what are the corresponding addresses for McASP0 and McASP1?

We went through the datasheet (SPRUGX8.pdf) but couldn't find any of these addresses.

Thanks,

Atmaram