Documentation/devicetree/bindings/net/tesla,fsd-ethqos.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/net/tesla,fsd-ethqos.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/net/tesla,fsd-ethqos.yaml
Extension
.yaml
Size
3371 bytes
Lines
119
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
%YAML 1.2
---
$id: http://devicetree.org/schemas/net/tesla,fsd-ethqos.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: FSD Ethernet Quality of Service

maintainers:
  - Swathi K S <swathi.ks@samsung.com>

description:
  Tesla ethernet devices based on dwmmac support Gigabit ethernet.

allOf:
  - $ref: snps,dwmac.yaml#

properties:
  compatible:
    const: tesla,fsd-ethqos

  reg:
    maxItems: 1

  interrupts:
    maxItems: 1

  interrupt-names:
    items:
      - const: macirq

  clocks:
    minItems: 5
    items:
      - description: PTP clock
      - description: Master bus clock
      - description: Slave bus clock
      - description: MAC TX clock
      - description: MAC RX clock
      - description: Master2 bus clock
      - description: Slave2 bus clock
      - description: RX MUX clock
      - description: PHY RX clock
      - description: PERIC RGMII clock

  clock-names:
    minItems: 5
    items:
      - const: ptp_ref
      - const: master_bus
      - const: slave_bus
      - const: tx
      - const: rx
      - const: master2_bus
      - const: slave2_bus
      - const: eqos_rxclk_mux
      - const: eqos_phyrxclk
      - const: dout_peric_rgmii_clk

  iommus:
    maxItems: 1

  phy-mode:
    enum:
      - rgmii
      - rgmii-id
      - rgmii-rxid
      - rgmii-txid

required:

Annotation

Implementation Notes