Skip to content

Commit 1aa772b

Browse files
dolciniPaolo Abeni
authored andcommitted
dt-bindings: net: fec: add pps channel property
Add fsl,pps-channel property to select where to connect the PPS signal. This depends on the internal SoC routing and on the board, for example on the i.MX8 SoC it can be connected to an external pin (using channel 1) or to internal eDMA as DMA request (channel 0). Signed-off-by: Francesco Dolcini <[email protected]> Acked-by: Conor Dooley <[email protected]> Signed-off-by: Paolo Abeni <[email protected]>
1 parent 5d6a8ae commit 1aa772b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/devicetree/bindings/net/fsl,fec.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,13 @@ properties:
183183
description:
184184
Register bits of stop mode control, the format is <&gpr req_gpr req_bit>.
185185

186+
fsl,pps-channel:
187+
$ref: /schemas/types.yaml#/definitions/uint32
188+
default: 0
189+
description:
190+
Specifies to which timer instance the PPS signal is routed.
191+
enum: [0, 1, 2, 3]
192+
186193
mdio:
187194
$ref: mdio.yaml#
188195
unevaluatedProperties: false

0 commit comments

Comments
 (0)