Path: blob/master/Documentation/devicetree/bindings/counter/ti-eqep.yaml
26308 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/counter/ti-eqep.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Texas Instruments Enhanced Quadrature Encoder Pulse (eQEP) Module78maintainers:9- David Lechner <david@lechnology.com>1011properties:12compatible:13enum:14- ti,am3352-eqep15- ti,am62-eqep1617reg:18maxItems: 11920interrupts:21description: The eQEP event interrupt22maxItems: 12324clocks:25description: The functional and interface clock that determines the clock26rate for the eQEP peripheral.27maxItems: 12829clock-names:30const: sysclkout3132power-domains:33maxItems: 13435allOf:36- if:37properties:38compatible:39contains:40enum:41- ti,am62-eqep42then:43properties:44clock-names: false4546required:47- power-domains4849required:50- compatible51- reg52- interrupts53- clocks5455additionalProperties: false5657examples:58- |59eqep0: counter@180 {60compatible = "ti,am3352-eqep";61reg = <0x180 0x80>;62clocks = <&l4ls_gclk>;63interrupts = <79>;64};6566...676869