Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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