blob: d5cf7e40e3c34cfdb7acdf9675a23ea46ecf7506 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
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 Port
8
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, and
16 can pass Ethernet frames.
17
18$ref: ethernet-controller.yaml#
19
20properties:
21 reg:
22 description: Port number
23
24additionalProperties: true
25
26...