1*cb7aa33aSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2*cb7aa33aSEmmanuel Vadot%YAML 1.2 3*cb7aa33aSEmmanuel Vadot--- 4*cb7aa33aSEmmanuel Vadot$id: http://devicetree.org/schemas/net/ethernet-switch-port.yaml# 5*cb7aa33aSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6*cb7aa33aSEmmanuel Vadot 7*cb7aa33aSEmmanuel Vadottitle: Generic Ethernet Switch Port 8*cb7aa33aSEmmanuel Vadot 9*cb7aa33aSEmmanuel Vadotmaintainers: 10*cb7aa33aSEmmanuel Vadot - Andrew Lunn <andrew@lunn.ch> 11*cb7aa33aSEmmanuel Vadot - Florian Fainelli <f.fainelli@gmail.com> 12*cb7aa33aSEmmanuel Vadot - Vladimir Oltean <olteanv@gmail.com> 13*cb7aa33aSEmmanuel Vadot 14*cb7aa33aSEmmanuel Vadotdescription: 15*cb7aa33aSEmmanuel Vadot An Ethernet switch port is a component of a switch that manages one MAC, and 16*cb7aa33aSEmmanuel Vadot can pass Ethernet frames. 17*cb7aa33aSEmmanuel Vadot 18*cb7aa33aSEmmanuel Vadot$ref: ethernet-controller.yaml# 19*cb7aa33aSEmmanuel Vadot 20*cb7aa33aSEmmanuel Vadotproperties: 21*cb7aa33aSEmmanuel Vadot reg: 22*cb7aa33aSEmmanuel Vadot description: Port number 23*cb7aa33aSEmmanuel Vadot 24*cb7aa33aSEmmanuel VadotadditionalProperties: true 25*cb7aa33aSEmmanuel Vadot 26*cb7aa33aSEmmanuel Vadot... 27