xref: /freebsd/sys/contrib/device-tree/Bindings/net/wireless/wireless-controller.yaml (revision ae5de77ed78ae54d86cead5604869212e8008e6b)
1*ae5de77eSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2*ae5de77eSEmmanuel Vadot%YAML 1.2
3*ae5de77eSEmmanuel Vadot---
4*ae5de77eSEmmanuel Vadot$id: http://devicetree.org/schemas/net/wireless/wireless-controller.yaml#
5*ae5de77eSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6*ae5de77eSEmmanuel Vadot
7*ae5de77eSEmmanuel Vadottitle: Wireless Controller Common Properties
8*ae5de77eSEmmanuel Vadot
9*ae5de77eSEmmanuel Vadotmaintainers:
10*ae5de77eSEmmanuel Vadot  - Lorenzo Bianconi <lorenzo@kernel.org>
11*ae5de77eSEmmanuel Vadot
12*ae5de77eSEmmanuel Vadotproperties:
13*ae5de77eSEmmanuel Vadot  $nodename:
14*ae5de77eSEmmanuel Vadot    pattern: "^wifi(@.*)?$"
15*ae5de77eSEmmanuel Vadot
16*ae5de77eSEmmanuel VadotallOf:
17*ae5de77eSEmmanuel Vadot  - $ref: ieee80211.yaml#
18*ae5de77eSEmmanuel Vadot  - $ref: /schemas/net/network-class.yaml#
19*ae5de77eSEmmanuel Vadot
20*ae5de77eSEmmanuel VadotadditionalProperties: true
21*ae5de77eSEmmanuel Vadot
22*ae5de77eSEmmanuel Vadot...
23*ae5de77eSEmmanuel Vadot
24