summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/net/fsl-enetc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/net/fsl-enetc.txt')
-rw-r--r--dts/Bindings/net/fsl-enetc.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/dts/Bindings/net/fsl-enetc.txt b/dts/Bindings/net/fsl-enetc.txt
index b7034ccbc1..9b9a3f197e 100644
--- a/dts/Bindings/net/fsl-enetc.txt
+++ b/dts/Bindings/net/fsl-enetc.txt
@@ -102,3 +102,18 @@ Example:
full-duplex;
};
};
+
+* Integrated Endpoint Register Block bindings
+
+Optionally, the fsl_enetc driver can probe on the Integrated Endpoint Register
+Block, which preconfigures the FIFO limits for the ENETC ports. This is a node
+with the following properties:
+
+- reg : Specifies the address in the SoC memory space.
+- compatible : Must be "fsl,ls1028a-enetc-ierb".
+
+Example:
+ ierb@1f0800000 {
+ compatible = "fsl,ls1028a-enetc-ierb";
+ reg = <0x01 0xf0800000 0x0 0x10000>;
+ };