xref: /linux/Documentation/devicetree/bindings/bus/ti,da850-mstpri.txt (revision 9095bf25ea08135a5b74875dd0e3eeaddc4218a0)
1*8e7223fcSBartosz Golaszewski* Device tree bindings for Texas Instruments da8xx master peripheral
2*8e7223fcSBartosz Golaszewski  priority driver
3*8e7223fcSBartosz Golaszewski
4*8e7223fcSBartosz GolaszewskiDA8XX SoCs feature a set of registers allowing to change the priority of all
5*8e7223fcSBartosz Golaszewskiperipherals classified as masters.
6*8e7223fcSBartosz Golaszewski
7*8e7223fcSBartosz GolaszewskiDocumentation:
8*8e7223fcSBartosz GolaszewskiOMAP-L138 (DA850) - http://www.ti.com/lit/ug/spruh82c/spruh82c.pdf
9*8e7223fcSBartosz Golaszewski
10*8e7223fcSBartosz GolaszewskiRequired properties:
11*8e7223fcSBartosz Golaszewski
12*8e7223fcSBartosz Golaszewski- compatible:		"ti,da850-mstpri" - for da850 based boards
13*8e7223fcSBartosz Golaszewski- reg:			offset and length of the mstpri registers
14*8e7223fcSBartosz Golaszewski
15*8e7223fcSBartosz GolaszewskiExample for da850-lcdk is shown below.
16*8e7223fcSBartosz Golaszewski
17*8e7223fcSBartosz Golaszewskimstpri {
18*8e7223fcSBartosz Golaszewski	compatible = "ti,da850-mstpri";
19*8e7223fcSBartosz Golaszewski	reg = <0x14110 0x0c>;
20*8e7223fcSBartosz Golaszewski};
21