@@ -28,66 +28,6 @@ properties:
28
28
item must be set to the clock frequency of the PLL supplying the
29
29
respective GEM's TX clock - by default, this is the IO PLL.
30
30
31
- mdc-divider :
32
- type : int
33
- required : true
34
- description : |
35
- The MDC clock divider for the respective GEM. This is the divider
36
- applied to the LPD_LSBUS clock in order to derive MDIO interface
37
- clock driving communications with the attached PHY. Refer to the
38
- ZynqMP register documentation (ug1087), network_config (GEM) Register
39
- Description, bits [20:18] to determine the appropriate divider for
40
- the current target's LPD LSBUS clock frequency.
41
-
42
- init-mdio-phy :
43
- type : boolean
44
- description : |
45
- Activates the management of a PHY associated with the controller in-
46
- stance. If this parameter is activated at the board level, the de-
47
- fault values of the associated parameters mdio-phy-address, phy-poll-
48
- interval, link-speed and advertise-lower-link-speeds should be checked
49
- and overwritten at the board level if required.
50
-
51
- mdio-phy-address :
52
- type : int
53
- required : true
54
- description : |
55
- The address on the MDIO bus of the PHY associated with the controller
56
- instance. Set the address to 0 for auto-detection (first responding
57
- PHY will be claimed by the driver, watch out in case of shared MDIO
58
- use), or to a fixed address between 1 and 32.
59
-
60
- phy-poll-interval :
61
- type : int
62
- required : true
63
- description : |
64
- PHY status polling interval in milliseconds for a driver instance
65
- managing an associated PHY.
66
-
67
- link-speed :
68
- type : int
69
- required : true
70
- description : |
71
- Nominal link speed. If no PHY is managed by an instance of this driver,
72
- the respective controller will be configured to match the link speed
73
- specified here. If a PHY is managed by the driver, advertisement of
74
- the link speed specified here will be requested. If the optional pro-
75
- perty advertise-lower-link-speeds is set, advertisement of the link
76
- speed specified here plus any valid link speed below this value will
77
- be requested.
78
- enum :
79
- - 1
80
- - 2
81
- - 3
82
-
83
- advertise-lower-link-speeds :
84
- type : boolean
85
- description : |
86
- Indicates to a driver instance which manages an associated PHY on
87
- the MDIO bus to include link speeds lower than the nominal value
88
- set in the link-speed property in the advertisement when requesting
89
- link speed auto-negotiation with a peer system.
90
-
91
31
handle-rx-in-isr :
92
32
type : boolean
93
33
description : |
@@ -318,11 +258,6 @@ properties:
318
258
description : Optional feature flag - Discard non-VLAN frames. When set,
319
259
only VLAN tagged frames will be passed to the address matching logic.
320
260
321
- full-duplex :
322
- type : boolean
323
- description : |
324
- Optional feature flag - Enables full duplex reception and transmission.
325
-
326
261
discard-rx-frame-ahb-unavail :
327
262
type : boolean
328
263
description : |
0 commit comments