# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- $id: http://devicetree.org/schemas/power/ti,smartreflex.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Texas Instruments SmartReflex maintainers: - Eduard Bostina description: SmartReflex is used to set and adjust the SoC operating points. properties: compatible: enum: - ti,omap3-smartreflex-core - ti,omap3-smartreflex-mpu-iva - ti,omap4-smartreflex-core - ti,omap4-smartreflex-mpu - ti,omap4-smartreflex-iva reg: maxItems: 1 interrupts: maxItems: 1 ti,hwmods: description: Shall contain the TI interconnect module name if needed by the SoC $ref: /schemas/types.yaml#/definitions/string deprecated: true required: - compatible - reg - interrupts additionalProperties: false examples: - | #include smartreflex@4a0db000 { compatible = "ti,omap4-smartreflex-iva"; reg = <0x4a0db000 0x80>; interrupts = ; };