aboutsummaryrefslogtreecommitdiff
path: root/Bindings/net/ethernet.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Bindings/net/ethernet.txt')
-rw-r--r--Bindings/net/ethernet.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Bindings/net/ethernet.txt b/Bindings/net/ethernet.txt
index 3fc360523bc9..5d88f37480b6 100644
--- a/Bindings/net/ethernet.txt
+++ b/Bindings/net/ethernet.txt
@@ -19,7 +19,17 @@ The following properties are common to the Ethernet controllers:
- phy: the same as "phy-handle" property, not recommended for new bindings.
- phy-device: the same as "phy-handle" property, not recommended for new
bindings.
+- rx-fifo-depth: the size of the controller's receive fifo in bytes. This
+ is used for components that can have configurable receive fifo sizes,
+ and is useful for determining certain configuration settings such as
+ flow control thresholds.
+- tx-fifo-depth: the size of the controller's transmit fifo in bytes. This
+ is used for components that can have configurable fifo sizes.
+- managed: string, specifies the PHY management type. Supported values are:
+ "auto", "in-band-status". "auto" is the default, it usess MDIO for
+ management if fixed-link is not specified.
Child nodes of the Ethernet controller are typically the individual PHY devices
connected via the MDIO bus (sometimes the MDIO bus controller is separate).
They are described in the phy.txt file in this same directory.
+For non-MDIO PHY management see fixed-link.txt.