Skip to content

Commit

Permalink
dt-bindings: net: Add generic wireless controller
Browse files Browse the repository at this point in the history
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>
David Heidelberg authored and Johannes Berg committed Apr 23, 2025
1 parent dede364 commit c7e35b3
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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

...

0 comments on commit c7e35b3

Please sign in to comment.