summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/bus/ti,da850-mstpri.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/bus/ti,da850-mstpri.txt')
-rw-r--r--dts/Bindings/bus/ti,da850-mstpri.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/dts/Bindings/bus/ti,da850-mstpri.txt b/dts/Bindings/bus/ti,da850-mstpri.txt
new file mode 100644
index 0000000000..72daefc6b4
--- /dev/null
+++ b/dts/Bindings/bus/ti,da850-mstpri.txt
@@ -0,0 +1,20 @@
+* Device tree bindings for Texas Instruments da8xx master peripheral
+ priority driver
+
+DA8XX SoCs feature a set of registers allowing to change the priority of all
+peripherals classified as masters.
+
+Documentation:
+OMAP-L138 (DA850) - http://www.ti.com/lit/ug/spruh82c/spruh82c.pdf
+
+Required properties:
+
+- compatible: "ti,da850-mstpri" - for da850 based boards
+- reg: offset and length of the mstpri registers
+
+Example for da850-lcdk is shown below.
+
+mstpri {
+ compatible = "ti,da850-mstpri";
+ reg = <0x14110 0x0c>;
+};