dsp.txt 239 B

123456789101112131415
  1. * TI - DSP (Digital Signal Processor)
  2. TI DSP included in OMAP SoC
  3. Required properties:
  4. - compatible : Should be "ti,omap3-c64" for OMAP3 & 4
  5. - ti,hwmods: "dsp"
  6. Examples:
  7. dsp {
  8. compatible = "ti,omap3-c64";
  9. ti,hwmods = "dsp";
  10. };