Skip to content

Commit 958fd40

Browse files
danish-tiNipaLocal
authored andcommitted
dt-bindings: net: ti: icssg_prueth: Add documentation for PA_STATS support
Add documentation for ti,pa-stats property which is syscon regmap for PA_STATS register. This will be used to dump statistics maintained by ICSSG firmware. Signed-off-by: MD Danish Anwar <[email protected]> Signed-off-by: NipaLocal <nipa@local>
1 parent d23d66a commit 958fd40

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ properties:
5555
description:
5656
phandle to MII_RT module's syscon regmap
5757

58+
ti,pa-stats:
59+
$ref: /schemas/types.yaml#/definitions/phandle
60+
description:
61+
phandle to PA_STATS module's syscon regmap
62+
5863
ti,iep:
5964
$ref: /schemas/types.yaml#/definitions/phandle-array
6065
maxItems: 2
@@ -194,6 +199,7 @@ examples:
194199
"tx1-0", "tx1-1", "tx1-2", "tx1-3",
195200
"rx0", "rx1";
196201
ti,mii-g-rt = <&icssg2_mii_g_rt>;
202+
ti,pa-stats = <&icssg2_pa_stats>;
197203
ti,iep = <&icssg2_iep0>, <&icssg2_iep1>;
198204
interrupt-parent = <&icssg2_intc>;
199205
interrupts = <24 0 2>, <25 1 3>;

0 commit comments

Comments
 (0)