# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- $id: http://devicetree.org/schemas/timer/renesas,em-sti.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Renesas EMMA Mobile System Timer maintainers: - Magnus Damm properties: compatible: const: renesas,em-sti reg: maxItems: 1 interrupts: maxItems: 1 clocks: maxItems: 1 clock-names: const: sclk required: - compatible - reg - interrupts - clocks - clock-names additionalProperties: false examples: - | #include timer@e0180000 { compatible = "renesas,em-sti"; reg = <0xe0180000 0x54>; interrupts = ; clocks = <&sti_sclk>; clock-names = "sclk"; };