# 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 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 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: maxItems: 1 description: Memory used to store NPU firmware binary. required: - compatible - reg - interrupts - memory-region additionalProperties: false examples: - | #include #include soc { #address-cells = <2>; #size-cells = <2>; npu@1e900000 { compatible = "airoha,en7581-npu"; reg = <0 0x1e900000 0 0x313000>; interrupts = , , , , , , , , , , , , , , ; memory-region = <&npu_binary>; }; };