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