ti,da850-mstpri.txt 524 B

1234567891011121314151617181920
  1. * Device tree bindings for Texas Instruments da8xx master peripheral
  2. priority driver
  3. DA8XX SoCs feature a set of registers allowing to change the priority of all
  4. peripherals classified as masters.
  5. Documentation:
  6. OMAP-L138 (DA850) - http://www.ti.com/lit/ug/spruh82c/spruh82c.pdf
  7. Required properties:
  8. - compatible: "ti,da850-mstpri" - for da850 based boards
  9. - reg: offset and length of the mstpri registers
  10. Example for da850-lcdk is shown below.
  11. mstpri {
  12. compatible = "ti,da850-mstpri";
  13. reg = <0x14110 0x0c>;
  14. };