repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel-doc: fix new warnings in debugfs
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
arm
/
omap
/
dsp.txt
blob
d3830a32ce08596a32c3638e05ddd15877f7925d
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
};