brintos

brintos / linux-shallow public Read only

0
0
Text · 840 B · c8a6543 Raw
39 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---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 Block8 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-ierb23 24  reg:25    maxItems: 126 27required:28  - compatible29  - reg30 31additionalProperties: false32 33examples:34  - |35    endpoint-config@f0800000 {36        compatible = "fsl,ls1028a-enetc-ierb";37        reg = <0xf0800000 0x10000>;38    };39