xref: /freebsd/sys/contrib/device-tree/Bindings/net/fsl,enetc-ierb.yaml (revision 0e8011faf58b743cc652e3b2ad0f7671227610df)
1*0e8011faSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2*0e8011faSEmmanuel Vadot%YAML 1.2
3*0e8011faSEmmanuel Vadot---
4*0e8011faSEmmanuel Vadot$id: http://devicetree.org/schemas/net/fsl,enetc-ierb.yaml#
5*0e8011faSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6*0e8011faSEmmanuel Vadot
7*0e8011faSEmmanuel Vadottitle: Integrated Endpoint Register Block
8*0e8011faSEmmanuel Vadot
9*0e8011faSEmmanuel Vadotdescription:
10*0e8011faSEmmanuel Vadot  The fsl_enetc driver can probe on the Integrated Endpoint Register Block,
11*0e8011faSEmmanuel Vadot  which preconfigures the FIFO limits for the ENETC ports.
12*0e8011faSEmmanuel Vadot
13*0e8011faSEmmanuel Vadotmaintainers:
14*0e8011faSEmmanuel Vadot  - Frank Li <Frank.Li@nxp.com>
15*0e8011faSEmmanuel Vadot  - Vladimir Oltean <vladimir.oltean@nxp.com>
16*0e8011faSEmmanuel Vadot  - Wei Fang <wei.fang@nxp.com>
17*0e8011faSEmmanuel Vadot  - Claudiu Manoil <claudiu.manoil@nxp.com>
18*0e8011faSEmmanuel Vadot
19*0e8011faSEmmanuel Vadotproperties:
20*0e8011faSEmmanuel Vadot  compatible:
21*0e8011faSEmmanuel Vadot    enum:
22*0e8011faSEmmanuel Vadot      - fsl,ls1028a-enetc-ierb
23*0e8011faSEmmanuel Vadot
24*0e8011faSEmmanuel Vadot  reg:
25*0e8011faSEmmanuel Vadot    maxItems: 1
26*0e8011faSEmmanuel Vadot
27*0e8011faSEmmanuel Vadotrequired:
28*0e8011faSEmmanuel Vadot  - compatible
29*0e8011faSEmmanuel Vadot  - reg
30*0e8011faSEmmanuel Vadot
31*0e8011faSEmmanuel VadotadditionalProperties: false
32*0e8011faSEmmanuel Vadot
33*0e8011faSEmmanuel Vadotexamples:
34*0e8011faSEmmanuel Vadot  - |
35*0e8011faSEmmanuel Vadot    endpoint-config@f0800000 {
36*0e8011faSEmmanuel Vadot        compatible = "fsl,ls1028a-enetc-ierb";
37*0e8011faSEmmanuel Vadot        reg = <0xf0800000 0x10000>;
38*0e8011faSEmmanuel Vadot    };
39