Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | * Device tree bindings for Texas Instruments da8xx master peripheral |
| 2 | priority driver |
| 3 | |
| 4 | DA8XX SoCs feature a set of registers allowing to change the priority of all |
| 5 | peripherals classified as masters. |
| 6 | |
| 7 | Documentation: |
| 8 | OMAP-L138 (DA850) - http://www.ti.com/lit/ug/spruh82c/spruh82c.pdf |
| 9 | |
| 10 | Required properties: |
| 11 | |
| 12 | - compatible: "ti,da850-mstpri" - for da850 based boards |
| 13 | - reg: offset and length of the mstpri registers |
| 14 | |
| 15 | Example for da850-lcdk is shown below. |
| 16 | |
| 17 | mstpri { |
| 18 | compatible = "ti,da850-mstpri"; |
| 19 | reg = <0x14110 0x0c>; |
| 20 | }; |