Lines Matching +full:ethernet +full:- +full:switch
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/ethernet-switch.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Generic Ethernet Switch
10 - Andrew Lunn <andrew@lunn.ch>
11 - Florian Fainelli <f.fainelli@gmail.com>
12 - Vladimir Oltean <olteanv@gmail.com>
15 Ethernet switches are multi-port Ethernet controllers. Each port has
16 its own number and is represented as its own Ethernet controller.
25 pattern: "^(ethernet-)?switch(@.*)?$"
28 "^(ethernet-)?ports$":
33 '#address-cells':
35 '#size-cells':
39 "^(ethernet-)?port@[0-9]+$":
41 description: Ethernet switch ports
44 - "#address-cells"
45 - "#size-cells"
48 - required:
49 - ports
50 - required:
51 - ethernet-ports
57 description: An ethernet switch without any extra port properties
61 "^(ethernet-)?port@[0-9]+$":
62 description: Ethernet switch ports
63 $ref: ethernet-switch-port.yaml#