summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/arm/omap/dsp.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/arm/omap/dsp.txt')
-rw-r--r--dts/Bindings/arm/omap/dsp.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/dts/Bindings/arm/omap/dsp.txt b/dts/Bindings/arm/omap/dsp.txt
new file mode 100644
index 0000000000..d3830a32ce
--- /dev/null
+++ b/dts/Bindings/arm/omap/dsp.txt
@@ -0,0 +1,14 @@
+* TI - DSP (Digital Signal Processor)
+
+TI DSP included in OMAP SoC
+
+Required properties:
+- compatible : Should be "ti,omap3-c64" for OMAP3 & 4
+- ti,hwmods: "dsp"
+
+Examples:
+
+dsp {
+ compatible = "ti,omap3-c64";
+ ti,hwmods = "dsp";
+};