Skip to content

Commit 5056860

Browse files
diogo-ivodavem330
authored andcommitted
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]>
1 parent 5758e03 commit 5056860

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/devicetree/bindings/net/ti,icss-iep.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ properties:
2828
maxItems: 1
2929
description: phandle to the IEP source clock
3030

31+
interrupts:
32+
maxItems: 1
33+
description:
34+
Interrupt specifier for capture/compare IRQ.
35+
36+
interrupt-names:
37+
items:
38+
- const: iep_cap_cmp
39+
3140
required:
3241
- compatible
3342
- reg

0 commit comments

Comments
 (0)