Documentation/devicetree/bindings/net/airoha,en7581-npu.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/net/airoha,en7581-npu.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/net/airoha,en7581-npu.yaml
Extension
.yaml
Size
3381 bytes
Lines
108
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 OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/net/airoha,en7581-npu.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Airoha Network Processor Unit for EN7581 SoC

maintainers:
  - Lorenzo Bianconi <lorenzo@kernel.org>

description:
  The Airoha Network Processor Unit (NPU) provides a configuration interface
  to implement wired and wireless hardware flow offloading programming Packet
  Processor Engine (PPE) flow table.

properties:
  compatible:
    enum:
      - airoha,en7581-npu
      - airoha,an7583-npu

  reg:
    maxItems: 1

  interrupts:
    items:
      - description: mbox host irq line
      - description: watchdog0 irq line
      - description: watchdog1 irq line
      - description: watchdog2 irq line
      - description: watchdog3 irq line
      - description: watchdog4 irq line
      - description: watchdog5 irq line
      - description: watchdog6 irq line
      - description: watchdog7 irq line
      - description: wlan irq line0
      - description: wlan irq line1
      - description: wlan irq line2
      - description: wlan irq line3
      - description: wlan irq line4
      - description: wlan irq line5

  memory-region:
    items:
      - description: NPU firmware binary region
      - description: NPU wlan offload RX buffers region
      - description: NPU wlan offload TX buffers region
      - description: NPU wlan offload TX packet identifiers region
      - description: NPU wlan Block Ack buffers region
    minItems: 1

  memory-region-names:
    items:
      - const: firmware
      - const: pkt
      - const: tx-pkt
      - const: tx-bufid
      - const: ba
    minItems: 1

  firmware-name:
    items:
      - description: Firmware name of RiscV core
      - description: Firmware name of Data section

required:
  - compatible
  - reg
  - interrupts

Annotation

Implementation Notes