Back to home page

OSCL-LXR

 
 

    


0001 * TI - DSP (Digital Signal Processor)
0002 
0003 TI DSP included in OMAP SoC
0004 
0005 Required properties:
0006 - compatible : Should be "ti,omap3-c64" for OMAP3 & 4
0007 - ti,hwmods: "dsp"
0008 
0009 Examples:
0010 
0011 dsp {
0012     compatible = "ti,omap3-c64";
0013     ti,hwmods = "dsp";
0014 };