Merge tag 'Smack-for-5.11-io_uring-fix' of git://github.com/cschaufler/smack-next
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / arm / bcm / brcm,bcm4908.yaml
1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/arm/bcm/brcm,bcm4908.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
6
7 title: Broadcom BCM4908 device tree bindings
8
9 description:
10   Broadcom BCM4906 / BCM4908 / BCM49408 Wi-Fi/network SoCs with Brahma CPUs.
11
12 maintainers:
13   - Rafał Miłecki <rafal@milecki.pl>
14
15 properties:
16   $nodename:
17     const: '/'
18   compatible:
19     oneOf:
20       - description: BCM4906 based boards
21         items:
22           - const: brcm,bcm4906
23           - const: brcm,bcm4908
24
25       - description: BCM4908 based boards
26         items:
27           - enum:
28               - asus,gt-ac5300
29           - const: brcm,bcm4908
30
31       - description: BCM49408 based boards
32         items:
33           - const: brcm,bcm49408
34           - const: brcm,bcm4908
35
36 additionalProperties: true
37
38 ...