brintos

brintos / linux-shallow public Read only

0
0
Text · 524 B · 72daefc Raw
21 lines · plain
1* Device tree bindings for Texas Instruments da8xx master peripheral2  priority driver3 4DA8XX SoCs feature a set of registers allowing to change the priority of all5peripherals classified as masters.6 7Documentation:8OMAP-L138 (DA850) - http://www.ti.com/lit/ug/spruh82c/spruh82c.pdf9 10Required properties:11 12- compatible:		"ti,da850-mstpri" - for da850 based boards13- reg:			offset and length of the mstpri registers14 15Example for da850-lcdk is shown below.16 17mstpri {18	compatible = "ti,da850-mstpri";19	reg = <0x14110 0x0c>;20};21