arm64: dts: qcom: sm8550: add TRNG node
[linux-modified.git] / Documentation / devicetree / bindings / net / ethernet-switch-port.yaml
1 # 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
7 title: Generic Ethernet Switch Port
8
9 maintainers:
10   - Andrew Lunn <andrew@lunn.ch>
11   - Florian Fainelli <f.fainelli@gmail.com>
12   - Vladimir Oltean <olteanv@gmail.com>
13
14 description:
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
20 properties:
21   reg:
22     description: Port number
23
24 additionalProperties: true
25
26 ...