]> git.karo-electronics.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/arm/omap/dsp.txt
Merge tag 'topic/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-intel...
[karo-tx-linux.git] / Documentation / devicetree / bindings / arm / omap / dsp.txt
1 * TI - DSP (Digital Signal Processor)
2
3 TI DSP included in OMAP SoC
4
5 Required properties:
6 - compatible : Should be "ti,omap3-c64" for OMAP3 & 4
7 - ti,hwmods: "dsp"
8
9 Examples:
10
11 dsp {
12     compatible = "ti,omap3-c64";
13     ti,hwmods = "dsp";
14 };