Documentation/devicetree/bindings/phy/eswin,eic7700-sata-phy.yaml
Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/phy/eswin,eic7700-sata-phy.yaml
File Facts
- System
- Linux kernel
- Corpus path
Documentation/devicetree/bindings/phy/eswin,eic7700-sata-phy.yaml- Extension
.yaml- Size
- 2133 bytes
- Lines
- 93
- 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.
- Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.
Dependency Surface
- No C-style include directives detected by the generator.
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
%YAML 1.2
---
$id: http://devicetree.org/schemas/phy/eswin,eic7700-sata-phy.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Eswin EIC7700 SoC SATA PHY
maintainers:
- Yulin Lu <luyulin@eswincomputing.com>
- Huan He <hehuan1@eswincomputing.com>
properties:
compatible:
const: eswin,eic7700-sata-phy
reg:
maxItems: 1
clocks:
maxItems: 1
clock-names:
const: phy
resets:
maxItems: 2
reset-names:
items:
- const: port
- const: phy
eswin,tx-amplitude-tuning:
description: This adjusts the transmitter amplitude signal, and its value
is derived from eye diagram tuning. The three values correspond to Gen1,
Gen2, and Gen3 parameters respectively.
$ref: /schemas/types.yaml#/definitions/uint32-array
items:
- description: Gen1 parameter.
minimum: 0
maximum: 0x7f
- description: Gen2 parameter.
minimum: 0
maximum: 0x7f
- description: Gen3 parameter.
minimum: 0
maximum: 0x7f
default: [0, 0, 0]
eswin,tx-preemph-tuning:
description: This adjusts the transmitter de-emphasis signal, and its value
is derived from eye diagram tuning. The three values correspond to Gen1,
Gen2, and Gen3 parameters respectively.
$ref: /schemas/types.yaml#/definitions/uint32-array
items:
- description: Gen1 parameter.
minimum: 0
maximum: 0x3f
- description: Gen2 parameter.
minimum: 0
maximum: 0x3f
- description: Gen3 parameter.
minimum: 0
maximum: 0x3f
default: [0, 0, 0]
"#phy-cells":
const: 0
Annotation
- Atlas domain: Support Tooling And Documentation / Documentation.
- Implementation status: atlas-only.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.