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 7 title: Integrated Endpoint Register Block 8 9 description: 10 The fsl_enetc driver can probe on the Integrated Endpoint Register Block, 11 which preconfigures the FIFO limits for the ENETC ports. 12 13 maintainers: 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 19 properties: 20 compatible: 21 enum: 22 - fsl,ls1028a-enetc-ierb 23 24 reg: 25 maxItems: 1 26 27 required: 28 - compatible 29 - reg 30 31 additionalProperties: false 32 33 examples: 34 - | 35 endpoint-config@f0800000 { 36 compatible = "fsl,ls1028a-enetc-ierb"; 37 reg = <0xf0800000 0x10000>; 38 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.