diff options
author | Diogo Ivo <[email protected]> | 2024-06-17 16:21:42 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2024-06-19 10:56:10 +0100 |
commit | 5056860cf8eab681a08913ec03432c57c83e71be (patch) | |
tree | 030c8fa88561f866edf1d4f2a276f1a175c34e8d | |
parent | 5758e03cf604aa282b9afa61aec3188c4a9b3fe7 (diff) |
dt-bindings: net: Add IEP interrupt
The IEP interrupt is used in order to support both capture events, where
an incoming external signal gets timestamped on arrival, and compare
events, where an interrupt is generated internally when the IEP counter
reaches a programmed value.
Signed-off-by: Diogo Ivo <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/net/ti,icss-iep.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/ti,icss-iep.yaml b/Documentation/devicetree/bindings/net/ti,icss-iep.yaml index f5c22d6dcaee..e36e3a622904 100644 --- a/Documentation/devicetree/bindings/net/ti,icss-iep.yaml +++ b/Documentation/devicetree/bindings/net/ti,icss-iep.yaml @@ -28,6 +28,15 @@ properties: maxItems: 1 description: phandle to the IEP source clock + interrupts: + maxItems: 1 + description: + Interrupt specifier for capture/compare IRQ. + + interrupt-names: + items: + - const: iep_cap_cmp + required: - compatible - reg |