27 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/ethernet-switch-port.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Generic Ethernet Switch Port8 9maintainers:10 - Andrew Lunn <andrew@lunn.ch>11 - Florian Fainelli <f.fainelli@gmail.com>12 - Vladimir Oltean <olteanv@gmail.com>13 14description:15 An Ethernet switch port is a component of a switch that manages one MAC, and16 can pass Ethernet frames.17 18$ref: ethernet-controller.yaml#19 20properties:21 reg:22 description: Port number23 24additionalProperties: true25 26...27