# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- $id: http://devicetree.org/schemas/bus/ti,da850-mstpri.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Texas Instruments DA8XX Master Peripheral Priority Registers maintainers: - Eduard Bostina description: | DA8XX SoCs feature a set of registers allowing to change the priority of all peripherals classified as masters. Documentation: OMAP-L138 (DA850) - http://www.ti.com/lit/ug/spruh82c/spruh82c.pdf properties: compatible: const: ti,da850-mstpri reg: maxItems: 1 required: - compatible - reg additionalProperties: false examples: - | mstpri@14110 { compatible = "ti,da850-mstpri"; reg = <0x14110 0x0c>; };