Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/arm/bcm/brcm,bcm4908.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Broadcom BCM4908 device tree bindings
0008 
0009 description:
0010   Broadcom BCM4906 / BCM4908 / BCM49408 Wi-Fi/network SoCs with Brahma CPUs.
0011 
0012 maintainers:
0013   - Rafał Miłecki <rafal@milecki.pl>
0014 
0015 properties:
0016   $nodename:
0017     const: '/'
0018   compatible:
0019     oneOf:
0020       - description: BCM4906 based boards
0021         items:
0022           - enum:
0023               - netgear,r8000p
0024               - tplink,archer-c2300-v1
0025           - const: brcm,bcm4906
0026           - const: brcm,bcm4908
0027 
0028       - description: BCM4908 based boards
0029         items:
0030           - enum:
0031               - asus,gt-ac5300
0032               - netgear,raxe500
0033           - const: brcm,bcm4908
0034 
0035       - description: BCM49408 based boards
0036         items:
0037           - const: brcm,bcm49408
0038           - const: brcm,bcm4908
0039 
0040 additionalProperties: true
0041 
0042 ...