xref: /linux/Documentation/devicetree/bindings/net/wireless/wireless-controller.yaml (revision e7e86d7697c6ed1dbbde18d7185c35b6967945ed)
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
7title: Wireless Controller Common Properties
8
9maintainers:
10  - Lorenzo Bianconi <lorenzo@kernel.org>
11
12properties:
13  $nodename:
14    pattern: "^wifi(@.*)?$"
15
16allOf:
17  - $ref: ieee80211.yaml#
18  - $ref: /schemas/net/network-class.yaml#
19
20additionalProperties: true
21
22...
23
24