cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

dsp.txt (239B)


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