]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
dt-bindings: net: fsl: enetc: add the IERB documentation
authorVladimir Oltean <vladimir.oltean@nxp.com>
Fri, 16 Apr 2021 23:42:22 +0000 (02:42 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Apr 2021 22:31:45 +0000 (15:31 -0700)
Mention the required compatible string and base address for the
Integrated Endpoint Register Block node.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/devicetree/bindings/net/fsl-enetc.txt

index b7034ccbc1bdf2003f3c48187aa2fe15f8c4a270..9b9a3f197e2d337f91a958afb8e417f1b2dba23b 100644 (file)
@@ -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>;
+       };