summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/fsl,dsp,lpa.txt
AgeCommit message (Collapse)Author
2020-07-10MLK-24365-3 dts: dsp: imx8mp: add dts for lpaBing Song
The DTS is for i.MX8MP DSP offload audio playback. DSP only use OCRAM and OCRAM_A when audio playback, so DRAM can enter retention mode to save Power. As the size limitation of OCRAM and OCRAM_A and the size audio decoder library, the LPA playback only can support MP3 and AAC. OCRAM address is 0x900000-0x990000. ATF will use 0x960000-0x980000. DSP LPA will use ocram(0x900000-0x960000) and ocram_e(0x980000- 0x990000) Signed-off-by: Bing Song <bing.song@nxp.com>