brintos

brintos / linux-shallow public Read only

0
0
Text · 472 B · 4d18cd7 Raw
19 lines · plain
1FlexTimer Quadrature decoder counter2 3This driver exposes a simple counter for the quadrature decoder mode.4 5Required properties:6- compatible:		Must be "fsl,ftm-quaddec".7- reg:			Must be set to the memory region of the flextimer.8 9Optional property:10- big-endian:		Access the device registers in big-endian mode.11 12Example:13		counter0: counter@29d0000 {14			compatible = "fsl,ftm-quaddec";15			reg = <0x0 0x29d0000 0x0 0x10000>;16			big-endian;17			status = "disabled";18		};19