Back to home page

OSCL-LXR

 
 

    


0001 * Device tree bindings for Texas Instruments da8xx master peripheral
0002   priority driver
0003 
0004 DA8XX SoCs feature a set of registers allowing to change the priority of all
0005 peripherals classified as masters.
0006 
0007 Documentation:
0008 OMAP-L138 (DA850) - http://www.ti.com/lit/ug/spruh82c/spruh82c.pdf
0009 
0010 Required properties:
0011 
0012 - compatible:           "ti,da850-mstpri" - for da850 based boards
0013 - reg:                  offset and length of the mstpri registers
0014 
0015 Example for da850-lcdk is shown below.
0016 
0017 mstpri {
0018         compatible = "ti,da850-mstpri";
0019         reg = <0x14110 0x0c>;
0020 };