|
@@ -38,22 +38,17 @@ Properties:
|
|
|
- model : Model of the device. Can be "TSEC", "eTSEC", or "FEC"
|
|
|
- compatible : Should be "gianfar"
|
|
|
- reg : Offset and length of the register set for the device
|
|
|
- - local-mac-address : List of bytes representing the ethernet address of
|
|
|
- this controller
|
|
|
- interrupts : For FEC devices, the first interrupt is the device's
|
|
|
interrupt. For TSEC and eTSEC devices, the first interrupt is
|
|
|
transmit, the second is receive, and the third is error.
|
|
|
- - phy-handle : The phandle for the PHY connected to this ethernet
|
|
|
- controller.
|
|
|
+ - phy-handle : See ethernet.txt file in the same directory.
|
|
|
- fixed-link : <a b c d e> where a is emulated phy id - choose any,
|
|
|
but unique to the all specified fixed-links, b is duplex - 0 half,
|
|
|
1 full, c is link speed - d#10/d#100/d#1000, d is pause - 0 no
|
|
|
pause, 1 pause, e is asym_pause - 0 no asym_pause, 1 asym_pause.
|
|
|
- - phy-connection-type : a string naming the controller/PHY interface type,
|
|
|
- i.e., "mii" (default), "rmii", "gmii", "rgmii", "rgmii-id", "sgmii",
|
|
|
- "tbi", or "rtbi". This property is only really needed if the connection
|
|
|
- is of type "rgmii-id", as all other connection types are detected by
|
|
|
- hardware.
|
|
|
+ - phy-connection-type : See ethernet.txt file in the same directory.
|
|
|
+ This property is only really needed if the connection is of type
|
|
|
+ "rgmii-id", as all other connection types are detected by hardware.
|
|
|
- fsl,magic-packet : If present, indicates that the hardware supports
|
|
|
waking up via magic packet.
|
|
|
- bd-stash : If present, indicates that the hardware supports stashing
|