Searched +full:am3352 +full:- +full:eqep (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/counter/ti-eqep.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Texas Instruments Enhanced Quadrature Encoder Pulse (eQEP) Module10 - David Lechner <david@lechnology.com>14 const: ti,am3352-eqep20 description: The eQEP event interrupt24 description: The clock that determines the SYSCLKOUT rate for the eQEP28 clock-names:[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 * Counter driver for Texas Instruments Enhanced Quadrature Encoder Pulse (eQEP)17 /* 32-bit registers */28 /* 16-bit registers */69 /* EQEP Inputs */98 struct ti_eqep_cnt *priv = counter->priv; in ti_eqep_count_read()101 regmap_read(priv->regmap32, QPOSCNT, &cnt); in ti_eqep_count_read()110 struct ti_eqep_cnt *priv = counter->priv; in ti_eqep_count_write()113 regmap_read(priv->regmap32, QPOSMAX, &max); in ti_eqep_count_write()115 return -EINVAL; in ti_eqep_count_write()[all …]
4 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/11 #include <dt-bindings/gpio/gpio.h>12 #include <dt-bindings/pinctrl/am33xx.h>18 interrupt-parent = <&intc>;41 #address-cells = <1>;42 #size-cells = <0>;44 compatible = "arm,cortex-a8";53 operating-points = <60 voltage-tolerance = <2>; /* 2 percentage */63 clock-names = "cpu";[all …]