dt-bindings: net: Add generic wireless controller

Wireless controllers share the common properties.

Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: David Heidelberg <david@ixit.cz>
Link: https://patch.msgid.link/20250324-dt-bindings-network-class-v5-2-f5c3fe00e8f0@ixit.cz
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
David Heidelberg
2025-03-24 18:41:39 +01:00
committed by Johannes Berg
parent dede364007
commit c7e35b3b00

View File

@@ -0,0 +1,23 @@
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/net/wireless/wireless-controller.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Wireless Controller Common Properties
maintainers:
- Lorenzo Bianconi <lorenzo@kernel.org>
properties:
$nodename:
pattern: "^wifi(@.*)?$"
allOf:
- $ref: ieee80211.yaml#
- $ref: /schemas/net/network-class.yaml#
additionalProperties: true
...