Skip to content

Commit b120562

Browse files
danish-tidavem330
authored andcommitted
dt-bindings: net: Add IEP property in ICSSG
Add IEP property in ICSSG hardware DT binding document. ICSSG uses IEP (Industrial Ethernet Peripheral) to support timestamping of ethernet packets, PTP and PPS. Reviewed-by: Conor Dooley <[email protected]> Reviewed-by: Roger Quadros <[email protected]> Reviewed-by: Simon Horman <[email protected]> Signed-off-by: MD Danish Anwar <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent f003568 commit b120562

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/devicetree/bindings/net/ti,icssg-prueth.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ properties:
5252
description:
5353
phandle to MII_RT module's syscon regmap
5454

55+
ti,iep:
56+
$ref: /schemas/types.yaml#/definitions/phandle-array
57+
maxItems: 2
58+
items:
59+
maxItems: 1
60+
description:
61+
phandle to IEP (Industrial Ethernet Peripheral) for ICSSG
62+
5563
interrupts:
5664
maxItems: 2
5765
description:
@@ -155,6 +163,7 @@ examples:
155163
"tx1-0", "tx1-1", "tx1-2", "tx1-3",
156164
"rx0", "rx1";
157165
ti,mii-g-rt = <&icssg2_mii_g_rt>;
166+
ti,iep = <&icssg2_iep0>, <&icssg2_iep1>;
158167
interrupt-parent = <&icssg2_intc>;
159168
interrupts = <24 0 2>, <25 1 3>;
160169
interrupt-names = "tx_ts0", "tx_ts1";

0 commit comments

Comments
 (0)