Documentation/devicetree/bindings/net/airoha,an8801.yaml
Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/net/airoha,an8801.yaml
File Facts
- System
- Linux kernel
- Corpus path
Documentation/devicetree/bindings/net/airoha,an8801.yaml- Extension
.yaml- Size
- 3039 bytes
- Lines
- 121
- 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
dt-bindings/leds/common.h
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/net/airoha,an8801.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Airoha AN8801R Series PHY
maintainers:
- AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
description:
The Airoha AN8801R is a low power single-port Ethernet PHY Transceiver
with Single-port serdes interface for 1000Base-X/RGMII; this chip is
compliant with 10Base-T, 100Base-TX and 1000Base-T IEEE 802.3(u,ab)
and supports Energy Efficient Ethernet (802.3az), Full Duplex Control
Flow (802.3x), auto-negotiation, crossover detect and autocorrection,
Wake-on-LAN with Magic Packet, and Jumbo Frame up to 9 Kilobytes.
This PHY also supports up to three user-configurable LEDs, which are
usually used for LAN Activity, 100M, 1000M indication.
allOf:
- $ref: ethernet-phy.yaml#
properties:
compatible:
enum:
- ethernet-phy-idc0ff.0421
reg:
maxItems: 1
leds:
type: object
description:
Describes the LEDs associated to the PHY
properties:
"#address-cells":
const: 1
"#size-cells":
const: 0
patternProperties:
"^led@[0-2]$":
type: object
description: PHY LEDs
$ref: /schemas/leds/common.yaml#
properties:
reg:
enum: [0, 1, 2]
function-enumerator:
enum: [0, 1, 2]
description: |
Specifies a function for offloading LED functionality to the PHY:
0 - No offloading
1 - Link Availability
2 - Network Activity
required:
- reg
unevaluatedProperties: false
additionalProperties: false
wakeup-source:
Annotation
- Immediate include surface: `dt-bindings/leds/common.h`.
- 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.