Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

David Heidelberg and committed by
Johannes Berg
c7e35b3b dede3640

+23
+23
Documentation/devicetree/bindings/net/wireless/wireless-controller.yaml
··· 1 + # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 + %YAML 1.2 3 + --- 4 + $id: http://devicetree.org/schemas/net/wireless/wireless-controller.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 + 7 + title: Wireless Controller Common Properties 8 + 9 + maintainers: 10 + - Lorenzo Bianconi <lorenzo@kernel.org> 11 + 12 + properties: 13 + $nodename: 14 + pattern: "^wifi(@.*)?$" 15 + 16 + allOf: 17 + - $ref: ieee80211.yaml# 18 + - $ref: /schemas/net/network-class.yaml# 19 + 20 + additionalProperties: true 21 + 22 + ... 23 +